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


VIEW: SYS.CDB_GOLDENGATE_SUPPORT_MODE

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

List of support mode for objects by GoldenGate in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (30)
Owner of the object
OBJECT_NAME VARCHAR2 (30)
Name of the object
SUPPORT_MODE VARCHAR2 (6)
Either FULL, ID KEY, or NONE
CON_ID NUMBER

container id
Query Text

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


SELECT OWNER
,      OBJECT_NAME
,      SUPPORT_MODE
,      CON_ID
FROM SYS.CDB_GOLDENGATE_SUPPORT_MODE;

Dependencies

[top of page]

SYS.CDB_GOLDENGATE_SUPPORT_MODE does not reference any database object

SYS.CDB_GOLDENGATE_SUPPORT_MODE is referenced by following:

SchemaPUBLIC
SynonymCDB_GOLDENGATE_SUPPORT_MODE