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


VIEW: SYS.DBA_REPPRIORITY_GROUP

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

Information about all priority groups in the database

[View Source]

Columns
Name Datatype Length Mandatory Comments
SNAME VARCHAR2 (30) Yes OBSOLETE COLUMN: Name of the replicated schema
PRIORITY_GROUP VARCHAR2 (30) Yes Name of the priority group
DATA_TYPE VARCHAR2 (9)
Datatype of the value in the priority group
FIXED_DATA_LENGTH NUMBER

Length of the value in bytes if the datatype is CHAR
PRIORITY_COMMENT VARCHAR2 (80)
Description of the priority group
GNAME VARCHAR2 (30) Yes Name of the replicated object group
Query Text

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


SELECT SNAME
,      PRIORITY_GROUP
,      DATA_TYPE
,      FIXED_DATA_LENGTH
,      PRIORITY_COMMENT
,      GNAME
FROM SYS.DBA_REPPRIORITY_GROUP;

Dependencies

[top of page]

SYS.DBA_REPPRIORITY_GROUP references the following:

SchemaSYSTEM
TableREPCAT$_PRIORITY_GROUP
SYS.DBA_REPPRIORITY_GROUP is referenced by following:

SchemaPUBLIC
SynonymDBA_REPPRIORITY_GROUP
SchemaSYS
Package BodyDBMS_REPCAT_CONF - show dependent code