1. DB 자동 구동 설정 vi 에디터로 /etc 디렉토리 하위에 dbora 스크립트 파일을 생성하여 아래 내용을 복사해서 붙여넣어줍니다. #! /bin/sh -x # # Change the value of ORACLE_HOME to specify the correct Oracle home # directory for your installation. ORACLE_HOME=/oracle/product/10.2.0 # # Change the value of ORACLE to the login name of the # oracle owner at your site. # ORACLE=oracle PATH=${PATH}:$ORACLE_HOME/bin HOST=`hostname` PLATFORM=`uname` e..