DBA Data[Home] [Help] [Dependency Information]


VIEW: SYS.REPCAT_REPCATLOG

Object Details
Object Name: REPCAT_REPCATLOG
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

Information about asynchronous administration requests

[View Source]

Columns
Name Datatype Length Mandatory Comments
ID NUMBER
Yes Identifying number of repcat log record
SOURCE VARCHAR2 (128) Yes Name of the database at which the request originated
STATUS VARCHAR2 (14)
Status of the request at this database
USERID VARCHAR2 (128)
Name of the user who submitted the request
TIMESTAMP DATE

When the request was submitted
ROLE VARCHAR2 (9)
Is this database the masterdef for the request
MASTER VARCHAR2 (128) Yes Name of the database that processes this request
REQUEST VARCHAR2 (29)
Name of the requested operation
SNAME VARCHAR2 (128)
Schema of replicated object, if applicable
ONAME VARCHAR2 (128)
Replicated object name, if applicable
TYPE VARCHAR2 (12)
Type of replicated object, if applicable
MESSAGE VARCHAR2 (200)
Error message associated with processing the request
ERRNUM NUMBER

Oracle error number associated with processing the request
GNAME VARCHAR2 (128)
Name of the replicated object group
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT ID
,      SOURCE
,      STATUS
,      USERID
,      TIMESTAMP
,      ROLE
,      MASTER
,      REQUEST
,      SNAME
,      ONAME
,      TYPE
,      MESSAGE
,      ERRNUM
,      GNAME
FROM SYS.REPCAT_REPCATLOG;

Dependencies

[top of page]

SYS.REPCAT_REPCATLOG references the following:

SchemaSYSTEM
TableREPCAT$_REPCATLOG
SYS.REPCAT_REPCATLOG is referenced by following:

SchemaSYS
ViewALL_REPCATLOG
ViewDBA_REPCATLOG
ViewUSER_REPCATLOG