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

053-574

时间:2017-11-09 11:22:29      阅读:119      评论:0      收藏:0      [点我收藏+]

标签:correct   ati   mis   taf   pac   dir   acl   follow   rest   

A user sends you an email with the following error message: create table idtable(id number) *
ERROR at line 1: ORA- 01110: data file 4: ,,/oracle01/oradata/orcl/users01.dbf ORA-27041:
01116: error in opening database file 4 ORA-unable to open file Linux Error: 2: No such file or directory
Additional information: 3 You can choose from the following steps:
Which is the correct order of these steps in this case?
A. Restore the missing database datafiles.
B. Take the missing datafile offline.
C. Shut down the database.
D. Issue the recover tablespace USERS command.
E. Issue the Startup Mount command to mount the database.
F. Bring the USERS tablespace online.
G. Issue the alter database open command.
A. b, a, d, f
B. c, a, e, b, d, f, g
C. c, e, d, g
D. b, d, f
E. e, d, g

  You would first take the missing datafile offline with the alter database datafile 4 offline command.You should then restore the datafiles that have been lost.Then issue the recover tablespace USERS command to recover the USERS tablespace.Use the alter database datafile 4 online command to bring the USERS tablespace online.

053-574

标签:correct   ati   mis   taf   pac   dir   acl   follow   rest   

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

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