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


VIEW: SYS.CDB_REPFLAVORS

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

Flavors defined for replicated object groups in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
FLAVOR_ID NUMBER
Yes Flavor identifier, unique within object group
GNAME VARCHAR2 (30) Yes Name of the object group
FNAME VARCHAR2 (30)
Name of the flavor
CREATION_DATE DATE

Date on which the flavor was created
CREATED_BY VARCHAR2 (30)
User that created the flavor
PUBLISHED VARCHAR2 (1)
Indicates whether flavor is published (Y/N) or obsolete (O)
GROUP_OWNER VARCHAR2 (128)
Owner of the object group
CON_ID NUMBER

container id
Query Text

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


SELECT FLAVOR_ID
,      GNAME
,      FNAME
,      CREATION_DATE
,      CREATED_BY
,      PUBLISHED
,      GROUP_OWNER
,      CON_ID
FROM SYS.CDB_REPFLAVORS;

Dependencies

[top of page]

SYS.CDB_REPFLAVORS does not reference any database object

SYS.CDB_REPFLAVORS is referenced by following:

SchemaPUBLIC
SynonymCDB_REPFLAVORS