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


VIEW: SYS.DBA_REPPRIORITY

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

Values and their corresponding priorities in 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
PRIORITY NUMBER
Yes Priority of the value
DATA_TYPE VARCHAR2 (9)
Datatype of the value
FIXED_DATA_LENGTH NUMBER

Length of the value in bytes if the datatype is CHAR
CHAR_VALUE CHAR (255)
Blank-padded character string
VARCHAR2_VALUE VARCHAR2 (4000)
Character string
NUMBER_VALUE NUMBER

Numeric value
DATE_VALUE DATE

Date value
RAW_VALUE RAW (2000)
Raw value
GNAME VARCHAR2 (30) Yes Name of the replicated object group
NCHAR_VALUE NCHAR (1000)
NCHAR string
NVARCHAR2_VALUE NVARCHAR2 (2000)
NVARCHAR2 string
LARGE_CHAR_VALUE CHAR (2000)
Blank-padded character string over 255 characters
Query Text

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


SELECT SNAME
,      PRIORITY_GROUP
,      PRIORITY
,      DATA_TYPE
,      FIXED_DATA_LENGTH
,      CHAR_VALUE
,      VARCHAR2_VALUE
,      NUMBER_VALUE
,      DATE_VALUE
,      RAW_VALUE
,      GNAME
,      NCHAR_VALUE
,      NVARCHAR2_VALUE
,      LARGE_CHAR_VALUE
FROM SYS.DBA_REPPRIORITY;

Dependencies

[top of page]

SYS.DBA_REPPRIORITY references the following:

SchemaSYSTEM
TableREPCAT$_PRIORITY
TableREPCAT$_PRIORITY_GROUP
SYS.DBA_REPPRIORITY is referenced by following:

SchemaPUBLIC
SynonymDBA_REPPRIORITY