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: rman legato 32 vs 64 bit conflict.

RE: rman legato 32 vs 64 bit conflict.

From: Hallas, John, Tech Dev <John.Hallas_at_gb.vodafone.co.uk>
Date: Tue, 08 Jul 2003 07:46:20 -0700
Message-ID: <F001.005C3DBD.20030708073927@fatcity.com>


Joe.
We had that problem on several servers

We installed the 64 bit libs as libnwora.64 and proceeded to relink using those. We had 32 bit installed first (Oracle 8.1.7x) and we needed 64 bit for the 9i databases

The symbolic link required is below

mv $ORACLE_HOME/lib64/libnwora.so $ORACLE_HOME/lib64/libnwora.so.save 2>>/dev/null ln -s /usr/lib/libnwora.64.so $ORACLE_HOME/lib64/libobk.so

John

-----Original Message-----
Sent: 07 July 2003 22:34
To: Multiple recipients of list ORACLE-L

Anyone there in oracle land running both 32 bit and 64 bit oracle and using rman w/legato. I assume i need 64 bit libs for 64 bit oracle and 32 bit libs for 32 bit oracle of the legato software?, the unix admin says legato wont install the 64 bit since it says its already installed.

Any ideas would be appreciated.

thanks, joe

--

Joseph S Testa
Chief Technology Officer
Data Management Consulting
p: 614-791-9000
f: 614-791-9001

--

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

Author: Joe Testa
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).

--

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

Author: Hallas, John, Tech Dev
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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 Tue Jul 08 2003 - 09:46:20 CDT

Original text of this message

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