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


VIEW: SYS.CDB_REPOBJECT

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

Information about replicated objects in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
SNAME VARCHAR2 (128)
Name of the object owner
ONAME VARCHAR2 (128)
Name of the object
TYPE VARCHAR2 (16)
Type of the object
STATUS VARCHAR2 (10)
Status of the last create or alter request on the local object
GENERATION_STATUS VARCHAR2 (9)
Status of whether the object needs to generate replication packages
ID NUMBER

Identifier of the local object
OBJECT_COMMENT VARCHAR2 (80)
Description of the replicated object
GNAME VARCHAR2 (30)
Name of the replicated object group
MIN_COMMUNICATION VARCHAR2 (1)
Send only necessary OLD and NEW values for an updated row?
REPLICATION_TRIGGER_EXISTS VARCHAR2 (1)
Internal replication trigger exists?
INTERNAL_PACKAGE_EXISTS VARCHAR2 (1)
Internal package exists?
GROUP_OWNER VARCHAR2 (128)
Owner of the replicated object group
NESTED_TABLE VARCHAR2 (1)
Storage table for a nested table column?
CON_ID NUMBER

container id
Query Text

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


SELECT SNAME
,      ONAME
,      TYPE
,      STATUS
,      GENERATION_STATUS
,      ID
,      OBJECT_COMMENT
,      GNAME
,      MIN_COMMUNICATION
,      REPLICATION_TRIGGER_EXISTS
,      INTERNAL_PACKAGE_EXISTS
,      GROUP_OWNER
,      NESTED_TABLE
,      CON_ID
FROM SYS.CDB_REPOBJECT;

Dependencies

[top of page]

SYS.CDB_REPOBJECT does not reference any database object

SYS.CDB_REPOBJECT is referenced by following:

SchemaPUBLIC
SynonymCDB_REPOBJECT