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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Oracle 9i 32bit and 64bit on the same server

Re: Oracle 9i 32bit and 64bit on the same server

From: Arup Nanda <arupnanda_at_hotmail.com>
Date: Sun, 26 Jan 2003 11:58:45 -0800
Message-ID: <F001.0053ABBB.20030126115845@fatcity.com>


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

  Hi all,

  I have a following problem I hope you could help me:

  I have an UNIX box (Solaris8) where I have installed 9iRel2 64 bit software, also I have created two instances using that 64 bit version.

  Now we are also having an application which needs 32 bit 9i client software on the same server. The user who owns this application also needs every now and then shutdown and start the instances.

  How I should configure the profile of this application user. I have an oracle -account who "owns" the instances and the application user is also in dba -group.

  Thank you in advance,

  Joshua

  Gratis e-mail resten av livet på: www.yahoo.se/mail   Busenkelt!

--

Please see the official ORACLE-L FAQ: http://www.orafaq.net
--

Author: Arup Nanda
  INET: arupnanda_at_hotmail.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Sun Jan 26 2003 - 13:58:45 CST

Original text of this message

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