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


VIEW: SYS.CDB_SR_OBJ_STATUS_ALL

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

All synchronous refresh objects in the database in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128) Yes Owner of the synchronous refresh object
NAME VARCHAR2 (128) Yes Name of the synchronous refresh object
TYPE VARCHAR2 (5)
Type of synchronous refresh object in the database: TABLE, MVIEW
GROUP_ID NUMBER
Yes Group ID of the synchronous refresh object
STATUS VARCHAR2 (13)
Status of the synchronous refresh object: NOT PROCESSED, COMPLETE, ABORT
CURRENT_RUN VARCHAR2 (1)
Indicates whether the synchronous refresh object is in the current run: Y - YES, N - NO
CURRENT_GROUP VARCHAR2 (1)
ERROR_NUMBER NUMBER

Error number if any of the synchronous refresh object
ERROR_MESSAGE VARCHAR2 (4000)
Error message if any of the synchronous refresh object
LAST_MODIFIED_TIME DATE

Last modified-time of the synchronous refresh object
CON_ID NUMBER

container id
Query Text

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


SELECT OWNER
,      NAME
,      TYPE
,      GROUP_ID
,      STATUS
,      CURRENT_RUN
,      CURRENT_GROUP
,      ERROR_NUMBER
,      ERROR_MESSAGE
,      LAST_MODIFIED_TIME
,      CON_ID
FROM SYS.CDB_SR_OBJ_STATUS_ALL;

Dependencies

[top of page]

SYS.CDB_SR_OBJ_STATUS_ALL does not reference any database object

SYS.CDB_SR_OBJ_STATUS_ALL is referenced by following:

SchemaPUBLIC
SynonymCDB_SR_OBJ_STATUS_ALL