DB 가 open 혹은 mount 상태일 때 Control file 백업 받기
SQL>alter database backup controlfile to '경로';

컨트롤 파일 재생성을 위한 trace 뜨는 방법
SQL>alter database backup controlfile to trace as '/경로/re.sql';
로 만들어 준 다음 DB shutdown 상태에서
SQL>@/경로/re.sql
 을 실행 시키면 mount 상태까지 올라간다.

'Oracle > Backup&Recover' 카테고리의 다른 글

Catalog Server 구성 테스트  (0) 2011.10.06
Recovery Catalog 구성  (0) 2011.10.06
Row Level Flashback  (0) 2011.10.04
백업파일이나 아카이브 로그에 문제 있을 때 복구하기  (1) 2011.10.04
SQL Loader  (0) 2011.10.04

+ Recent posts