Extract Rowid in Extract/Replicate process
973455Dec 12 2012 — edited Dec 20 2012Hi,
I want to extract rowid from source. I tried following param in my extract prm file. But I am getting an error
TOKENS ( ROW_NO = @GETENV(“RECORD” , ”rowid”)));
TOKENS ( ROW_NO = @GETENV(“RECORD” , ”GVDN”)));
error: 2012-12-12 15:08:50 INFO OGG-01298 Oracle GoldenGate Capture for Oracle, EXTORA.prm: Column function diagnostic message: could not find column “RECORD”.
TOKENS ( ROW_NO = @GETENV(“GGHEADER” , ”rowid”));
error: 2012-12-12 15:08:50 INFO OGG-01298 Oracle GoldenGate Capture for Oracle, EXTORA.prm: Column function diagnostic message: could not find column “GGHEADER”.
Can anyone please suggest me out.
Regards
Nishant