Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Find the procedure which writes data to my table

sri333Feb 15 2013 — edited Feb 15 2013
Hi,
I have a table which contains data generated by procedures. And i used the table in so many procedures for reading data from that table. Now i want to know what procedures are writing data to that table. I tried dba_dependencies. But it will give me all dependent procedures. But i want aonly the procedures which writes data to that table. And if possible how do i get the flow of data in procedures.

Thanks,
Sri
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 15 2013
Added on Feb 15 2013
4 comments
431 views