You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
첫번째 이슈는 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할것 같습니다.
오라클 DB가 기동되지 않은 경우
DBA 권한이 없는 일반 계정의 경우 DB가 기동중인 경우에만 DB 접근 가능
root 로그인
서비스 기동
데몬 기동
https://ghksgp92.tistory.com/87
tmpfs 파일 시스템 크기가 작은 경우
tmfs 파일 시스템 크기 확인
/etc/fstab 파일 편집
mount 명령을 사용하여 파일 시스템 다시 마운트
tmfs 파일 시스템 재확인
https://www.linuxtechi.com/linux-real-time-scenarios-issues-with-solutions/
The text was updated successfully, but these errors were encountered: