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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Oracle Error ?

Status
Not open for further replies.

saw15

Technical User
Joined
Jan 24, 2001
Messages
468
Location
US
I am getting the following error in a shell script running from AIX. I do set the following in the shell script:

ORACLE="/home/oracle"
ORACLE_BASE="/u01/app/oracle"
ORACLE_HOME="/usr/app/oracle/product/8.1.7.0"
ORACLE_SID="dmnaa00"
export ORACLE_SID ORACLE ORACLE_BASE ORACLE_HOME

PATH=$PATH:$ORACLE_HOME/bin
export PATH

** Error Message Rec'ed********************
Message 2100 not found; No message file for product=RDBMS, facility=ULMessage 21
00 not found; No message file for product=RDBMS, facility=ULMessage file sp1<lan
g>.msb not found
Error 6 initializing SQL*Plus

Can someone point me in the right direction if at all possible?
 
Are you running this script under your oracle account? It looks like you enviroment variables are not loaded.
 
Can you read $ORACLE_HOME/sqlplus/mesg/sp1<lang>.msb file, where <lang> is your language(en, ru ..)?

You also may need ORA_NLS33 variable.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top