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


VIEW: SYS.USER_REPDDL

Object Details
Object Name: USER_REPDDL
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

Arguments that do not fit in a single repcat log record

[View Source]

Columns
Name Datatype Length Mandatory Comments
LOG_ID NUMBER

Identifying number of the repcat log record
SOURCE VARCHAR2 (128)
Name of the database at which the request originated
ROLE VARCHAR2 (1)
Is this database the masterdef for the request
MASTER VARCHAR2 (128)
Name of the database that processes this request
LINE NUMBER

Ordering of records within a single request
TEXT VARCHAR2 (2000)
Portion of an argument
DDL_NUM NUMBER

Order of ddls to execute
Query Text

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


SELECT LOG_ID
,      SOURCE
,      ROLE
,      MASTER
,      LINE
,      TEXT
,      DDL_NUM
FROM SYS.USER_REPDDL;

Dependencies

[top of page]

SYS.USER_REPDDL references the following:

SchemaSYS
ViewUSER_REPCATLOG
SchemaSYSTEM
TableREPCAT$_DDL
SYS.USER_REPDDL is referenced by following:

SchemaPUBLIC
SynonymUSER_REPDDL