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


VIEW: SYS.ALL_REPPRIORITY_GROUP

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

Information about all priority groups which are accessible to the user

[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.ALL_REPPRIORITY_GROUP;

Dependencies

[top of page]

SYS.ALL_REPPRIORITY_GROUP references the following:

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

SchemaPUBLIC
SynonymALL_REPPRIORITY_GROUP