http://qs321.pair.com?node_id=635768


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