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
Why function is used in sql?
Is and as keyword in pl sql?
what are the authentication modes in sql server? How can it be changed? : Sql dba
What is the use of stored procedures?
How do you create an update query?
what are the differences between procedure-oriented languages and object-oriented languages? : Sql dba
Which are the different types of indexes in sql?
How do I truncate a sql log file?
what is the difference between a local and a global temporary table? : Sql dba
What are pl/sql packages?
What is coalesce in sql?
Are pl sql variables case sensitive?
What is trigger with example?
How do I restart sql?
What is a data definition language?