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 do we need cursors in pl sql?
What are the different schemas objects that can be created using pl/sql?
What is the difference between join and natural join?
how can you create an empty table from an existing table? : Sql dba
What is trigger types of trigger?
What is t-sql? : Transact sql
Is there a pl/sql pragma similar to deterministic, but for the scope of one single sql select?
What is a schema? How is it useful in sql servers?
Which data type is a composite type?
How to connect a sql*plus session to an oracle server?
What is percent sign in sql?
What is gpt format?
Explain foreign key in sql?
Is join same as left join?
What is a constraint?