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: running sqlplus

Re: running sqlplus

From: Matt Ste Marie <msmarie_at_redshift-tech.com>
Date: Tue, 19 Oct 1999 15:57:47 GMT
Message-ID: <380C970C.F5DA1C90@redshift-tech.com>


Sofie Kempeneer wrote:
>
> I have got the following error output when I try to run sqlplus:
>
> [oracle_at_cbsec oracle]$ sqlplus
> sqlplus: error in loading shared libraries: /OraHome1/lib/libclntsh.so.8.0:
> undefined symbol: nauzaoss
> [oracle_at_cbsec oracle]$
>
> Can anyone help me out here?
> 10x
> Sofie
>
> begin 666 Sofie Kempeneer.vcf
> M0D5'24XZ5D-!4D0-"E9%4E-)3TXZ,BXQ#0I..DME;7!E;F5E<CM3;V9I90T*
> M1DXZ4V]F:64_at_2V5M<&5N965R#0I%34%)3#M04D5&.TE.5$523D54.E-O9FEE
> M+DME;7!E;F5E<D!A9'9A;'9A<RYB90T*4D56.C$Y.3DQ,#$Y5# U-38Q-%H-
> ,"D5.1#I60T%21 T*
> `
> end

__

You need to set an environment variable telling oracle where to get this library.

In /etc/profile or in your .cshrc (or appropriate shell file, this is c shell) set LD_LIBRARY_PATH=$ORACLE_HOME/lib. make sure to source your profile or .cshrc after you make this change. Received on Tue Oct 19 1999 - 10:57:47 CDT

Original text of this message

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