USER_DEPENDENCIES

2023-12-25 08:49:41  Updated

Purpose

The USER_DEPENDENCIES view displays the dependencies among objects in the schema of the current user. At present, only dependencies among Procedural Language (PL) objects are displayed.

Applicability

This topic applies only to OceanBase Database Enterprise Edition. OceanBase Database Community Edition provides only the MySQL mode.

  • ALL_DEPENDENCIES

  • DBA_DEPENDENCIES

Columns

Column Type Nullable? Description
NAME VARCHAR2(128) NO The name of the dependent object.
TYPE VARCHAR2(23) NO The type of the dependent object.
REFERENCED_OWNER VARCHAR2(128) NO The name of the owner of the referenced object.
REFERENCED_NAME VARCHAR2(128) NO The name of the referenced object.
REFERENCED_TYPE VARCHAR2(18) NO The type of the referenced object.
REFERENCED_LINK_NAME VARCHAR2(128) NO The DBLink name of the referenced object.
SCHEMAID NUMBER NO The Schema ID of the current user.
DEPENDENCY_TYPE VARCHAR2(4) NO Indicates whether the dependency is a strong dependency.
Contact Us