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 |
How can we connect an Android App to an Oracle database and use the PL/SQL procedural code?
What does partition by mean in sql?
what are the t string functions available in tsql? : Transact sql
What does select top 1 do in sql?
What is the usage of the distinct keyword?
What are the popular database management systems in the it industry?
When do we create bitmap indexes
Is trigger a stored procedure?
tell me about various levels of constraint. : Sql dba
Explain clause in sql?
What is the use of sqldataadapter?
Can you have more than one trigger on a table?
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)