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: Radoulov, Dimitre <dradoulov_at__gmail.com>
Date: Wed, 19 Jul 2006 15:28:15 +0200
Message-ID: <44be336e$0$15784$14726298@news.sunsite.dk>

"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:28:15 CDT

Original text of this message

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