oracle 10g rac ocfs或者asm 修改為歸檔模式操作步驟

paulyibinyi發表於2009-12-21

oracle 10g rac ocfs或者asm 修改為歸檔模式操作步驟
第一 設定ocfs共享文件
1: 先將歸檔目錄等歸劃好 規劃在/orac/arch目錄下
2: 設定引數
alter system set log_archive_dest_1='location=/orac/arch' scope=spfile;
3: 將其他節點停掉(停掉db, 再停掉crs好了), 只留一個節點.
4: 在僅有的一個節點上, 將資料庫轉到mount狀態, 改成歸檔模式
5: 開啟資料庫
6: 驗證歸檔日誌是否寫到已經設定好的歸檔目錄中
   alter system switch logfile;
7: 啟動其他節點


第二 設定asm歸檔目錄
1:建立好歸檔目錄dgrecover磁碟組
2:設定好asm歸檔目錄引數
alter system set db_recovery_file_dest='+dgrecover' scope=spfile;
alter system set db_recovery_file_dest_size =200g scope=spfile;
3: 將其他節點停掉(停掉db, 再停掉crs), 只留一個節點.
4: 在僅有的一個節點上, 將資料庫轉到mount狀態, 改成歸檔模式
5: 開啟資料庫
6: 驗證歸檔日誌是否寫到已經設定好的歸檔目錄中
   alter system switch logfile;
7: 啟動其他節點


以上這兩種方式都需要佔用一點點停機時間

 

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/7199859/viewspace-623244/,如需轉載,請註明出處,否則將追究法律責任。

相關文章