任何人都可以幫助我嗎?我想在我的金色大門上運行復製品以獲取窗口。這是我的複製參數Oracle Golden Gate Replicat
-- Replicat group --
replicat rep1
-- source and target definitions
ASSUMETARGETDEFS
--target database login --
userid ggtarget, password oracle
--file for discarded transaction --
discardfile C:\app\<name>\product\12.1.2ggtarget\oggcore_1\dirdat\rep1_discard.txt, append megabytes 10
--ddl support
DDL
--Specify table mapping --
map EAM.*, target EAM.*;
當我啓動複製品時,它說複製品正在啓動。但是當我輸入info all時,複製停止並且狀態表示當前不在運行。我如何讓它運行?
請格式化代碼 - 線條包裹和不可讀。 –