OCI.DLL needed

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
deca
Posts: 19
Joined: Thu 05 Apr 2007 13:36
Location: Germany

OCI.DLL needed

Post by deca » Tue 22 Apr 2008 13:54

Hi at all!

I made a program and implemented the ODAC components to this applikation. The problem consists on a pc where there was no installing of an oracle client. Why does this component need the OCI.DLL?

Thanks, DECA

usuarioincorrecto
Posts: 18
Joined: Thu 28 Jun 2007 12:43

YOU ARE NOT IN DIRECT MODE

Post by usuarioincorrecto » Tue 22 Apr 2008 14:27

Hi;

Probably you have selected (set by default) to work with client, this is, using OCI.DLL (Opcionts.Direct = False)
Try to set the Options.Direct = True, and configure the Server Property of the TOraSession to work with this mode.

Greetings.

Post Reply