Extract prompting for a catalog (OGG-02636)
I am trying to create an initial load file for a single table. OGG 12.1.2, the source db is 11.2.0.2 (yeah, I know).
I get this error: OGG-02636 The TABLE specification 'TABLE MYSCHEMA.THATTABLE' for the source table MYSCHEMA.THATTABLE does not include a catalog name. The database requires
a catalog name.
My PARAMFILE:
SOURCEISTABLE
RMTHOST mytargetdbserver.com, MGRPORT 7809
FORMATASCII, BCP
RMTFILE L:\reptrail\initld, MEGABYTES 2, PURGE
TABLE YSCHEMA.THATTABLE;
Any suggestions?