pdb_skip_op

Description

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

Returns, adds to, or removes operations from a list of operations to skip during processing. The format of the record locator is database-specific.

Syntax

pdb_skip_op [add | remove], [locator | scn, thread, rba] | [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.

locator

The locator keyword from the list of LTM locators to identify the operations to skip.

scn

(For Oracle) The system change number (SCN) keyword identifies a specified log record to skip.

thread

(For Oracle) The thread keyword of the redo log thread of the operation to skip.

rba

(For Oracle) The record byte address (RBA) keyword of the log record to skip.

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.

Example 5

pdb_skip_op add, locator

This command adds an operation, referred to by its location, to the list of identifiers that you want to skip.

Usage

See also

ra_helplocator, ra_locator