【oracle】oracledba27 add new tempfiles to the temporary tablespaces after recovery,oracletemporary
In your database, all the tablespaces are locally managed. You started
Recovery Manager (RMAN) using recovery catalog and restored the
control file by using the following command:
RMAN> RESTORE CONTROLFILE;
Which two operations do you need to perform after restoring the control
file from backup? (Choose two.)
A. shut down and restart the instance
B. add new tempfiles to the temporary tablespaces after recovery
C. perform a media recovery and open the database with the RESETLOGS option
D.perform a media recovery and bring the database to NOARCHIVELOG mode
Answer: B, C
在使用了 RESTORE CONTROLFILE 后你需要做什么
a、重新建立临时文件
b、使用 recover database 后,用 resetlogs 打开数据库(截断 scn)
本站文章为和通数据库网友分享或者投稿,欢迎任何形式的转载,但请务必注明出处.
同时文章内容如有侵犯了您的权益,请联系QQ:970679559,我们会在尽快处理。