Updated on 2024-05-07 GMT+08:00

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.

Table 1 ADM_DEPENDENCIES columns

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.