Programming/O R A C L E
[Oracle] bash: sqlplus: command not found 에러 발생 !
hoojiv
2010. 4. 6. 01:33
SMALL

$ vi .bash_profile
위 파일에서 오러클이 설치된 경로를 제대로 설정해 주면 된다.

sqlplus는 $ORACLE_HOME/bin에 있기 때문에 요렇게 설정해 주었다.

$ source .bash_profile
LIST