Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Log based replication does not work when sourcing standby database #34

Open
mpcarter opened this issue Sep 25, 2020 · 0 comments
Open

Comments

@mpcarter
Copy link

Using Oracle 12c Data Guard database as source, got this error when attempting LOG_BASED replication.

tap-oracle | INFO BEGIN
tap-oracle |                          DBMS_LOGMNR.START_LOGMNR(
tap-oracle |                                  startScn => 104799366143,
tap-oracle |                                  endScn => 104799427983,
tap-oracle |                                  OPTIONS => DBMS_LOGMNR.DICT_FROM_ONLINE_CATALOG +
tap-oracle |                                             DBMS_LOGMNR.COMMITTED_DATA_ONLY +
tap-oracle |                                             DBMS_LOGMNR.CONTINUOUS_MINE);
tap-oracle |                          END;
tap-oracle | CRITICAL ORA-01300: writable database required for specified LogMiner options
tap-oracle | ORA-06512: at "SYS.DBMS_LOGMNR", line 58

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant