Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: DBI: Identify schema objects for a statement

by rdfield (Priest)
on Aug 29, 2007 at 11:09 UTC ( [id://635768]=note: print w/replies, xml ) Need Help??


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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://635768]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (4)
As of 2024-04-18 20:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found