<순서>

파라미터 파일 수정 -> DB 종료 -> startup mount; -> mode 변경 -> DB 오픈


show parameter spfile;

spfile 의 경우

alter system set log_archive_dest_1='location=/data/arc1' scope=spfile;


alter system set log_archive_dest_1='location=/data/arc2' scope=spfile;


alter system set log_archive_format="%s_%t_%r.arc" scope=spfile;


pfile 의 경우 아래 내용 추가

vi $ORACLE_HOME/dbs/initSID.ora

log_archive_start=true -> 9i 까지만 사용하고 10g 이상 버전에서는 절대 쓰면 안된다.

log_archive_dest_1='location=/data/arc1'

log_archive_dest_1='location=/data/arc2'

log_archive_format=%s_%t_%r.arc


shutdown immediate;


startup mount;


archive log list;


alter database archivelog;


alter database open;


alter system switch logfile;


/


/


!ls /data/arc2

아카이브 파일 생성 확인


설정

트랙백

댓글