Maintains information about the actively running procedures during replication.
|
Column Name |
Type |
Contents |
|---|---|---|
|
callseq |
NUMBER |
The procedure call sequence. |
|
sid |
NUMBER |
The ID of the session the procedure is executed on. |
|
owner |
VARCHAR2(256) |
The procedure owner. |
|
sproc |
VARCHAR2(256) |
The procedure name. |
|
spid |
NUMBER |
The procedure object ID. |
|
shadow |
VARCHAR2(256) |
The procedure shadow table name. |
|
shid |
NUMBER |
The procedure shadow table object ID. |
|
objtype |
NUMBER | The procedure object type. |
|
sqlerrm |
VARCHAR2(256) | The text of the SQL error message for any error that occurred during procedure execution. |