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


VIEW: SYS.DBA_SR_OBJ_STATUS_ALL

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

All synchronous refresh objects in the database

[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
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
FROM SYS.DBA_SR_OBJ_STATUS_ALL;

Dependencies

[top of page]

SYS.DBA_SR_OBJ_STATUS_ALL references the following:

SchemaSYS
TableOBJ$
TableSYNCREF$_OBJECTS
TableSYNCREF$_OBJECT_STATUS
TableUSER$
SYS.DBA_SR_OBJ_STATUS_ALL is referenced by following:

SchemaPUBLIC
SynonymDBA_SR_OBJ_STATUS_ALL
SchemaSYS
ViewDBA_SR_OBJ_STATUS
ViewUSER_SR_OBJ_STATUS_ALL