티스토리 뷰

반응형

15년 4월 기준.

 

[root@kserver79-183 ~]# cd /home/oracle/app/oracle/product/11.2.0/dbhome_1

[root@kserver79-183 dbhome_1]# cd bin

[root@kserver79-183 bin]# sqlplus

-bash: sqlplus: command not found

[root@kserver79-183 bin]# ./sqlplus

Error 6 initializing SQL*Plus

SP2-0667: Message file sp1<lang>.msb not found

SP2-0750: You may need to set ORACLE_HOME to your Oracle software directory

// $ORACLE_HOME 무조건 대문자

 

ORACLE_HOME 환경변수가 잡히지 않아서 생기는 오류

 

ORACLE_HOME 설정

[root@kserver79-183 bin]# ORACLE_HOME=/home/oracle/app/oracle/product/11.2.0/dbhome_1

[root@kserver79-183 bin]# export ORACLE_HOME

[root@kserver79-183 bin]# cd $ORACLE_HOME/bin

[root@kserver79-183 bin]# ./sqlplus

 

오라클 계정으로 로그인하거나 다음을 시작 쉘파일(.profile)에 추가

 

ORACLE_HOME=/home/oracle/app/oracle/product/11.2.0/dbhome_1

PATH=$PATH:$ORACLE_HOME/bin

export ORACLE_HOME PATH

반응형
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
TAG
more
«   2025/01   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
글 보관함