Google News
logo
PL/SQL - Interview Questions
What is the use of SYS.ALL_DEPENDENCIES?
SYS.ALL_DEPENDENCIES is used for describing all the dependencies between procedures, packages, triggers, functions that are accessible to the current user. It returns the columns like name, dependency_type, type, referenced_owner etc.
Advertisement