Skip to Main Content

GoldenGate

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Extract does not support the database compatible setting error

Denis777Mar 27 2017 — edited Mar 28 2017

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)

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 25 2017
Added on Mar 27 2017
5 comments
3,452 views