Oracle Golden Gate - Initial Load - File Method [message #629909] |
Wed, 17 December 2014 05:54 |
|
s.m.ramachandran
Messages: 20 Registered: September 2012
|
Junior Member |
|
|
Hi,
I am using oracle golden gate to replicat my database from 1 server to another server, where i am with initial load. In single extract of initial load, multiple file is generating with sequence append in suffix of file.
Source server
EXTRACT IFULL
USERID <<>>, PASSWORD <<>>
RMTHOST <<>>, MGRPORT 7809
RMTFILE ./GGS/INITIAL, PURGE, MAXFILES 6, MEGABYTES 2048
TABLE <<>>.<<>>
Now when i start the extract, the process started extract the data into file as below
INITIAL00000
INITIAL00001
INITIAL00002
INITIAL00003
INITIAL00004
Below is the param file in target server,
REPLICAT IREPL
SPECIALRUN
HANDLECOLLISIONS
USERID <<>>, PASSWORD <<>>
EXTFILE ./GGS/INITIAL
DISCARDFILE ./GGS/DISCARD.DSC
MAP <<>>, TARGET <<>>;
Due the multiple file formation, in replication process it unable to identify the file name with exact name ./GGS/INITIAL
Kindly guide me how to handle.
Thanks & Regards
Ramachandran
|
|
|
|
|
|