Page 1 of 1

OCI.DLL needed

Posted: Tue 22 Apr 2008 13:54
by deca
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

YOU ARE NOT IN DIRECT MODE

Posted: Tue 22 Apr 2008 14:27
by usuarioincorrecto
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.