Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Error messages not displayed
On Mon, 13 Jun 2005 18:09:57 +0200, "Thanos" <thanos.a_at_fastvebnet.it>
wrote:
>> Set the ORACLE_HOME environment variable.
>> Seems like your .profile is in need of some adjustment.
>
>ORACLE_HOME is correctly set.
>
>Actually the oracle env vars are the following:
>
>export ORACLE_BASE=/opt/oracle
>export ORACLE_HOME=$ORACLE_BASE/orcldb
>export LD_LIBRARY_PATH=$ORACLE_HOME/lib
>export ORA_NLS10=$ORACLE_HOME/nls/data
>export NLS_LANG=Italian_Italy.WE8ISO8859P15
>export ORACLE_SID=orcldb
>
>Any advice ?
>
>Thanks
>A.
>
ORACLE_HOME is set incorrectly.
LD_LIBRARY_PATH is set incorrectly
ORA_NLS10 will not be used, it has to be ORA_NLS33, and has been set
incorrectly.
The correct values are documented in the installation manual.
-- Sybrand Bakker, Senior Oracle DBAReceived on Mon Jun 13 2005 - 13:05:00 CDT
![]() |
![]() |