LogMiner Views Added to Assist Replication
The DBMS_ROLLING
package contains a new parameter that enables you to block the replication of operations unsupported by Transient Logical Standby.
Starting with this release, in the DBMS_ROLLING.set_parameter()
procedure, there is a new parameter called BLOCK_UNSUPPORTED
. By default, BLOCK_UNSUPPORTED
is set to 1 [YES
], indicating that operations performed on tables that are unsupported by Transient Logical Standby will be blocked on the primary database. If set to 0 [OFF
], then the DBMS_ROLLING
package does not block operations on unsupported tables. Those tables will not be maintained by Transient Logical Standby, and will diverge from the primary database.