pdb_xlog_device

The primary database device on which Replication Agent transaction log objects are created.

Note: This parameter has been deprecated. Use the ra_admin_device parameter instead.

Default

NULL

Value

A valid primary database device name or NULL.

Comments

  • The value of the pdb_xlog_device parameter is the device specification of the primary database device to be used in SQL scripts generated by Replication Agent to create transaction log objects.

  • The pdb_xlog_device parameter allows you to specify a single device on which all Replication Agent transaction log objects will be created, even if the database uses multiple devices.

  • If the value of the pdb_xlog_device parameter is NULL, no device is specified in the SQL create statements, and Replication Agent transaction log objects are placed on the primary data server system-defined default device.

Related reference
ra_admin_device