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


TABLE: SYS.SYNCREF$_PARTN_OPS

Object Details
Object Name: SYNCREF$_PARTN_OPS
Object Type: TABLE
Owner: SYS
Subobject Name:
Status: VALID

Storage Details
Tablespace: TablespaceSYSTEM
PCT Free: 10
PCT Used: 40
Columns
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)
Query Text

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;

Dependencies

[top of page]

SYS.SYNCREF$_PARTN_OPS does not reference any database object

SYS.SYNCREF$_PARTN_OPS is referenced by following:

SchemaSYS
ViewDBA_SR_PARTN_OPS
Package BodyDBMS_SYNC_REFRESH - show dependent code