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


VIEW: SYS.DEFPROPAGATOR

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

Information about the propagator for all deferred remote procedure calls

[View Source]

Columns
Name Datatype Length Mandatory Comments
USERNAME VARCHAR2 (128) Yes Username of the propagator
USERID NUMBER
Yes User ID of the propagator
STATUS VARCHAR2 (7)
Status of the propagator
CREATED DATE
Yes Time when the propagator is registered
Query Text

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


SELECT USERNAME
,      USERID
,      STATUS
,      CREATED
FROM SYS.DEFPROPAGATOR;

Dependencies

[top of page]

SYS.DEFPROPAGATOR references the following:

SchemaSYS
TableUSER$
SchemaSYSTEM
TableDEF$_PROPAGATOR
SYS.DEFPROPAGATOR is referenced by following:

SchemaPUBLIC
SynonymDEFPROPAGATOR
SchemaSYS
Package BodyDBMS_DEFER_IMPORT_INTERNAL - show dependent code
Package BodyDBMS_DEFER_INTERNAL_SYS - show dependent code
Package BodyDBMS_DEFER_SYS_DEFINER - show dependent code