1.

What is the use of SYS.ALL_DEPENDENCIES?

Answer»
  • 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.


Discussion

No Comment Found