码迷,mamicode.com
首页 > 其他好文 > 详细

053-328

时间:2017-11-10 16:54:30      阅读:102      评论:0      收藏:0      [点我收藏+]

标签:ace   col   system   oca   color   快速   man   last   data   

You have backed up your database using image copies. You have lost the SYSTEM tablespace and need to restart your database as quickly as possible. What is the correct solution?
A. Restore the SYSTEM tablespace from the last backup set and then recover the database.
B. Restore the SYSTEM tablespace image copy using the restore command and then restore the
database.
C. Use the switch datafile command to instantly switch to the datafile copy, recover the tablespace, and open the database.
D. The database is not recoverable in this situation with image copies.
E. Manually copy the datafile image copy to the correct location and then manually restore the database from SQL*Plus.

因为是 image copy,可以使用 switch 命令,切换 system 数据文件的地址,然后 recover
再打开数据库。使用 switch 命令可以快速切换数据文件的地址。
注:RAMN备份类型 https://www.2cto.com/database/201304/205043.html

053-328

标签:ace   col   system   oca   color   快速   man   last   data   

原文地址:http://www.cnblogs.com/Babylon/p/7815166.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!