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

全部博文(469)

文章存档

2011年(82)

2010年(284)

2009年(69)

2008年(34)

我的朋友

分类:

2010-03-27 14:37:55

考试号:

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

下面是从题库中整理出来的一些题目,以供参考:

1.Identify four uses of the Oracle Scheduler. (Choose four.)

A.Enables you to set idle time limits for a resource plan.

B.Enables you to schedule job execution based on time.

C.Enables you to execute jobs in a clustered environment.

D.Enables you to assign priorities to the consumer groups.

E.Enables you to map a consumer group to an Oracle user.

F.Enables you to create a job that makes use of saved programs and schedules.

G.Enables you to periodically execute operating system script files located on the same server as the

database.

Correct:B C F G

2.You define the Warning threshold for the tablespace usage metric for the USERS tablespace to be 35%. Because of this, several alerts are being raised. After observing this, you decide to increase the Warning threshold and clear all old alerts related to tablespace usage metric. Where would you find the information about cleared alerts?

A.the alert.log file

B.the DBA_ALERT_HISTORY data dictionary table

C.the DBA_ALERT_ARGUMENTS data dictionary table

D.the DBA_TAB_STATS_HISTORY data dictionary table

E.the DBA_OUTSTANDING_ALERTS data dictionary table

F.the V$ACTIVE_SESSION_HISTORY data dictionary table

Correct:B

3.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.

Correct:C

4.View the Exhibit. You want to unload data from the ORDERS, ORDER_ITEMS, and PRODUCTS database tables to four OS flat files by using the External Table Population method. To achieve this objective, you execute the command shown on the Exhibit. After successful execution of the command, you find that only two files have been created and not four. Which option do you need to change to achieve your objective?

A.TYPE

B.LOCATION

C.PARALLEL

D.DEFAULT DIRECTORY

E.ORGANIZATION EXTERNAL

Correct:C

5.Examine the statement: SQL> CREATE TABLESPACE user_data 2> EXTENT MANAGEMENT LOCAL 3> SEGMENT SPACE MANAGEMENT AUTO; Which two assumptions must be true for this statement to execute successfully? (Choose two.)

A.Oracle Managed Files are used for this instance.

B.The USER_DATA tablespace is managed using FET$/UET$ tables.

C.The database will manage the free space of segments in the tablespace using a bitmap.

D.Space within segments in the USER_DATA tablespace is managed with freelists.

Correct:A C

6.You need to ensure that the database users should be able to use the various flashback query features in order to go back in time by four hours. What would you do to achieve this? (Choose two.)

A.set SQL_TRACE=True

B.set UNDO_RETENTION=14400

C.set FAST_START_MTTR_TARGET=240

D.set LOG_CHECKPOINT_INTERVAL=240

E.set DB_FLASHBACK_RETENTION_TARGET=14400

F.issue ALTER DATABASE FLASHBACK ON; command

G.set the RETENTION GUARANTEE clause for the undo tablespace

Correct:B G

  要想下载更多的题库资料,你可以到题库网进行下载!!!

 

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