ID
|
NUMBER
|
- |
A sequence number. Together, the ID and SOURCE columns identify all log records at all master sites that pertain to a single administrative request. |
SOURCE
|
VARCHAR2(128)
|
- |
Location where the request originated. |
USERID
|
VARCHAR2(30)
|
- |
Name of the user making the request. |
TIMESTAMP
|
DATE
|
- |
When the request was made. |
ROLE
|
VARCHAR2(9)
|
- |
Indicates if site is the master definition site (masterdef) or a master site (master). |
MASTER
|
VARCHAR2(128)
|
- |
If the role is 'masterdef' and the task is remote, then indicates which master site is performing the task. |
SNAME
|
VARCHAR2(30)
|
- |
The name of the schema for the replicated object, if applicable. |
REQUEST
|
VARCHAR2(29)
|
- |
The name of the DBMS_REPCAT administrative procedure that was run. |
ONAME
|
VARCHAR2(30)
|
- |
The name of the replicated object, if applicable. |
TYPE
|
VARCHAR2(12)
|
- |
The type of replicated object:
FUNCTION MATERIALIZED VIEW
INDEX SYNONYM
INDEXTYPE TABLE
OPERATOR TRIGGER
PACKAGE TYPE
PACKAGE BODY TYPE BODY
PROCEDURE VIEW
|
STATUS
|
VARCHAR2(14)
|
- |
The status of the administrative request: READY , DO_CALLBACK , AWAIT_CALLBACK , or ERROR . |
MESSAGE
|
VARCHAR2(200)
|
- |
Any error message that has been returned. |
ERRNUM
|
NUMBER
|
- |
The Oracle error number for the message. |
GNAME
|
VARCHAR2(30)
|
- |
The name of the replication group. |