Oracle 8i - OCCI - Urgent [message #93888] |
Wed, 05 March 2003 08:14 |
Ahmed Ramadan
Messages: 3 Registered: March 2003
|
Junior Member |
|
|
Dear All,
I have Oracle 8i and I want to use the OCCI (Oracle C++ Call Interface) with
my applications which are written in C++, what I want to have to use it???
is it possible to use the OCCI with Oracle 8i???
Kind Regards,
Ahmed
|
|
|
Re: Oracle 8i - OCCI - Urgent [message #93914 is a reply to message #93888] |
Wed, 26 March 2003 12:22 |
John Woods
Messages: 3 Registered: March 2003
|
Junior Member |
|
|
I compiled an OCCI test program under Oracle9iR2, and it connected fine to an Oracle 8.1.5.1 database. You will have to use the Oracle9i ORACLE_HOME, which has the shared libraries/binaries to run the OCCI code.
Otherwise, I was able to connect to the Oracle8i database from OCCI under Oracle9iR2, Solaris 8, and Sun Forte 6.2 compiler.
|
|
|