ORACLE 資料庫 ASM磁碟組上新增控制檔案
ORACLE使用ASM儲存,建庫時預設只有一個控制檔案,如果想多加幾個控制檔案,需要透過手工來新增,以下是我測試文件,貼出來分享下。[@more@]1.檢視當前資料庫的控制檔案
SQL> select name from v$controlfile;
NAME
------------------------------------------------
+DATA01/orcl/controlfile/current.274.743672963
2.修改spfile中的控制檔案引數
SQL> alter system set control_files='+DATA01/orcl/controlfile/current.274.743672963','+DATA01','+DATA01' scope=spfile sid='*';
System altered.
3.將資料庫例項啟動到nomount狀態
SQL> shutdown immediate
[oracle@node1 ~]$ target /
Recovery Manager: Release 10.2.0.1.0 - Production on Wed Jul 20 11:27:44 2011
Copyright (c) 1982, , Oracle. All rights reserved.
connected to target database (not started)
RMAN> startup nomount
Oracle instance started
Total System Global Area 167772160 bytes
Fixed Size 1218316 bytes
Variable Size 88082676 bytes
Database Buffers 75497472 bytes
Redo Buffers 2973696 bytes
RMAN> restore controlfile from '+DATA01/orcl/controlfile/current.274.743672963';
Starting restore at 20-JUL-11
using target database control file instead of recovery catalog
allocated channel: ORA_DISK_1
channel ORA_DISK_1: sid=147 instance=orcl1 devtype=DISK
channel ORA_DISK_1: copied control file copy
output filename=+DATA01/orcl/controlfile/current.274.743672963
output filename=+DATA01/orcl/controlfile/backup.285.756991697
output filename=+DATA01/orcl/controlfile/backup.286.756991699
Finished restore at 20-JUL-11
4.開啟資料庫
RMAN> 'alter database mount';
sql statement: alter database mount
released channel: ORA_DISK_1
RMAN> sql 'alter database open';
sql statement: alter database open
5.驗證控制檔案是否新增成功
SQL> select name from v$controlfile;
NAME
--------------------------------------------------------------------------------
+DATA01/orcl/controlfile/current.274.743672963
+DATA01/orcl/controlfile/backup.285.756991697
+DATA01/orcl/controlfile/backup.286.756991699;
6.修改spfile中的新新增的控制檔案引數
SQL> alter system set
control_files='+DATA01/orcl/controlfile/current.274.743672963','+DATA01/orcl/controlfile/backup.285.756991697','+DATA01/orcl/controlfile/backup.286.756991699'
scope=spfile sid='*';
System altered.
7.使用新的spfile啟動資料庫
SQL> shutdown immediate
SQL> startup
參考文件:metalink 文件:How to duplicate a controlfile when ASM is involved [ID 345180.1]
SQL> select name from v$controlfile;
NAME
------------------------------------------------
+DATA01/orcl/controlfile/current.274.743672963
2.修改spfile中的控制檔案引數
SQL> alter system set control_files='+DATA01/orcl/controlfile/current.274.743672963','+DATA01','+DATA01' scope=spfile sid='*';
System altered.
3.將資料庫例項啟動到nomount狀態
SQL> shutdown immediate
[oracle@node1 ~]$ target /
Recovery Manager: Release 10.2.0.1.0 - Production on Wed Jul 20 11:27:44 2011
Copyright (c) 1982, , Oracle. All rights reserved.
connected to target database (not started)
RMAN> startup nomount
Oracle instance started
Total System Global Area 167772160 bytes
Fixed Size 1218316 bytes
Variable Size 88082676 bytes
Database Buffers 75497472 bytes
Redo Buffers 2973696 bytes
RMAN> restore controlfile from '+DATA01/orcl/controlfile/current.274.743672963';
Starting restore at 20-JUL-11
using target database control file instead of recovery catalog
allocated channel: ORA_DISK_1
channel ORA_DISK_1: sid=147 instance=orcl1 devtype=DISK
channel ORA_DISK_1: copied control file copy
output filename=+DATA01/orcl/controlfile/current.274.743672963
output filename=+DATA01/orcl/controlfile/backup.285.756991697
output filename=+DATA01/orcl/controlfile/backup.286.756991699
Finished restore at 20-JUL-11
4.開啟資料庫
RMAN> 'alter database mount';
sql statement: alter database mount
released channel: ORA_DISK_1
RMAN> sql 'alter database open';
sql statement: alter database open
5.驗證控制檔案是否新增成功
SQL> select name from v$controlfile;
NAME
--------------------------------------------------------------------------------
+DATA01/orcl/controlfile/current.274.743672963
+DATA01/orcl/controlfile/backup.285.756991697
+DATA01/orcl/controlfile/backup.286.756991699;
6.修改spfile中的新新增的控制檔案引數
SQL> alter system set
control_files='+DATA01/orcl/controlfile/current.274.743672963','+DATA01/orcl/controlfile/backup.285.756991697','+DATA01/orcl/controlfile/backup.286.756991699'
scope=spfile sid='*';
System altered.
7.使用新的spfile啟動資料庫
SQL> shutdown immediate
SQL> startup
參考文件:metalink 文件:How to duplicate a controlfile when ASM is involved [ID 345180.1]
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/14663377/viewspace-1058292/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- RAC資料庫新增ASM磁碟組(1)資料庫ASM
- 用oracle amdu 抽取asm磁碟組的資料檔案OracleASM
- Oracle ASM新增磁碟組POWER OPTIONOracleASM
- Oracle資料庫新增和移動控制檔案Oracle資料庫
- 使用rman在oracle ASM磁碟組之間移動資料檔案OracleASM
- Oracle單例項+ASM新增控制檔案Oracle單例ASM
- oracle asm 儲存 a磁碟組中的資料檔案 遷移到b磁碟組實施步驟OracleASM
- 為資料庫新增控制檔案資料庫
- 實現資料庫由檔案系統遷移到 ASM 磁碟組中資料庫ASM
- 在Oracle10g 新增ASM磁碟組OracleASM
- 如何移動asm磁碟組內的資料檔案到另外一個磁碟組ASM
- 移動資料檔案從檔案系統到ASM磁碟組中ASM
- ASM下資料檔案遷移至不同磁碟組小記ASM
- 叢集資料庫新增控制檔案資料庫
- oracle 將表空間下的資料檔案從檔案系統遷移到ASM磁碟組OracleASM
- 【資料庫資料恢復】Oracle資料庫ASM磁碟組掉線如何恢復資料?資料庫資料恢復OracleASM
- OracleRAC新增asm磁碟組並設定歸檔位置OracleASM
- 重建Oracle資料庫控制檔案Oracle資料庫
- 【資料庫資料恢復】ASM磁碟組掉線的Oracle資料庫資料恢復案例資料庫資料恢復ASMOracle
- Oracle資料庫 ASM磁碟線上擴容Oracle資料庫ASM
- 在Oracle10g RAC下新增ASM磁碟組OracleASM
- 【資料遷移】RMAN遷移資料庫到ASM(一)建立ASM磁碟組資料庫ASM
- oracle 資料庫磁碟組屬性Oracle資料庫
- oracle 資料庫磁碟組屬性Oracle資料庫
- Windows 下使用檔案模擬磁碟配置ASM磁碟組WindowsASM
- ORACLE 新增控制檔案Oracle
- ASM磁碟組故障導致資料庫不能起來ASM資料庫
- 在ASM磁碟組之間移動檔案ASM
- ORACLE RAC重建ASM磁碟組OracleASM
- oracle資料庫移動資料檔案、日誌檔案和控制檔案Oracle資料庫
- 資料檔案遷移至其他磁碟組
- 全面學習和應用ORACLE ASM特性--(3)新增和修改asm磁碟組OracleASM
- 新增磁碟多連路磁碟併為ASM磁碟組擴容ASM
- 將 Oracle ASM 新增到現有資料庫OracleASM資料庫
- 一次ASM新增新的磁碟組ASM
- ASM的管理----刪除和新增磁碟組ASM
- ASM之磁碟組中目錄檔案的管理ASM
- 資料庫檔案和檔案組資料庫