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


TABLE: SYSTEM.REPCAT$_RUNTIME_PARMS

Object Details
Object Name: REPCAT$_RUNTIME_PARMS
Object Type: TABLE
Owner: SYSTEM
Subobject Name:
Status: VALID

Storage Details
Tablespace: TablespaceSYSTEM
PCT Free: 10
PCT Used: 40
Indexes
Index Type Uniqueness Tablespace Column
REPCAT$_RUNTIME_PARMS_PK NORMAL UNIQUE TablespaceSYSTEM ColumnRUNTIME_PARM_ID
ColumnPARAMETER_NAME
SYS_IL0000003315C00003$$ LOB UNIQUE TablespaceSYSTEM
Columns
Name Datatype Length Mandatory Comments
RUNTIME_PARM_ID NUMBER

Primary key of the parameter values table.
PARAMETER_NAME VARCHAR2 (128)
Name of the parameter.
PARM_VALUE CLOB (4000)
Parameter value.
Query Text

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


SELECT RUNTIME_PARM_ID
,      PARAMETER_NAME
,      PARM_VALUE
FROM SYSTEM.REPCAT$_RUNTIME_PARMS;

Dependencies

[top of page]

SYSTEM.REPCAT$_RUNTIME_PARMS does not reference any database object

SYSTEM.REPCAT$_RUNTIME_PARMS is referenced by following:

SchemaSYS
Package BodyDBMS_REPCAT_RGT - show dependent code
Package BodyDBMS_REPCAT_RGT_CUST - show dependent code