On your logical standby database, you specified these rules:
SQL> EXECUTE DBMS_LOGSTBY.SKIP (STMT=> DML, -
SCHEMA_NAME => HR, -
OBJECT_NAME=> EMP_NEW);
SQL> EXECUTE DBMS_LOGSTBY.SKIP (STMT=> DML, -
SCHEMA_NAME => HR, -
OBJECT_NAME=> EMP_OLD);
After completion of the weekend batch cycle you attempt to delete the SQL Apply filters:
SQL> EXECUTE DBMS_LOGSTBY.UNSKIP (STMT=> DML, -
SCHEMA_NAME => HR, -
OBJECT_NAME=> EMP%);
Which is true regarding the execution of the UNSKIP procedure?
ScottL
1 year, 7 months agoJESUSBB
2 years, 1 month agoalexz1
2 years, 6 months ago