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

Can we use the cursor's to create the collection in PL/SQL?

516


How do you use a while loop in pl sql?

534


Is sql pronounced sequel or sql?

736


What is the use of double ampersand (&&) in sql queries? Give an example

609


How many types of indexes are there in sql?

535






What is not equal in sql?

509


What is sp_helptext?

586


Show the cursor attributes of pl/sql.

608


Can we rollback after truncate?

562


What is the use of %rowtype?

533


when MSQL8.0 is in market

1594


how mysql optimizes distinct? : Sql dba

549


What types of commands can be executed in sql*plus?

546


Enlist the characteristics of pl/sql?

1238


Does group by remove duplicates?

545