Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux 서버에서 오라클 DB가 실행되지 않는 경우 #13

Open
cjw1359 opened this issue Feb 25, 2021 · 1 comment
Open

Linux 서버에서 오라클 DB가 실행되지 않는 경우 #13

cjw1359 opened this issue Feb 25, 2021 · 1 comment

Comments

@cjw1359
Copy link
Contributor

cjw1359 commented Feb 25, 2021

오라클 DB가 기동되지 않은 경우

DBA 권한이 없는 일반 계정의 경우 DB가 기동중인 경우에만 DB 접근 가능

  1. root 로그인

  2. 서비스 기동
    image

  3. 데몬 기동
    image

https://ghksgp92.tistory.com/87

tmpfs 파일 시스템 크기가 작은 경우

  1. tmfs 파일 시스템 크기 확인
    image

  2. /etc/fstab 파일 편집
    image

  3. mount 명령을 사용하여 파일 시스템 다시 마운트
    image

  4. tmfs 파일 시스템 재확인
    image

https://www.linuxtechi.com/linux-real-time-scenarios-issues-with-solutions/

@dongho-jung
Copy link
Contributor

첫번째 이슈는 ORA-01034: ORACLE not available 라는 에러메시지가 너무 자명해서 더 트러블슈팅할게 없어보입니다.

하지만 제일 간단한 만큼 데모 시나리오로 만들어보기에는 좋은거 같아요. 대신 이슈를 재현할 환경을 구축하는데 오라클이라 어려움이 있을 수 있을거 같은데 이건 해봐야 알것 같네요.

Scenario:2 On one of my Linux Server, Oracle database was not running because of tmpfs . Oracle Team wants to extend the tmfs file system size from 2 GB to 4GB.

이건 oracle dbms 공식문서도 참고해봐야 할것 같아요. tmpfs랑 oracle이 동작하지 않는거랑 어떤 연관이 있는지? 만약 oracle dbms의 minimum requirements중에 하나가 최소 4GB 이상의 tmpfs라면 이 시나리오도 valid할것 같습니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants