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

全部博文(469)

文章存档

2011年(82)

2010年(284)

2009年(69)

2008年(34)

我的朋友

分类:

2009-06-18 16:01:46

朋友刚考过的。最新1Z0-042

 

 

1. You are connecting to an Oracle database server from a client by using the following connect string:

SQL> CONNECT hr/hr@pdserver.us.oracle.com:1521/proddb

Which naming method is being used in this case?

A.Local Naming

B.Easy Connect

C.External Naming

D.Directory Naming

Answer: B

2. User Scott has updated the salary of one of the employees in the EMPLOYEES table and has not

committed the transaction. What are the two types of locks that this scenario would lead to? (Choose

two.)

A.null lock on the row being updated

B.null lock on the table containing the row

C.ROW SHARE lock for the row being updated

D.ROW EXCLUSIVE lock for the row being updated

E.shared rowexclusive

lock for the row being updated

F.a shareable table lock for the table containing the row

G.exclusive tablelevel

lock for the table containing the row

Answer: DF

3. You are using the backup scheduler in Enterprise Manager (EM) to schedule a backup of your

database.

Which type of script does the backup scheduler generate?

A.SQL script

B.PL/SQL script

C.Operating System (OS) script

D.Enterprise Manager (EM) script

E.Recovery Manager (RMAN) script

Answer: E

4. The data file belonging to the SYSTEM tablespace is corrupted and no backup of the file is available.

How do you recover the data file?

A.The data file cannot be recovered.

B.The data file can be restored from the SYSTEM auto backup.

C.Take the tablespace offline, drop, and recreate

it.

D.Recovery Manager (RMAN) is used to recover the data file.

E.The ALTER DATABASE CREATE DATAFILE.. command is used to recover the data file.

Answer: A

5. After being hired as a database administrator, you find that there is only one database that is functional

and that is being accessed by the applications. You want to create a replica of the database, to be used

for testing purposes.

What is the best method to create the replica?

A.create a database by using CREATE DATABASE .. command and manually copy the data

B.use Database Configuration Assistant (DBCA) to create a template from the existing database to

contain the database structure

C.use DBCA to create a template from the existing database to contain the database structure and then

manually copy the data using Oracle Data Pump

D.use DBCA to create a template from the existing database to contain the database structure with data

files and then use the same template to create the database in the new location

Answer: D

6. You are creating a locally managed tablespace to meet the following requirements:

All the extents should be of the same size.

The data should be spread across two data files.

A bitmap should be used to record the free space within the allocated extents.

Which three options would you choose? (Choose three.)

A.set PCTFREE and PCTUSED to 50

B.specify extent allocation as Uniform

C.specify extent allocation as Automatic

D.create the tablespace as bigfile tablespace

E.create the tablespace as smallfile tablespace

F.set segment space management to Automatic

G.use the RESIZE clause while creating the tablespace

Answer: BEF

7. As a result of performance analysis, you created an index on the prod_name column of the prod_det

table, which contains about ten thousand rows. Later, you updated a product name in the table. How does

this change affect the index?

A.A leaf will be marked as invalid.

B.An update in a leaf row takes place.

C.The index will be updated automatically at commit.

D.A leaf row in the index will be deleted and inserted.

E.The index becomes invalid when you make any updates.

Answer: D

8. Which naming method uses the tnsnames.ora file to store the connect descriptor used by the client

while connecting to the database instance from a remote machine?

A.host naming method

B.local naming method

C.external naming method

D.directory naming method

Answer: B

9. In your database, the snapshot interval is set to 10 minutes for the Automatic Workload Repository

(AWR). The database instance is running for the past 30 days.

View the Exhibit to examine the Automatic Database Diagnostic Monitor (ADDM) task.

The ADDM task is performed every 10 minutes, except the last task. What could be the reason for this?

A.The snapshot retention period for the AWR was increased before the last task.

B.The optimizer statistics for few objects in the database were locked before the last task.

C.The STATISTICS_LEVEL initialization parameter was changed to BASIC and reset to TYPICAL before

the last task.

D.The optimizer statistics was collected manually by using the DBMS_STATS package before the last

task.

Answer: C

10. Your database is configured with the following parameters related to SGA:

SGA_TARGET=256MB

SHARED_POOL_SIZE=32MB

DB_CACHE_SIZE=100MB

LARGE_POOL_SIZE=0

JAVA_POOL_SIZE=0

STREAMS_POOL_SIZE=0

Which two statements are true about the configuration? (Choose two.)

A.The SGA_TARGET value cannot be sized smaller than 100 MB.

B.The shared pool and the default buffer pool will not be sized bigger than 32 MB and 100 MB,

respectively.

C.The shared pool and the default buffer pool will not be sized smaller than 32 MB and 100 MB,

respectively.

D.124 MB (256 minus 132) of memory is available for use by all the manually sized components.

E.124 MB (256 minus 132) of memory is available for use by all the manually and automatically sized

components.

Answer: CE

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