8.94 V$OBJECT_DEPENDENCY
V$OBJECT_DEPENDENCY
displays the objects depended on by a package, procedure, or cursor that is currently loaded in the shared pool. For example, together with V$SESSION
and V$SQL
, this view can be used to determine which tables are used in the SQL statement that a user is currently executing.
Column | Datatype | Description |
---|---|---|
|
|
Address of a procedure, package, or cursor that is currently loaded in the shared pool |
|
|
Hash value of a procedure, package, or cursor that is currently loaded in the shared pool |
|
|
Owner of the object that is depended on |
|
|
Name of the object that is depended on |
|
|
Address of the object that is depended on. These can be used to look up more information on the object in |
|
|
Hash value of the object that is depended on. These can be used to look up more information on the object in |
|
|
Type of the object that is depended on |
|
|
The ID of the container to which the data pertains. Possible values include:
|