一次dg資料檔案及archive log遷移
參考:http://blog.itpub.net/27181165/viewspace-775863/
主庫
檢視資料檔案所在位置及狀態
select d.name,t.name,d.status from v$datafile d,v$tablespace t where d.ts#=t.ts#;
將位置記下,進行cp操作
將表空間離線
alter tablespace oooxxx offline;
遷移
cp 舊 新
alter database rename file '/u01/old.dbf' to '/u02/new.dbf';
將表空間上線
備庫
切換為手工模式
recover managed standby database cancel
同上操作
重新切換回自動模式
alter database open read only
recover managed standby database
alter system set standby_file_management=AUTO
archilog 位置切換
主庫
alter system set log_archive_dest_1= 'location=/home/arch/ valid_for=(all_logfiles,all_roles) db_unique_name=prod' scope=both;
備庫
alter system set log_archive_dest_1= 'location=/home/arch/ valid_for=(all_logfiles,all_roles) db_unique_name=standby' scope=both;
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/21302630/viewspace-1571530/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 利用offline datafile檔案方式遷移資料
- 達夢資料庫資料檔案遷移過程資料庫
- 使用dbeaver 用csv 檔案進行資料遷移
- FastDFS檔案系統遷移和資料恢復AST資料恢復
- [20190410]dg建立臨時表檔案資料檔案.txt
- 遷移資料庫的檔案到不同路徑(轉)資料庫
- oracle dg庫資料檔案空間不足Oracle
- Springboot 遷移及上傳檔案至阿里雲OSSSpring Boot阿里
- 資料表結構更新後,遷移檔案怎麼使用?
- ORACLE RAC ASM資料檔案遷移OMF檔案報錯ORA-01276解決OracleASM
- mysql檔案複製遷移MySql
- Laravel 遷移檔案生成包Laravel
- [20180718]拷貝資料檔案從dg庫.txt
- DG備庫手動管理 新增資料檔案
- 資料庫課程作業筆記 - 編寫資料庫遷移檔案資料庫筆記
- 達夢資料庫系統表空間資料檔案遷移過程資料庫
- Oracle DG備庫手動管理新增資料檔案Oracle
- 【北亞資料恢復】MongoDB資料遷移檔案丟失的MongoDB資料恢復案例資料恢復MongoDB
- SQLServer移動資料檔案SQLServer
- Kafka資料遷移Kafka
- Harbor資料遷移
- gitlab資料遷移Gitlab
- 資料庫遷移資料庫
- 什麼叫archive log expired?Hive
- Archive log mining steps(logminer to html)HiveHTML
- 資料檔案遷移至其他磁碟組
- log_archive_dest與log_archive_dest_n與USE_DB_RECOVERY_FILE_DESTHive
- 【Golang+mysql】記一次mysql資料庫遷移(一)GolangMySql資料庫
- oracle dg庫資料檔案建立失敗ORA-01111Oracle
- db2匯出資料庫定義及遷移資料DB2資料庫
- 杉巖資料:如何在7天內跨資料中心遷移1 PB檔案?
- 阿里雲NAS檔案遷移專案實踐阿里
- SQL SEVER 缺少LOG檔案資料庫恢復SQL資料庫
- 資料遷移(1)——通過資料泵表結構批量遷移
- Mysql資料遷移方法MySql
- 【Hive】hive資料遷移Hive
- 【Redis】 redis資料遷移Redis
- redis資料庫遷移Redis資料庫
- congregate遷移gitlab資料Gitlab