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 need of a partition key?
Does oracle roll back the transaction on an error?
what is difference between delete and truncate commands? : Sql dba
What is foreign key and example?
how would you get the current date in mysql? : Sql dba
What is execution plan in sql?
What does cursor do in sql?
What is natural join in sql?
how to present a past time in hours, minutes and seconds? : Sql dba
What is sql injection owasp?
What is sql not null constraint?
How to use boolean type in select statement?
Is sql a oracle?
Explain select statements in sql?
Why is stored procedure faster than query?