Re: SQLPLUS driver

From: Palooka <nobody_at_nowhere.com>
Date: Wed, 17 Sep 2008 21:43:24 +0100
Message-ID: <AZdAk.172955$r92.120872@newsfe24.ams2>


srivenu_at_hotmail.com wrote:
> sqlplus uses OCI.
> http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14250/oci01int.htm#i432262
> on unix the sqlplus.exe is linked to the libclntsh.so (OCI library)
> shared library (you can use ldd sqlplus.exe to verify it).
> on windows it is linked to oci.dll as sybrand mentioned
> regards
> srivenu

All this talk about what is is linked to what, and whether the link is dynamic or static is irrelevant; that's just a platform implementation issue.

The fact is that SQL*Plus uses the Oracle Call Interface. Sybrand is 100% correct.

And by the way, executables on *nix don't generally have a .exe suffix. That's a Windoze thing.

Palooka Received on Wed Sep 17 2008 - 15:43:24 CDT

Original text of this message