restore和recover 區別
restore just copy the physical file, recover will consistent the database
restore : 從備份集中把檔案備份讀取出來,寫入到控制檔案所記載的檔案的位置處,物理上的還原。
recover : 根據檔案頭的LBA、SCN資訊,查詢相應日誌,進行恢復,資料級的恢復,邏輯上的恢復。
restore 命令:用於還原已經備份的資料檔案。
(1)、restore database 還原所有的資料檔案。
(2)、restore tablespace 還原特定表空間的資料檔案。
(3)、restore datafile 還原特定的資料檔案。
(4)、restore controlfile 還原控制檔案。
(5)、restore archivelog 還原歸檔日誌檔案。
recover 命令:當資料庫需要應用歸檔日誌檔案恢復資料檔案時,使用recover命令。使用該命令資料庫系統會自動應用歸檔的日誌檔案。
(1)、recover database 恢復所有的資料檔案。
(2)、recover tablespace 恢復特定表空間的資料檔案。
(3)、recover datafile 恢復特定的資料檔案。
restore : 從備份集中把檔案備份讀取出來,寫入到控制檔案所記載的檔案的位置處,物理上的還原。
recover : 根據檔案頭的LBA、SCN資訊,查詢相應日誌,進行恢復,資料級的恢復,邏輯上的恢復。
restore 命令:用於還原已經備份的資料檔案。
(1)、restore database 還原所有的資料檔案。
(2)、restore tablespace 還原特定表空間的資料檔案。
(3)、restore datafile 還原特定的資料檔案。
(4)、restore controlfile 還原控制檔案。
(5)、restore archivelog 還原歸檔日誌檔案。
recover 命令:當資料庫需要應用歸檔日誌檔案恢復資料檔案時,使用recover命令。使用該命令資料庫系統會自動應用歸檔的日誌檔案。
(1)、recover database 恢復所有的資料檔案。
(2)、recover tablespace 恢復特定表空間的資料檔案。
(3)、recover datafile 恢復特定的資料檔案。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/28282660/viewspace-1393937/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- restore,recover的區別REST
- Oracle rman中recover和restore的區別:OracleREST
- oracle restore與recover的區別OracleREST
- recover database until cancel和 recover database區別Database
- restore、recover到指定時間REST
- RMAN DUPLICATE/RESTORE/RECOVER 混合平臺支援REST
- How to restore and recover a database from an RMAN backup_881395.1RESTDatabase
- recover database using backup controlfile與 recover database 的區別Database
- recover database的四條語句區別 .Database
- RMAN DUPLICATE/RESTORE/RECOVER Mixed Platform Support [ID 1079563.1]RESTPlatform
- RMAN 資料庫修復(restore)與資料庫恢復(recover)介紹資料庫REST
- canvas save()和restore()CanvasREST
- 和區別
- 【轉】 oracle備份恢復之recover database的四條語句區別OracleDatabase
- ../和./和/的區別
- go的 err!=nil 和 panic+recover 這兩種錯誤處理機制的關係和區別是什麼?Go
- if …if 和if …else if 區別
- 和 的區別
- as 和 with的區別
- in 和 exists區別
- ||和??的區別
- /*和/**的區別
- LinkedList和ArrayList的區別、Vector和ArrayList的區別
- http和https的區別/get和post的區別HTTP
- undefined 和 null 區別?UndefinedNull
- SSL和TLS 區別TLS
- ./ 和sh 的區別
- JQuery this和$(this)的區別jQuery
- jquery $(this) 和this的區別jQuery
- ClassNotFoundException和NoClassDefFoundError區別ExceptionError
- T和?的區別
- SCSS 和 SASS 區別CSS
- innerHTML 和 innerTEXT 區別HTML
- null和undefined區別NullUndefined
- url和uri區別
- get和post區別
- ++a和a++的區別
- NoClassDefFoundError和ClassNotFoundException區別ErrorException