[Home] [Help]
[Dependency Information]
| Object Name: | SYNCREF$_PARTN_OPS |
|---|---|
| Object Type: | TABLE |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
| Tablespace: | SYSTEM |
|---|---|
| PCT Free: | 10 |
| PCT Used: | 40 |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| TABLE_OBJ# | NUMBER | Yes | ||
| PARTITION_OP | VARCHAR2 | (30) | Yes | |
| PARTITION_NAME | VARCHAR2 | (30) | Yes | |
| OUTSIDE_TABLE_SCHEMA_NAME | VARCHAR2 | (30) | ||
| OUTSIDE_TABLE_NAME | VARCHAR2 | (30) |
Cut, paste (and edit) the following text to query this object:
SELECT TABLE_OBJ#
, PARTITION_OP
, PARTITION_NAME
, OUTSIDE_TABLE_SCHEMA_NAME
, OUTSIDE_TABLE_NAME
FROM SYS.SYNCREF$_PARTN_OPS;
SYS.SYNCREF$_PARTN_OPS does not reference any database object
SYS.SYNCREF$_PARTN_OPS is referenced by following:
SYS
DBA_SR_PARTN_OPS
DBMS_SYNC_REFRESH
- show dependent code
|
|
|
|