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

Home -> Community -> Usenet -> c.d.o.server -> Re: connect by clause

Re: connect by clause

From: shankar72 <member33008_at_dbforums.com>
Date: Mon, 14 Jul 2003 19:17:34 +0000
Message-ID: <3108213.1058210254@dbforums.com>

Originally posted by Billy Verreynne
> shankar72 wrote
>
> > tried all the things suggested in your mail
>
> How do the explain plans (Test/Dev vs.Prod) look like?
>
> BTW, I find it hard to accept that the _exact_ same data using the
> _exact_ same SQL on two different Oracle databases, can give different
> results.
>
> I will take the SQL, simplify it to its most basic form and run it on
> both and compare the results. And then gradually increase the
> complexity until the difference is hit.
>
> FWIW, I think it must be data. Maybe something as obscure in the way
> NULLS or space are used.. or what character set is selected in the
> init.ora file.
>
> --
> Billy

in development the connect by is executed before the sort, this is not happening in production ... how do i make the connect by happen before the sort.

--
Posted via http://dbforums.com
Received on Mon Jul 14 2003 - 14:17:34 CDT

Original text of this message

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