Chinaunix首页 | 论坛 | 博客
  • 博客访问: 289382
  • 博文数量: 469
  • 博客积分: 2510
  • 博客等级: 少校
  • 技术积分: 5200
  • 用 户 组: 普通用户
  • 注册时间: 2008-06-03 16:15
文章分类

全部博文(469)

文章存档

2011年(82)

2010年(284)

2009年(69)

2008年(34)

我的朋友

分类:

2010-03-24 17:47:01

考试号:

认证名称:Oracle database 10g:new features for adminsitrators

 

1. You have three temporary tablespace groups named G1, G2, and G3 in your database.

You are creating a new temporary tablespace as follows:  CREATE TEMPORARY TABLESPACE TEMP1 TEMPFILE '/u1/data/temp1.dbf' SIZE 10M TABLESPACE GROUP '';

Which statement regarding the above command is correct?

A.It will create the tablespace TEMP1 in group G1.

B.It will create the tablespace TEMP1 in group G3.

C.It will not add the tablespace TEMP1 to any group.

D.It will create the tablespace TEMP1 in the default group.

E.It will throw an error with message 'specified group is not available'.

F.It will create a new group with a system-generated name and add the tablespace TEMP1 to it.

Answer: C

2. You want to perform the database backup when user activity on your system is low, such as between 12:00 a.m. and 2:00 a.m.

Which command terminates with an error if the backup is not complete at the end of the specified

duration?

A.RMAN> BACKUP DURATION 2:00 MINIMIZE LOAD DATABASE;

B.RMAN> BACKUP DURATION 2:00 PARTIAL FILESPERSET 1 DATABASE;

C.RMAN> BACKUP DURATION 2:00 PARTIAL MINIMIZE TIME DATABASE;

D.RMAN> BACKUP AS COPY DURATION 2:00 PARTIAL MINIMIZE LOAD DATABASE;

Answer: A

3. Which two statements regarding the FLASHBACK_TRANSACTION_QUERY view are correct?

(Choose two.)

A.You can find information about only active transactions from the view.

B.You can find information about read only transactions from the view.

C.You require the SELECT ANY TRANSACTION system privilege to access the view.

管理员在2009年8月13日编辑了该文章文章。

-->
阅读(160) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~