[Home] [Help]
[Dependency Information]
| Object Name: | REPCAT$_RUNTIME_PARMS |
|---|---|
| Object Type: | TABLE |
| Owner: | SYSTEM |
| Subobject Name: | |
| Status: | VALID |
| Tablespace: | SYSTEM |
|---|---|
| PCT Free: | 10 |
| PCT Used: | 40 |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| REPCAT$_RUNTIME_PARMS_PK | NORMAL | UNIQUE |
SYSTEM
|
RUNTIME_PARM_ID
PARAMETER_NAME
|
| SYS_IL0000003315C00003$$ | LOB | UNIQUE |
SYSTEM
|
| 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. |
Cut, paste (and edit) the following text to query this object:
SELECT RUNTIME_PARM_ID
, PARAMETER_NAME
, PARM_VALUE
FROM SYSTEM.REPCAT$_RUNTIME_PARMS;
SYSTEM.REPCAT$_RUNTIME_PARMS does not reference any database object
SYSTEM.REPCAT$_RUNTIME_PARMS is referenced by following:
SYS
DBMS_REPCAT_RGT
- show dependent code
DBMS_REPCAT_RGT_CUST
- show dependent code
|
|
|
|