[Home] [Help]
[Dependency Information]
| Object Name: | SYNCREF$_PARAMETERS |
|---|---|
| Object Type: | TABLE |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
| Tablespace: | SYSTEM |
|---|---|
| PCT Free: | 10 |
| PCT Used: | 40 |
PARAMETER_NAME| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| SYS_C00245513 | NORMAL | UNIQUE |
SYSTEM
|
PARAMETER_NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PARAMETER_NAME | VARCHAR2 | (256) | Yes | |
| NUM_VALUE | NUMBER | |||
| STR_VALUE | VARCHAR2 | (4000) | ||
| FLAGS | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT PARAMETER_NAME
, NUM_VALUE
, STR_VALUE
, FLAGS
FROM SYS.SYNCREF$_PARAMETERS;
SYS.SYNCREF$_PARAMETERS does not reference any database object
SYS.SYNCREF$_PARAMETERS is referenced by following:
SYS
DBMS_SYNC_REFRESH
- show dependent code
|
|
|
|