ORACLE
control file 위치 변경
하이안
2008. 12. 3. 11:45
1. 현재 control file 위치 확인
SQL> select value from v$spparameter where name='control_files';
2. 위치 변경
SQL> alter system set control_files='path1','path2','path3' scope=spfile;
위의 path는 full path 를 입력해야 함 (예: D:\xxx\yyy\control01.ctl)
3. 변경된 위치 확인 (3개의 row가 나와야 함)
4. shutdown
5. 변경된 위치로 control file 이동
6. startup