Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Oracle SQLPlus Message file sp1<lang>.msb not found

Status
Not open for further replies.
Jul 13, 2003
24
SA
Hi,
Thanks for nice cooperation and suggestion , right now I install my Oracle 8i at my
Solaris 8 Server successfully and I not got any Error during this installation procedure.
But my problem is come after installation
(1)
when I run my .profile then this error is coming
$./.profile

-sh: DISPLAY=sunoracle:0.0: is not an identifier


# sunoracle is my computer host name

(2)
when I run dbstart then
$./dbstart

dbstart/. $

SQL*Plus: Release 8.1.5.0.0 - Production on Fri Jul 18 22:17:36 2003

.c) Copyright 1999 Oracle Corporation. All rights reserved(

.SQL> Connected to an idle instance
.SQL> ORACLE instance started

Total System Global Area 35028368 bytes
Fixed Size 64912 bytes
Variable Size 18014208 bytes
Database Buffers 16777216 bytes
Redo Buffers 172032 bytes
.Database mounted
.Database opened
SQL> Disconnected from Oracle8i Enterprise Edition Release 8.1.5.0.0 - Product
With the Partitioning and Java options
PL/SQL Release 8.1.5.0.0 - Production

.Database "ORCL" warm started
(3) And when I try to start sqlplus this Error is coming
$./sqlplus

Message file sp1<lang>.msb not found
Error 6 initializing SQL*Plus

Please hope your kind help again.
Regards and thanks

Raj
 
You should set ORACLE_HOME (and probably NLS_LANG) environment variables.

Regards, Dima
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top