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


VIEW: SYS.DBA_SR_OBJ_ALL

Object Details
Object Name: DBA_SR_OBJ_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
CURRENT_GROUP VARCHAR2 (1)
Indicates whether the synchronous refresh group is in the current group: Y - YES, N - NO
STAGING_LOG_NAME VARCHAR2 (128)
Staging log name of the synchronous refresh object table
Query Text

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


SELECT OWNER
,      NAME
,      TYPE
,      GROUP_ID
,      CURRENT_GROUP
,      STAGING_LOG_NAME
FROM SYS.DBA_SR_OBJ_ALL;

Dependencies

[top of page]

SYS.DBA_SR_OBJ_ALL references the following:

SchemaSYS
TableOBJ$
TableSYNCREF$_OBJECTS
TableSYNCREF$_TABLE_INFO
TableUSER$
SYS.DBA_SR_OBJ_ALL is referenced by following:

SchemaPUBLIC
SynonymDBA_SR_OBJ_ALL
SchemaSYS
ViewDBA_SR_OBJ
ViewUSER_SR_OBJ_ALL