How to retrieve tables on sql id
Hi,
I have a request from the user to retrieve all the tables based on a sql id provided.
I login to the database (11gr2) with sqlplus sysdba privilege, based on the sql id provided, I want to list down all the tables involved in the SQL ID and output it to my sqlplus screen, and yes i only need the tables preferably with schema name as well, any helps here would greatly appreciated.
Thanks and best regards