![]() |
|
Welcome to the Monastery | |
PerlMonks |
Re: DBI: Identify schema objects for a statementby rdfield (Priest) |
on Aug 29, 2007 at 11:09 UTC ( #635768=note: print w/replies, xml ) | Need Help?? |
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
In Section
Seekers of Perl Wisdom
|
|