Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Are there only 32-bit OCI on Sun/Solaris?

Are there only 32-bit OCI on Sun/Solaris?

From: <spelta_at_cselt.it>
Date: 2000/04/26
Message-ID: <3906C8FD.3CB1FDE@cselt.it>#1/1

I'm building a C application on SUN Solaris 2.7 (64bit) using OCI. In the Oracle make file to include in my make file for OCI libraries linking, I can see that the parameter xarch of SUN C compiler is set to "v7" which is the 32-bit instruction set supported by Solaris 2.7 for backward compatibility.
Setting it to "v9" (64-bit architecture) in my makefile I get errors using OCI functions, setting it to the same value in Oracle makefile I get compilation errors.

Does anybody know if there is a solution to my problem? (maybe 64bit version OCI? different paramenters in makefiles?)

Tahnks in advance
Stefano Received on Wed Apr 26 2000 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US