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

How do I find duplicates in the same column?

542


How to get unique records from a table?

521


How to rename a table?

556


How to order siblings in oracle hierarchy queries?

597


How many joins can you have in sql?

518






how would you get the current date in mysql? : Sql dba

537


What is sql integrity?

581


Which is better join or inner query?

514


What are the different types of tables in sql?

481


Is not equal in sql?

562


Which operator is used in query for pattern matching?

622


how to use case expression? : Sql dba

549


How do you use join?

524


Which tcp/ip port does sql server run on? How can it be changed? : Sql dba

489


What are the limitations of sql express?

526