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

Home -> Community -> Usenet -> c.d.o.misc -> Re: BUG ? : Problem with Oracle OLEDB driver and Outer join

Re: BUG ? : Problem with Oracle OLEDB driver and Outer join

From: Niall Litchfield <n-litchfield_at_audit-commission.gov.uk>
Date: Thu, 18 Jul 2002 14:05:26 +0100
Message-ID: <3d36bd16$0$8513$ed9e5944@reading.news.pipex.net>


how are you 'executing the query via the oldeb provider' Could you post your code.

--
Niall Litchfield
Oracle DBA
Audit Commission UK
*****************************************
Please include version and platform
and SQL where applicable
It makes life easier and increases the
likelihood of a good answer

******************************************
"Etienne" <etienne.lesueur_at_wanadoo.fr> wrote in message
news:ah5uoa$1s8$1_at_wanadoo.fr...

> Hello,
>
> I think there is a bug in the latest version 8.1.7.3 of Oracle OLEDB
Driver.
>
> When I try to execute the following query in SQL*Plus :
>
> SELECT BA.IDPIECE , BAECRGEN.ECG_LIGNE ECR_LIGNE , BAECRGEN.PIE_DATE ,
> BAECRGEN.LIBELLE01
> FROM BAPIECES BA, BAECRGEN
> WHERE BA.IDPIECE = 999 AND BA.IDPIECE=BAECRGEN.IDPIECE (+) ;
>
> I retrieve 1 row (and it's right).
>
> When I excute the same query via the OLEDB Driver, I retrieve no rows
!!!!!
>
> If there's anyway to workaround this problem ?
>
> Many Thanks.
>
> Etienne.
>
>
>
>
Received on Thu Jul 18 2002 - 08:05:26 CDT

Original text of this message

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