Page 1 of 1

Is there a need to install oracle client on the client machine?

Posted: Sun 08 Mar 2015 16:46
by softdestek
Is there a need to install oracle client on the client machine?

Can be connected directly without installing anything oracle?with odac components.

Do I need the following...
Thanks
----------------------------------
http://www.oracle.com/technetwork/topic ... 85727.html


Instant Client Downloads
for Microsoft Windows (32-bit)
http://download.oracle.com/otn/nt/insta ... .0.2.0.zip

Re: Is there a need to install oracle client on the client machine?

Posted: Tue 10 Mar 2015 06:27
by AlexP
Hello,

ODAC supports 2 work modes: OCI - Oracle Client is used, and Direct - direct connection via TCP/IP.
To use the Direct mode, you should specify host, port and SID/Service Name in the connection string, for example:

Code: Select all

OraSession1.ConnectString := 'login/passwd@host:port:sid'
You can find more detailed information in the documentation: http://www.devart.com/odac/docs/work_net.htm .