: 안녕하세요,
: 다음은 오라클 8.1.7 db자동실행스크립트입니다.
: 설치문서에 있는것 그대로입니다. 실행은 되는데 에러가 있네요.
: [!명령을 못찾겠다나?!
: 어느 부분이 오타죠?
: 정말 무식한게 죄네요.
:
: #!/bin/sh
: # Set ORA_HOME to be equivalent to the ORACLE_HOME
: # from which you wish to execute dbstart and
: # dbshut
: # set ORA_OWNER to the user id of the owner of the
: # Oracle database in ORA_HOME
: ORA_HOME=/home/u01/oracle/8.1.7
: ORA_OWNER=oracle
: if [! -f $ORA_HOME/bin/dbstart]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ ! -f $ORA_HOME/bin/dbstart ]
여기가 문제인듯.
좋은 하루되세요.--내 서명???