ADM_DEPENDENCIES
ADM_DEPENDENCIES displays the dependency relationships between types, tables, views, stored procedures, functions, and triggers in the database. By default, only the system administrator can access this view. Common users can access the view only after being authorized. This view exists in both PG_CATALOG and SYS schema.
Name |
Type |
Description |
---|---|---|
owner |
name |
Object owner. |
name |
name |
Object name. |
type |
character varying(18) |
Object type. |
referenced_owner |
name |
Owner of the referenced object. |
referenced_name |
name |
Name of the referenced object. |
referenced_type |
character varying(18) |
Type of the referenced object. |
referenced_link_name |
character varying(128) |
Not supported. Its value is NULL. |
dependency_type |
character varying(4) |
Not supported. Its value is NULL. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot