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: Error messages not displayed

Re: Error messages not displayed

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Mon, 13 Jun 2005 20:05:00 +0200
Message-ID: <piira19o507sqe3s8s888shjve61lm8i69@4ax.com>


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 DBA
Received on Mon Jun 13 2005 - 13:05:00 CDT

Original text of this message

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