[Home] [Help]
[Dependency Information]
| Object Name: | REPCAT_REPCATLOG |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
Information about asynchronous administration requests
| 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 |
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;
SYSTEM
REPCAT$_REPCATLOG
SYS
ALL_REPCATLOG
DBA_REPCATLOG
USER_REPCATLOG
|
|
|
|