pdb_auto_create_repdefs

NoteThis parameter is available only for Oracle and Microsoft SQL Server.

Configures Replication Agent to automatically create replication definitions at Replication Server when a table or procedure is marked for replication, after initialization. To improve performance pdb_auto_create_repdefs is ignored during initialization.

NoteThe pdb_xlog create command no longer checks the setting of pdb_auto_create_repdefs during initialization. To create replication definitions for all marked tables after executing pdb_xlog create, execute command rs_create_repdef all.

Default

false

Values

true – Replication Agent automatically creates replication definitions at the Replication Server when tables or procedures are marked after initialization.

false – no replication definitions are created when tables or procedures are marked.

Comments

NoteReplication Agent always assumes that a database replication definition exists for the primary database.