|
Joshua,
You can have two users named "oracle" (the oracle
64-bit software owner) and "app1" (the app owner).
You will create 2 ORACLE_HOMEs, say
/u01/oracle/product/9.2/64bit and /u01/oracle/product/9.2/32bit. In the .profile
of the app1 owner, the ORACLE_HOME=/u01/oracle/product/9.2/32bit. When the time
comes to start or shutdown the instance, you would excute
ORACLE_HOME=/u01/oracle/product/9.2/64bit
ORACLE_SID=...
PATH=$ORACLE_HOME/bin
LD_LIBRARY_PATH=$ORACLE_HOME/lib
sqlplus -s "/ as sysdba" << EOF
shutdown immediate (or startup)
EOF
That's it.
HTH
Arup
|
- Oracle 9i 32bit and 64bit on the same server Joshua Becker
- Re: Oracle 9i 32bit and 64bit on the same server Hemant K Chitale
- Re: Oracle 9i 32bit and 64bit on the same server Charlie_Mengler
- Re: Oracle 9i 32bit and 64bit on the same server Arup Nanda
- Re: Oracle 9i 32bit and 64bit on the same server dgoulet
