티스토리 툴바


Programming/리눅스2012/04/30 18:04

export ORACLE_BASE = /oracle/app/oracle

쉘스크립트에서 위와같이 한결과 

아래와 같은 오류가 출력되었다..

export ORACLE_BASE=/oracle/app/oracle: is not an identifier


해결방법 : 

ORACLE_BASE=/oracle/app/oracle

export ORACLE_BASE

Posted by 몽룡