oracle 계정으로 클라이언트 접속 후,
sqlplus 접속
sqlplus / as sysdba
아카이브 로그 모드 상태 확인
archive log list;
오라클 상태를 no mount로 변경
no mount = started (둘이 같은 뜻)
shutdown;
startup nomount;
상태 확인
select status from v$instance;