NET connection to 10gR2

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for Oracle in Delphi and C++Builder
Post Reply
Zdenek Vasku

NET connection to 10gR2

Post by Zdenek Vasku » Wed 05 Oct 2005 15:53

Hello,

I'm using dbxpress driver 2.50.5 and I have problem with oracle 10.2 release. I'm using direct net connection and if I have blob field, which remain null I have got this oracle error:

~Errors in file c:\oracle\product\10.2.0\admin\wsei\udump\wsei_ora_1432.trc:~ORA-00600: internal error code, arguments: [17147], [0x2D765D3C], [], [], [], [], [], []~ORA-06502: PL/SQL: numeric or value error~ORA-06512: at line 8~

With OCI all works. When table doesn't have blobs all works. On 10gR1 all works. I think it's a problem with null value. I'm using TClientDataset-TProvider-TSQLDataSet in D2005.

Thanks
Zdenek

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Thu 06 Oct 2005 06:47

We reproduced your problem and fixed it. This fix will be included in the next DbxOda build.

Zdenek Vasku

Post by Zdenek Vasku » Fri 07 Oct 2005 10:28

Thanks a lot

when can I expect new release.

Best regards
Zdenek

Post Reply