ra_helpop

Description

This command returns information for use in troubleshooting a specified database transaction log operation.

NoteThis command is available only for Oracle.

Syntax

ra_helpop “[opid | locator]”

Parameters

opid

The Replication Agent operation ID for a database operation.

locator

The Replication Agent locator for a database operation.

Examples

Example 1

ra_helpop
0x0000.01783d96.0000:0001.000003fe.00000034.00e8
go

This command returns information about the operation specified by the Replication Agent operation ID:

Name                Value
--------------      ------------------------------------------
OPERATION ID        0x0000.01783d96.0000:0001.000003fe.00000034.00e8
SCN                 24657302 
THREAD              1 
USERNAME            AUSER 
EXECUTION TIME      2010-07-12 10:28:14.0 
OBJECT ID           51809 
OBJECT NAME         BLL$TEST 
OPERATION           INSERT
REPLICATE           YES 
TRANSACTION ID      0004.0016.00000016 
REDO SQL            insert into "AUSER"."BLL$TEST"("QUANTITY",
"ORDER_NUMBER") values ('85','1234567890');
UNDO SQL            delete from "AUSER"."BLL$TEST" where "QUANTITY" =
 '85' and "ORDER_NUMBER" = '1234567890' and ROWID = 'AAAMphAAEAAAYrWAAC';
SKIP COMMAND        pdb_skip_op add, 24657302, 1, 1022.52.2322
(13 rows affected) 

Example 2

ra_helpop
0000000001783d9600020001000003fe0000003400e8000001783d9500000000
go

This command returns information about the operation specified by the Replication Agent locator:

Name                Value
--------------      ------------------------------------------
OPERATION ID        0x0000.01783d96.0000:0001.000003fe.00000033.010c 
SCN                 24657302 
THREAD              1 
USERNAME            AUSER 
EXECUTION TIME      2010-07-12 10:28:14.0 
OBJECT ID           51809 
OBJECT NAME         BLL$TEST 
OPERATION           INSERT
REPLICATE           YES 
TRANSACTION ID      0004.0016.00000016 
REDO SQL            insert into "AUSER"."BLL$TEST"("QUANTITY",
"ORDER_NUMBER") values ('85','1234567890');
UNDO SQL            delete from "AUSER"."BLL$TEST" where "QUANTITY" =
 '85' and "ORDER_NUMBER" = '1234567890' and ROWID = 'AAAMphAAEAAAYrWAAC';
SKIP COMMAND        pdb_skip_op add, 24657302, 1, 1022.52.232
(13 rows affected) 

Usage