Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle Installation Problem on Solaris
AFAIK the root.sh sets up env vars for installation. You definitely =
don't use that to get correct (SID-dependent) environment variables. The =
most-used method is hard-coding it in .profile, the official method is =
making sure oraenv and dbhome are in /usr/local/bin, that directory is =
in the initial path and run . oraenv before you start an Oracle tool.
Your sqlplus command starts in a new shell which doesn't inherit =
ORACLE_HOME, because you most likely didn't export it.
Hth,
--
Sybrand Bakker, Oracle DBA
Parvinder Singh <parora_at_questone.com> wrote in message =
news:3870867A.4074B834_at_questone.com...
After installing oracle i executed the root.sh script ...with help of =
which i had set the ORACLE_HOME directory
Regards
~Parvinder
Sybrand Bakker wrote:
Usually this points to a missing or unset NLS_LANG variable.Are you = sure you exported ORACLE_HOME?How did you set it?By running. oraenv Then = you shouldn't be able to go wrong. Hth,
--
Sybrand Bakker, Oracle DBA
Parvinder Singh <parora_at_questone.com> wrote in message =
news:38708000.7F1A5FB9_at_questone.com...
dear All
I have a problem with Oracle Installation on Sun Solaris = Machine. After i have installed Oracle with proper listener service = started it doesnt starts SQL - Plus.Following is the error
message it gives
Message File spl<lan>.msb not found Error6 : initializing SQL * PLUS Secondly when i execute net8assit.sh it gives an error saying that =ORACLE_HOME is not set properly though it is set
Any idea what could be the problem?
Regards ~Parvinder P.S : Also reply to parora_at_questone.comReceived on Mon Jan 03 2000 - 06:23:01 CST
![]() |
![]() |