How to find the tables used in a procedure
Mark1970Jan 13 2012 — edited Jan 13 2012Hi,
I need to write a SQL for finding the procedures (from user_source) and/or the triggers (from user_triggers) whose code contains the tables registerd in a table X.
In others words, I have a table X with N records having a column containing some tables. I want to write a SQL for getting those objects (proc, package and triggers) containing/using those tables inside
Can you help me?
Thanks!