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
What are the benefits of triggers?
What are the various levels of constraints?
what is isam? : Sql dba
How delete all data from all tables in sql?
What is record data type?
how to dump a table to a file with 'mysqldump'? : Sql dba
Can you select everything, but 1 or 2 fields, without writer's cramp?
how to create a new table by selecting rows from another table in mysql? : Sql dba
What is scope of pl sql developer in future?
How do I remove all records from a table?
How to change the order of columns in Oracle SQL Plus ?
what are the properties and different types of sub-queries? : Sql dba
What are sql commands?
Show the cursor attributes of pl/sql.
Explain the update statement in sql