Mirror Replication Agent objects in the Oracle primary database

Mirror Replication Agent creates objects in the Oracle primary database to assist with replication tasks.

The Mirror Replication Agent objects are created by invoking the pdb_init command. When you invoke this command, Mirror Replication Agent generates a SQL script that contains the SQL statements for the objects created or modified in the primary database. This script is stored in the partinit.sql file in the MRO-12_6\inst_name\scripts\xlog\installed directory. The objects must be created before any primary database objects can be marked for replication.

Note The generated scripts are for informational purposes only and cannot be run manually to initialize the primary database. This is also true for the procedure marking and unmarking scripts that are generated when you use pdb_setrepproc. Scripts are no longer generated when you mark and unmark tables with pdb_setreptable.