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 is the difference between join and union? : Sql dba
Is sqlite good enough for production?
how to concatenate two character strings? : Sql dba
What is the use of procedures?
What is cursor status?
explain advantages of innodb over myisam. : Sql dba
when is the use of update_statistics command? : Sql dba
What do you mean by rowid?
What are triggers and its uses?
What do you understand by pl/sql records?
What are the advantages of indexing?
What are the parameter modes supported by pl/sql?
What are the packages in pl sql?
How to fetch values from testtable1 that are not in testtable2 without using not keyword?
is mysql query is case sensitive? : Sql dba