Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Message file sp1<lang>.msb not found

Re: Message file sp1<lang>.msb not found

From: <sheisey_at_att.net>
Date: Fri, 12 May 2000 19:48:01 +0000
Message-Id: <10495.105560@fatcity.com>


Swajit, I just installed 8.1.6.1 on RH 6.2 and the same problem. What I had done wrong was not set up the environment varibles correctly.

In your .bash_profile make sure export your environment vairables. I put the environment vairables in the profile but I forgot to export them.

ORACLE_HOME=/oracle/ora816
ORACLE_SID=O816
PATH=$PATH:$ORACLE_HOME/bin

export ORACLE_HOME ORACLE_SID PATH

Hope this helps,

Scott
> Hi
>
> I have installed Oracle 8i on Linux
> and when i give the SQLPLUS command
> it gives the following error
>
> [oracle_at_vjvserver bin]$ sqlplus
> Message file sp1<lang>.msb not found
> Error 6 initializing SQL*Plus
>
> Thanks in Advance
>
> Reg
> Swajit
>
> --
> Author: Swajit Satam
> INET: swajit_at_mahindrabt.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
Received on Fri May 12 2000 - 14:48:01 CDT

Original text of this message

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