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 / gaurav

select * from user_source where upper(text)
like '%PO_VENDORS%'

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

explain access control lists. : Sql dba

716


how to run 'mysql' commands from a batch file? : Sql dba

777


What is difference between sql and oracle?

778


how to enter binary numbers in sql statements? : Sql dba

708


what is a database transaction? : Sql dba

824






What is a field in a database?

760


What is rollback?

786


What is pls_integer in pl sql?

753


Explain the purpose of %type and %rowtype data types?

663


what is row? : Sql dba

935


how to select first 5 records from a table? : Sql dba

694


Can we call stored procedure in function?

706


What company owns postgresql?

772


What is the benefit of foreign key?

714


What are the usages of sql?

752