Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> comp.databases.theory -> Re: Object Oriented Wrapper classes to SQL statements

Re: Object Oriented Wrapper classes to SQL statements

From: David Cressey <david_at_dcressey.com>
Date: Thu, 13 Dec 2001 01:23:45 GMT
Message-ID: <BqTR7.126$P_6.7230@petpeeve.ziplink.net>


Clifford,

The syntax you made up resembles, to a surprising degree, the syntax you get from RDMS$DEBUG_FLAGS "S" from the old DEC Rdb (now Oracle Rdb). Or maybe I shouldn't be surprised.

That output is after the optimizer has done reworking the plan, and decided on the cheapest path. That, in turn can be used to tune the query, or to provide hints.

BTW, Rdb had (still has) a really great optimizer. I got spoiled by it. Fortunately the "Oracle Oracle" optimizer is now catching up.

--
Regards,
    David Cressey
    www.dcressey.com
Received on Wed Dec 12 2001 - 19:23:45 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US