ODAC - no Oracle connection

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
scgrant327
Posts: 8
Joined: Fri 11 Jul 2008 19:06

ODAC - no Oracle connection

Post by scgrant327 » Mon 07 Dec 2009 22:12

After the first successful insert & updates to a table, any subsequent call to access the database fails with an error (Not Connected to Oracle).

Any ideas why?

C++ Builder 2007 (Pro)
ODAC 6.25.1.13 (Pro)

ORA ERROR CODE: 12571, TNS:packet writer failure

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Wed 09 Dec 2009 08:51

Maybe your network connection is unstable. So the connection breaks after some time.

Post Reply