Configure Oracle LogMiner on the primary Oracle database.
- If
you have not already installed Oracle LogMiner, go to $ORACLE_HOME/rdbms/admin, log in as a “sys as sysdba” user, and
execute the Oracle LogMiner installation script:
- After LogMiner is installed, create a public synonym
so that you do not have to log in as the owner to execute LogMiner
functions:
CREATE PUBLIC SYNONYM DBMS_LOGMNR FOR
SYS.DBMS_LOGMNR;