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


VIEW: SYS.DBA_REPCATLOG

Object Details
Object Name: DBA_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
SNAME VARCHAR2 (128)
Schema of replicated object name, if applicable
REQUEST VARCHAR2 (29)
Name of the requested operation
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
,      SNAME
,      REQUEST
,      ONAME
,      TYPE
,      MESSAGE
,      ERRNUM
,      GNAME
FROM SYS.DBA_REPCATLOG;

Dependencies

[top of page]

SYS.DBA_REPCATLOG references the following:

SchemaSYS
ViewREPCAT_REPCATLOG
SYS.DBA_REPCATLOG is referenced by following:

SchemaPUBLIC
SynonymDBA_REPCATLOG