pdb_skip_op

Description

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

Returns, adds, or removes record identifiers from a list of records to skip in processing. The format of the identifier is database-specific.

Syntax

pdb_skip_op [add | remove], [identifier] [remove, all]

Parameters

add

Adds a specified ID to the list of identifiers of records to skip.

remove

Removes a specified ID from the list of identifiers to skip.

identifier

Identifies the log record to skip. The syntax is database specific

all

Allows you to add or remove all IDs in the list of identifiers to skip.

Examples

Example 1

pdb_skip_op

This command with no parameters returns a list of the identifiers for the records you want to skip.

Example 2

pdb_skip_op add, id

This command adds an ID to the list of identifiers you want to skip.

Example 3

pdb_skip_op remove, id

To remove an ID to the list of identifiers you want to skip:

Example 4

pdb_skip_op remove, all

This command removes all the IDs on the list of identifiers you want to skip.

Usage

See also

ra_helplocator, ra_locator