码迷,mamicode.com
首页 >  
搜索关键字:bigfile tablespace    ( 1135个结果
ocp-266
QUESTION NO: 266 Which of the following restrictions are not true with respect to tablespace point-in-time recovery? (Choose all that apply.) A. The target database must be in NOARCHIVELOG mode. B...
分类:其他好文   时间:2015-10-10 10:43:58    阅读次数:181
ocp-268
QUESTION NO: 268 You‘re performing tablespace point-in-time recovery on a tablespace called USERS. If an object in that tablespace has a foreign key constraint owned by another object in the INDEX_TB...
分类:其他好文   时间:2015-10-10 10:42:02    阅读次数:134
ocp-270
QUESTION NO: 270 What is the end result of the following commands? recover tablespace users until time ?10/06/2008:22:42:00‘ auxiliary destination ?c:\oracle\auxiliary‘; sql ‘alter tablespace...
分类:其他好文   时间:2015-10-10 10:39:58    阅读次数:143
ocp-260
QUESTION NO: 260 What view would you use to determine if a given tablespace is fully self-contained for the execution of a tablespace point-in-time recovery? A. TS_CHECK B. TPITR_CHECK C. TS_PITR_...
分类:其他好文   时间:2015-10-09 15:19:29    阅读次数:200
ocp-146
QUESTION NO: 146 You want to put a specific tablespace called MY_DATA in hot backup mode so you can back it up. What command would you use? A. alter tablespace MY_DATA begin backup; B. alter tabl...
分类:其他好文   时间:2015-10-07 01:10:37    阅读次数:178
oracle之表空间
表空间的作用:1.决定数据库实体的空间分配2.设置数据库用户的空间份额3.控制我们数据库部分数据的可用性4.备份和恢复数据如何创建表空间 对应的数据库的文件,语法如下:create tablespace 表空间名称datafile 路径名称size 大小(默认值)autoextend on next...
分类:数据库   时间:2015-10-06 14:01:07    阅读次数:320
ocp-113
QUESTION NO: 113 What RMAN command is used to execute a tablespace point-in-time recovery? A. recover B. duplicate C. restore D. copy E. None of the above Answer: A什么 RMAN 命令是用来执行表空间时间点恢复A. rec...
分类:其他好文   时间:2015-10-05 13:06:47    阅读次数:156
ocp-107
QUESTION NO: 107 Your database is running In ARCIIIVELOG mode. One of the data files, USBRDATAOI. DBF, in the users tablespace is damaged and you need to recover the file until the point of failure....
分类:其他好文   时间:2015-10-05 11:43:27    阅读次数:130
ocp-99
QUESTION NO: 99 When you‘re performing a tablespace point-in-time recovery, which tablespaces will always be restored to the auxiliary instance? (Choose all that apply.)A. The SYSTEM tablespace. B....
分类:其他好文   时间:2015-10-05 00:47:07    阅读次数:145
ocp-34
QUESTION NO: 34 You are managing an Oracle Database 11g database. You want to take a backup on tape drives of the USERS tablespace that has a single data file of 900 MB. You have tape drives of 300 M...
分类:其他好文   时间:2015-10-02 17:31:07    阅读次数:179
1135条   上一页 1 ... 70 71 72 73 74 ... 114 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!