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


VIEW: SYS.USER_REPPRIORITY_GROUP

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

Information about user's priority groups

[View Source]

Columns
Name Datatype Length Mandatory Comments
PRIORITY_GROUP VARCHAR2 (30) Yes Name of the priority group
DATA_TYPE VARCHAR2 (9)
Datatype of the value
FIXED_DATA_LENGTH NUMBER

Length of the value in bytes if the datatype is CHAR
PRIORITY_COMMENT VARCHAR2 (80)
Description of the priority group
Query Text

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


SELECT PRIORITY_GROUP
,      DATA_TYPE
,      FIXED_DATA_LENGTH
,      PRIORITY_COMMENT
FROM SYS.USER_REPPRIORITY_GROUP;

Dependencies

[top of page]

SYS.USER_REPPRIORITY_GROUP references the following:

SchemaSYS
TableUSER$
SchemaSYSTEM
TableREPCAT$_PRIORITY_GROUP
SYS.USER_REPPRIORITY_GROUP is referenced by following:

SchemaPUBLIC
SynonymUSER_REPPRIORITY_GROUP