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: 19 Jul 2006 06:48:53 -0700
Message-ID: <1153316933.384688.95880@h48g2000cwc.googlegroups.com>


Tried that... still no luck. I'm still getting the same exact error. Doesn't make sense, i've tried this a couple times now. I don't see why it throws this error when the 32 bit library is now in the $ORACLE_HOME/lib dir.

Thanks for the reply, Dimitre.

Radoulov, Dimitre wrote:
> "Nick" <NickFCook_at_gmail.com> wrote in message
> news:1153314755.641407.16260_at_p79g2000cwp.googlegroups.com...
> [...]
> > Yes, I restarted with the new PATH info.
> > [oracle @ ...] $ cd $ORACLE_HOME/lib
> > [oracle @ ...] $ file libocijdbc10.so
> > libocijdbc10.so: ELF 64-bit MSB dynamic lib SPARCV9 Version 1,
> > dynamically linked, not stripped
> >
> > [oracle @ ...] $ cd $ORACLE_HOME/lib32
> > [oracle @ ...] $ file libocijdbc10.so
> > libocijdbc10.so: ELF 32-bit MSB dynamic lib SPARC Version 1,
> > dynamically linked, not stripped
> >
> >> Are you setting CLASSPATH?
> >>
> >> There might be some *properties file, but it's been too long since I've
> >> worked on this stuff to remember the details.
> > I have not set a CLASSPATH... I haven't found that in any oracle
> > docs... what would you recommend?
> [...]

>

> mv $ORACLE_HOME/lib/libocijdbc10.so $ORACLE_HOME/lib/libocijdbc10.so.orig
> cp $ORACLE_HOME/lib32/libocijdbc10.so $ORACLE_HOME/lib/libocijdbc10.so
>
>
> Regards
> Dimitre
Received on Wed Jul 19 2006 - 08:48:53 CDT

Original text of this message

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