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?
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?