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


VIEW: SYS.DBA_REPFLAVORS

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

Flavors defined for replicated object groups

[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 (128)
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
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
FROM SYS.DBA_REPFLAVORS;

Dependencies

[top of page]

SYS.DBA_REPFLAVORS references the following:

SchemaSYS
TableUSER$
SchemaSYSTEM
TableREPCAT$_FLAVORS
SYS.DBA_REPFLAVORS is referenced by following:

SchemaPUBLIC
SynonymDBA_REPFLAVORS
SchemaSYS
Package BodyDBMS_REPCAT_RGT_CUST - show dependent code