Determines whether Replication Agent automatically runs transaction log creation and removal scripts and object marking and unmarking scripts at the primary database.
true
true – Replication Agent automatically runs transaction log scripts at the primary database.
false – Replication Agent saves the scripts, but does not automatically run transaction log scripts at the primary database.
When the pdb_xlog command is invoked to create or remove the transaction log, Replication Agent generates a script to create or remove the transaction log base objects.
When either the pdb_setrepproc or pdb_setreptable command is invoked to mark or unmark an object in the primary database, Replication Agent generates a script to create or remove the transaction log objects necessary for object marking.
The transaction log scripts are always saved in a file. Log creation and removal scripts are saved in files named create.sql and remove.sql. Object marking and unmarking scripts are saved in files named mark.sql and unmark.sql.
To mark or unmark a primary database object when the pdb_auto_run_scripts parameter is set to false, you must run each script manually after Replication Agent creates it and saves the file.