pdb_xlog

Description

Returns the names of transaction log base objects; creates transaction log base objects in the primary database; or removes transaction log base objects from the primary database.

For Oracle, this command verifies permissions are valid for the Sybase Replication Agent to obtain system data from the primary database. It also checks the condition of the primary database to determine if archiving is turned on or off, and then loads the RASD with system data from the primary database.

NoteBecause the pdb_xlog create command is deprecated, Sybase recommends that you use pdb_xlog init.

Syntax

pdb_xlog [[init |create | remove] 
[, force]] | move_truncpt]

Parameters

init

The keyword for moving the truncation point to the end of the transaction log.

create

The keyword for creating a transaction log.

remove

The keyword for removing a transaction log.

force

A keyword that refers to the remove or init operation.

move_truncpt

A keyword that moves the truncation point for Oracle only.

Examples

Example 1

pdb_xlog init 2048, 4096

This command creates the xlog base components, and specifies in the transaction log table an initial extent size of 2048 bytes and a next extent size of 4096 bytes.

Usage

See also

pdb_setrepcol, pdb_setrepproc, pdb_setreptable, ra_config