Method R Discussion Group

Method R helps developers, DBAs, and decision-makers optimize Oracle-based software in every phase of the software life cycle.

Discuss Method R products, techniques, and events.

Ask new questions or post your own responses.

Inline Queries and Large SQL Statements - Webinar 1/23/07

what will the explain plan of a large sql statement with inline queries look like?  Will the time show against the subquery?
Becky Goodman Send private email
Tuesday, January 23, 2007
 
 
There isn't an explain plan within DBMS_PROFILER or DBMS_TRACE.  With DBMS_PROFILER what you will see is how long a line of code took to execute.  If this line of code is a very complex SQL statement with view resolutions and such things going on, then it’s likely to have a longer time then another simple SQL statement.  The timer is just that, how long did it take to execute this line of code.  That will include things like hard parse time for a line the first time and such.
Ric Van Dyke Send private email
Thursday, January 25, 2007
 
 

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics
 
Discussion Groups Main Page

Powered by FogBugz