ALL_DEPENDENCIES
ALL_DEPENDENCIES displays dependencies between functions and advanced packages accessible to the current user.
Currently in DWS, this table is empty without any record due to information constraints.
|
Column |
Type |
Description |
|---|---|---|
|
owner |
character varying(30) |
Owner of the object |
|
Name |
character varying(30) |
Object name |
|
type |
character varying(17) |
Object type |
|
referenced_owner |
character varying(30) |
Owner of the referenced object |
|
referenced_name |
character varying(64) |
Name of the referenced object |
|
referenced_type |
character varying(17) |
Type of the referenced object |
|
referenced_link_name |
character varying(128) |
Name of the link to the referenced object |
|
schemaid |
Numeric |
ID of the current schema |
|
dependency_type |
character varying(4) |
Dependency type (REF or HARD) |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.