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 -> Re: ELFCLASS64 Error on AS10g Release 3

Re: ELFCLASS64 Error on AS10g Release 3

From: Nick <NickFCook_at_gmail.com>
Date: 21 Jul 2006 10:11:09 -0700
Message-ID: <1153501869.383276.20120@p79g2000cwp.googlegroups.com>


Thank you all for your responses, and sorry for the top-posting. I've finally resolved the issue. With 10.1.3, at least for now, you must specify LD_LIBRARY_PATH and LD_LIBRARY_PATH_64 (Solaris only) in $ORACLE_HOME/opmn/conf/opmn.xml...

         <environment>

<variable id="TMP" value="/tmp"/>
<variable id="LD_LIBRARY_PATH" value="$ORACLE_HOME/lib32"/>
<variable id="LD_LIBRARY_PATH_64"
value="$ORACLE_HOME/lib"/> </environment>

Hopefully this post will prove helpful to somebody else upgrading to 10.1.3.

Thanks again,
NC Received on Fri Jul 21 2006 - 12:11:09 CDT

Original text of this message

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