in reply to
DBI: Identify schema objects for a statement
Use
$dbh->do("explain plan ... $sql")
and query the plan table for the objects. Or if the code has already executed you should be able to find the data in
v$sql_plan
rdfield
Comment on
Re: DBI: Identify schema objects for a statement
Select
or
Download
Code
In Section
Seekers of Perl Wisdom