[Home] [Help]
[Dependency Information]
| Object Name: | DEFPROPAGATOR |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
Information about the propagator for all deferred remote procedure calls
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT USERNAME
, USERID
, STATUS
, CREATED
FROM SYS.DEFPROPAGATOR;
SYS
USER$
SYSTEM
DEF$_PROPAGATOR
PUBLIC
DEFPROPAGATOR
SYS
DBMS_DEFER_IMPORT_INTERNAL
- show dependent code
DBMS_DEFER_INTERNAL_SYS
- show dependent code
DBMS_DEFER_SYS_DEFINER
- show dependent code
|
|
|
|