Hi all.
I continue to run Oracle GoldenGate replication and encounter another trouble. So, I created primary extract config file, turned on the database for replication and tried to register the extract by command:
GGSCI> register extract test_ext database
And got the error: "OGG-06535 Extract does not support the database compatible setting 12.2.0"
What does it mean in fact?
My Oracle version is 12.2.0.1.0 and GoldenGate version 12.2.0.1.0.1. Platform is Windows 10
Primary extract properties file content:
EXTRACT test_ext
SETENV (ORACLE_SID = ‘orcl’)
SETENV (ORACLE_HOME=E:\app\Denis\product\12.2.0\dbhome_1)
USERID OGGUSER@orcl, PASSWORD 1234
LOGALLSUPCOLS
EXTTRAIL E:\app\Denis\product\12.2.0\dbhome_2\dirdat\tf
TABLE CDB$ROOT.OGGUSER.TEST_TABLE;
Without registering of extract process I'm getting error when run it: "OGG-02022 Logmining server does not exist on this Oracle database."
Any help appreciated)