Advertisement
Guest User

Untitled

a guest
Apr 11th, 2010
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.55 KB | None | 0 0
  1. [oracle@www bin]$ export ORACLE_HOME=/home/oracle/oracle/product/10.2.0/db_1/bin
  2. [oracle@www bin]$ echo $ORACLE_HOME
  3. /home/oracle/oracle/product/10.2.0/db_1/bin
  4. [oracle@www bin]$ ./sqlplus system@iamtrying
  5. Error 6 initializing SQL*Plus
  6. Message file sp1<lang>.msb not found
  7. SP2-0750: You may need to set ORACLE_HOME to your Oracle software directory
  8. [oracle@www bin]$ ./sqlplus / as sysdba
  9. Error 6 initializing SQL*Plus
  10. Message file sp1<lang>.msb not found
  11. SP2-0750: You may need to set ORACLE_HOME to your Oracle software directory
  12. [oracle@www bin]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement