sql 重建控制檔案resetlogs和noresetlogs
RESETLOGS Specify RESETLOGS if you want Oracle Database to ignore the contents of the files listed in the LOGFILE clause. These files do not have to exist. Each redo_log_file_spec in the LOGFILE clause must specify the SIZE parameter. The database assigns all online redo log file groups to thread 1 and enables this thread for public use by any instance. After using this clause, you must open the database using the RESETLOGS clause of the ALTER DATABASE statement.
NORESETLOGS Specify NORESETLOGS if you want Oracle Database to use all files in the LOGFILE clause as they were when the database was last open. These files must exist and must be the current online redo log files rather than restored backups. The database reassigns the redo log file groups to the threads to which they were previously assigned and reenables the threads as they were previously enabled.
區別在於是否還需要當前的線上日誌檔案組
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/21754115/viewspace-1192178/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 重建控制檔案的案例(RESETLOGS模式和NORESETLOGS模式)模式
- Controlfile 重建控制檔案 noresetlogs, resetlogs..
- 重建控制檔案時resetlogs與noresetlogs的使用情況
- 重建控制檔案的恢復(noresetlogs)
- 使用NORESETLOGS重建控制檔案恢復資料庫資料庫
- 控制檔案丟失恢復例項(3) - 使用重建控制檔案方式(noresetlogs)
- 使用RESETLOGS重建控制檔案恢復資料庫資料庫
- 使用RESETLOGS重建控制檔案恢復資料庫(二)資料庫
- 重建控制檔案
- 重建控制檔案--
- Oracle RESETLOGS 和 NORESETLOGS 區別說明Oracle
- Oracle重建控制檔案Oracle
- DataGuard重建控制檔案
- oracle 重建控制檔案Oracle
- Oracle 控制檔案的重建Oracle
- 利用trace重建控制檔案
- 如何重建RAC的控制檔案
- RAC環境重建控制檔案
- ORACLE控制檔案的重建 (轉)Oracle
- 控制檔案重建以及備份
- 所有控制檔案損壞的恢復--noresetlogs方式
- 重建Oracle資料庫控制檔案Oracle資料庫
- 恢復控制檔案避免使用resetlogs選項
- 備份與恢復--重建控制檔案
- 重建控制檔案 recreate control file
- 控制檔案損壞重建實驗(上)
- 控制檔案損壞重建實驗(下)
- oracle之 利用 controlfile trace檔案重建控制檔案Oracle
- 重建控制檔案後某些檔案被命名為MISSINGnnnnnGNN
- 請教關於利用跟蹤檔案重建控制檔案
- 所有控制檔案損壞的恢復--resetlogs方式
- Oracle 11g重建控制檔案——如何獲取建立控制檔案指令碼Oracle指令碼
- oracle10g_備份控制檔案_得到重建控制檔案的指令碼Oracle指令碼
- 【RAC】Oracle 10g RAC 重建控制檔案Oracle 10g
- Oracle 11g重建控制檔案——控制檔案全部丟失,從零開始Oracle
- 用重建控制檔案的方法修改oracle資料檔案路徑Oracle
- sql server如何重建索引到其它檔案組SQLServer索引
- 重建控制檔案--alter database backup controlfile to traceDatabase