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


VIEW: SYS.DBA_REPDDL

Object Details
Object Name: DBA_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.DBA_REPDDL;

Dependencies

[top of page]

SYS.DBA_REPDDL references the following:

SchemaSYSTEM
TableREPCAT$_DDL
SYS.DBA_REPDDL is referenced by following:

SchemaPUBLIC
SynonymDBA_REPDDL