7. Oracle
오라클 홈디렉토리 copy 후 startup 에러
미니대왕님
2018. 12. 13. 20:01
오라클 홈디렉토리 copy 후 startup 에러
오라클 홈디렉토리를 copy 한 후, startup 할 때 아래와 같은 에러가 발생할 경우가 있음
ORA-01034: ORACLE not available
ORA-27121: unable to determine size of shared memory segment
Linux Error: 13: Permission denied
디렉토리 권한이 root 일 때, 오라클 startup 후, chown -R 로 오라클 홈디렉토리의 권한을 변경하면,
startup, shutdown 시, 아래와 같은 에러 발생
ORA-01034: ORACLE not available
ORA-27121: unable to determine size of shared memory segment
Linux Error: 13: Permission denied
일반적으로 위 에러 발생시 아래와 같이 하면 해결됨
cd $ORACLE_HOME/bin
chmod 6751 oracle