32-bit application on 64-bit IBM-P690 [message #136605] |
Thu, 08 September 2005 23:58 |
hariharjha
Messages: 2 Registered: July 2000
|
Junior Member |
|
|
How to compile 32-bit application on 64-bit IBM-P690 machine
and 64-bit Oracle?
(Oracle:10.1.0.2.0 on Linux 2.4.21-32.EL #1 SMP )
What variable values shall I set-up?
I have tried
ORA_NLS=/home/oranmc/product/10102/ocommon/nls/admin/data
SH_LIB_PATH=/home/oranmc/product/10102/lib32:/home/oranmc/product/10102/lib
ORACLE_PATH=.:/home/oranmc/product/10102/bin
LD_LIBRARY_PATH=/home/oranmc/product/10102/lib32:/home/oranmc/product/10102/lib
ORACLE_BASE=/home/oranmc
TNS_ADMIN=/home/oranmc/product/10102/network/admin
ORACLE_TERM=xterm
ORA_NLS33=/home/oranmc/product/10102/migrate/nls/admin/data
ORACLE_HOME=/home/oranmc/product/10102
TWO_TASK=rtdb
and some other combinations between lib and lib32.
Where am I missing something?
|
|
|