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
Can we delete column in sql?
What are different types of indexes?
Which are the different case manipulation functions in sql?
Explain what is sql?
what are the nonstandard string types? : Sql dba
Is sql sequential or random?
Explain how you can copy a file to file content and file to pl/sql table in advance pl/sql?
What is a parameter query?
Why are cursors used?
what is 'mysqlimport'? : Sql dba
Why do we need sharding?
what is the difference between myisam static and myisam dynamic? : Sql dba
What is sql profiler in oracle?
How do we accept inputs from user during runtime?
Sql technical questions