ORA-03113, connection breaks when selecting from db link

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
heidenbluth
Posts: 56
Joined: Mon 08 Nov 2004 19:01
Location: Germany

ORA-03113, connection breaks when selecting from db link

Post by heidenbluth » Wed 22 Jun 2005 19:57

Hello,

my application gets an ORA-03113 error when I select data via database link like SELECT COUNT(*) FROM MY_TAB@MY_LINK. The same SQL executed from SQL*Plus works fine. It happens on my customer's site only, I cannot reproduce it in the development environment.

ODAC 5.50 or 5.55 (any of them)
OCI.DLL 9.2.0.1.0, Windows NT 5.1 Build 2600 Service Pack 1
Server 8.1.7.3.0 on ALPHA/VMS-8.1.0-64
Remote Server : 9.2.0.5.0 on ALPHA/VMS-8.1.0-64

Any suggestions are welcome.

Regards,
Holger

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

Post by Alex » Fri 24 Jun 2005 11:57

We couldn't reproduce your problem. May be it's an OCI problem, try testing the issue with Net option.

Post Reply