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).
Answers were Sorted based on User's Feedback
Answer / gaurav
select * from user_source where upper(text)
like '%PO_VENDORS%'
| Is This Answer Correct ? | 2 Yes | 1 No |
what is an index? : Sql dba
What does dml mean?
How do I order columns in sql?
What is linq to sql?
How do you handle exceptions. Give the syntax for it?
What are all ddl commands?
How many sql statements are used? Define them.
How many joins in sql?
How to avoid using cursors? What to use instead of cursor and in what cases to do so?
What does count (*) mean in sql?
Show how functions and procedures are called in a pl/sql block.
What are Lexical Parameters.How They are used in Reports 6i
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)