How many database objects (trigger, packages, sequence etc)
uses a
particular field in a given table.
For ex: I want to know how many database object uses the
ATTRIBUTE1 in
the PO_VENDORS table.

What query will give me the result showing the database
object
name(package, trigger etc),
field_name used (in this case ATTRIBUTE1) and table_name
(in this case
PO_VENDORS).

Answer Posted / raji_4u

CHECK THE VIEW "USER_DEPENDENCIES"

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does count (*) do in sql?

528


Is postgresql a nosql database?

542


What is the usage of nvl function?

603


Which table is left in join?

522


What are the types of records?

541






What does sql stand for?

550


What is materialized view. What are different methods of refresh?

790


What is difference between left and right outer join?

530


What is an implicit commit?

563


What are the different set operators available in sql?

569


Can we use commit inside a trigger?

535


Why cross join is used?

637


What is varchar data type in sql?

524


Is primary key clustered index?

531


Why is sql important?

589