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


VIEW: SYS.ALL_REPDDL

Object Details
Object Name: ALL_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.ALL_REPDDL;

Dependencies

[top of page]

SYS.ALL_REPDDL references the following:

SchemaSYS
ViewALL_REPCATLOG
PL/SQL PackageXML_SCHEMA_NAME_PRESENT - show dependent code
SchemaSYSTEM
TableREPCAT$_DDL
SYS.ALL_REPDDL is referenced by following:

SchemaPUBLIC
SynonymALL_REPDDL