ALTER DATABASE RESETLOGS 的作用

jackjw發表於2008-08-05

[@more@]

ALTER DATABASE OPEN RESETLOG作用:

Archives the current online redo logs (if they are accessible) and then erases the contents of the online redo logs and resets the log sequence number to 1. For example, if the current online redo logs are sequence 1000 and 1001 when you open RESETLOGS, then the database archives logs 1000 and 1001 and then resets the online logs to sequence 1 and 2.

2
Creates the online redo log files if they do not currently exist.

3
Reinitializes the control file metadata about online redo logs and redo threads.

4
Updates all current datafiles and online redo logs and all subsequent archived redo logs with a new RESETLOGS SCN and time stamp.

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

相關文章