dataguard之主庫增加資料檔案--物理備庫相應的調整(一)
主庫上需要在目錄/home1/oradata/mspdb/下增加資料檔案,於是檢查物理備庫,發現備庫上沒有目錄/home1/oradata/mspdb/,但物理備庫上standby_file_management為auto,資料檔案為自動管理。如下:
SQL> show parameter standby
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
standby_file_management string auto
SQL> show parameter convert
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
db_file_name_convert string /home/oracle/oradata/mspdb/, / home/oracle/oradata/mspdb/
發現備庫上的db_file_name_convert引數,沒有對路徑/home1/oradata/mspdb/的轉換於是修改其引數,該引數是靜態引數,需要重啟。如下:
SQL> alter system set db_file_name_convert='/home/oracle/oradata/mspdb/','/home/oracle/oradata/mspdb/','/home1/oradata/mspdb/','/home/oracle/oradata/mspdb/' scope=spfile;
--停止日誌應用
SQL> alter database recover managed standby database cancel;
--關閉例項
SQL> shutdown immediate
--開啟例項
SQL> startup mount
--檢視引數生效
SQL> show parameter convert
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
db_file_name_convert string /home/oracle/oradata/mspdb/, /home/oracle/oradata/mspdb/, /home1/oradata/mspdb/,/home/oracle/oradata/mspdb/
--開啟日誌應用
SQL> alter database recover managed standby database disconnect from session;
此時物理備庫設定修改完畢。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/23073818/viewspace-711822/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 【DATAGUARD】Oracle Dataguard物理備庫切換最佳實踐(sqlplus)OracleSQL
- Oracle資料庫由dataguard備庫引起的log file sync等待Oracle資料庫
- oracle uncatalog資料庫備份檔案Oracle資料庫
- Dedecms備份的資料檔案位置及備份資料庫的方法資料庫
- 物理DATAGUARD庫上的KSVCREATE: PROCESS(M000)
- Oracle - 資料庫的記憶體調整Oracle資料庫記憶體
- 遠端備份資料庫和檔案的方法資料庫
- SQL SERVER備份資料庫檔案(使用SSMS)SQLServer資料庫SSM
- DG備庫手動管理 新增資料檔案
- 達夢資料庫引數調整方法資料庫
- Oracle DG備庫手動管理新增資料檔案Oracle
- 如何恢復在全備後新增了資料檔案的資料庫資料庫
- oracle資料庫的配置檔案Oracle資料庫
- Oracle:Failover 到物理備庫OracleAI
- 織夢資料庫配置檔案-DedeCMS織夢資料庫檔案在哪裡資料庫
- Sqlserver資料庫使用 .bak 檔案還原資料庫SQLServer資料庫
- 織夢CMS(dedecms)的資料庫連線檔案_織夢連線資料庫檔案資料庫
- Oracle資料庫(DataGuard)遷移方案(上)Oracle資料庫
- Oracle資料庫(DataGuard)遷移方案(中)Oracle資料庫
- Oracle資料庫(DataGuard)遷移方案(下)Oracle資料庫
- 檢視織夢CMS原始碼中的資料庫相關檔案原始碼資料庫
- RMAN備份整庫和歸檔日誌的方法
- 網站檔案修改資料庫,安全高效地修改網站資料庫中的檔案資訊網站資料庫
- 達夢資料庫基礎知識(一)資料庫物理儲存結構資料庫
- 為什麼資料庫調整大小如此困難?資料庫
- 織夢資料庫配置檔案修改資料庫配置方法資料庫
- 10 管理物理和快照備庫
- 成為MySQL DBA後,再看ORACLE資料庫(十三、物理備份)MySqlOracle資料庫
- 資料庫的災備資料庫
- 分析Oracle資料庫日誌檔案(一)HBOracle資料庫
- MSSQL系列 (一):資料庫的相關操作SQL資料庫
- 織夢資料庫配置檔案資料庫損壞:嘗試修復資料庫資料庫
- 【資料庫資料恢復】MongoDB資料庫檔案損壞的資料恢復案例資料庫資料恢復MongoDB
- MongoDB資料庫之主從複製配置實戰【轉】MongoDB資料庫
- 華為GaussDB T資料庫主備物理複製搭建過程資料庫
- oracle 備份資料庫,匯出資料庫Oracle資料庫
- 資料庫調優資料庫
- 資料庫備份資料庫
- MySQL8.0.18資料庫新增資料檔案MySql資料庫