谁能帮我?我想在我的金门窗户上运行复制品。这是我的复制参数
-- 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 时,复制停止并且状态表示当前未运行。我怎样才能让它运行?