1z0-040 Exam

oracle database 10g:new features for adminsitrators

  • 科目编号:1z0-040
  • 科目名称:oracle database 10g:new features for adminsitrators
  • 考题数目:140 Q&As
  • 更新日期:2010-05-22
  • 价 格 : ¥ 462.00 ¥ 413.00

免费下载 1z0-040 认证考题Demo

下载 1z0-040 PDF 认证考试题库
考试引擎下载

 

选择 pass4side 1z0-040 题库

1z0-040 考试是 Oracle 公司的 oracle database 10g:new features for adminsitrators 认证考试官方代号,pass4side 的 1z0-040 权威考试题库软件是 Oracle 认证厂商的授权产品,pass4side 绝对保证第一次参加 1z0-040 考试的考生即可顺利通过,否则承诺全额退款!

1、Pass4Side考题大师1z0-040试题都是考试原题的完美组合,覆盖率95%以上,答案由多位专业资深讲师原版破解得出,正确率100%,只要您使用本站的考试题库参加1z0-040 考试,我们保证您一次轻松通过考试;

2、售后服务第一!我们相信要想在当今时代取得成功,必须为广大用户提供全套的周到细致的全程优质售后服务,只有客户满意了,我们才能发展。客户至上是我们Pass4Side考题大师的一贯宗旨;

3、Pass4Side实行“一次不过全额退款”承诺。如果您购买我们1z0-040的考题,只要不是首次通过,凭盖有PROMETRIC或VUE考试中心钢印的考试成绩单,我们将退还您购买1z0-040考题大师的全部费用,绝对保证您的利益不受到任何的损失;

4、本站1z0-040题库根据1z0-040考试的变化动态更新,在厂家考题每次发生变化后,我们承诺2天内更新1z0-040题库。在您购买我们的产品之后,我们将提供90天的免费更新。确保1z0-040考题的覆盖率始终都在95%以上;我们提供2种 1z0-040 考题大师版本供你选择。

5、软件版本1z0-040 考试题库
优点:具有学习模式,测试模式,线上自动升级
缺点:仅限固定电脑使用,不可打印为文本,只能PC阅读

6、PDF 格式1z0-040 考试题库(部分最新更新科目已不提供PDF)
优点:不需下载安装软件,方便用户打印和携带,但也带来了可随意制的弊端,因此我们提醒用户不得随意公开或出售本站的1z0-040题库,一经发现立即取消其升级资格,且不予退款。
缺点:不具备测试模式,通过查看 pass4side.cn网站及查收我们的更新E-MAIL获取更新信息。
 
 
Exam : Oracle 1Z0-040
Title : Oracle(r) Database 10g:New Features For Adminsitrators


1. You created a locally managed tablespace by using the following SQL statement:
CREATE TABLESPACE hr_tbs
DATAFILE 'data.dat' SIZE 1M REUSE
AUTOEXTEND ON MAXSIZE 100M;
The warning and critical tablespace usage threshold values are set to 85% and 97%, respectively. Which two statements regarding the threshold-based alerts generation for the HR_TBS tablespace are correct? (Choose two.)
A.A critical alert will be generated when 97 MB space is used.
B.A critical alert will be generated when 970 KB space is used.
C.A warning alert will be generated when 85 MB space is used.
D.A warning alert will be generated when 850 KB space is used.
E.A critical alert will be generated when 970 KB is left as free space.
F.A warning alert will be generated when 850 KB is left as free space.
G.No critical alert will be generated because it is a small file tablespace.
H.No warning alert will be generated because the tablespace is autoextensible.
Answer: AC

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

3. You plan to create an external table from the EMPLOYEES, DEPARTMENTS, and LOCATIONS database tables. Which method or command should you use to create and populate the external table?
A.the expdp and impdp commands
B.conventional export and import
C.CREATE TABLE.. and SQL*Loader
D.CREATE TABLE.. and INSERT INTO.. SELECT.. FROM..
E.CREATE TABLE.. ORGANIZATION EXTERNAL ..AS SELECT.. FROM..
Answer: E

4. You have three production databases, HRDB, FINDB, and ORGDB, that use the same ASM instance. At the end of the day, you execute the following command on the ASM instance to shut down:
SQL> shutdown immediate;
What is the result of executing this command?
A.All the instances, including the ASM instance, are shut down in the ABORT mode.
B.The ASM instance is shut down, but the other instances are still running.
C.The ASM instance is still functional, but the other instances are shut down.
D.All the instances, including the ASM instance, are shut down in the IMMEDIATE mode.
E.HRDB, FINDB, and ORGDB instances are shut down in the ABORT mode and the ASM instance is shut down in the IMMEDIATE mode.
F.HRDB, FINDB, and ORGDB instances are shut down in the NORMAL mode and the ASM instance is shut down in the IMMEDIATE mode.
Answer: D

5. 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.
D.You can find information about both active and committed transactions from the view.
E.You require the SELECT ON FLASHBACK_TRANSACTION_QUERY object privilege to access the view.
Answer: CD

6. Which two statements regarding the Policy Framework in Enterprise Manager (EM) are correct? (Choose two.)
A.Policy violations are prioritized as High, Medium, or Informational by category.
B.Policies can be disabled completely, or flagged as ignored, for the specified target.
C.Policies can be flagged as ignored, but never completely disabled, for the specified target.
D.Policy violations must be corrected, otherwise the database will shut down until corrective action occurs.
Answer: AB

7. 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
Answer: BG

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

客户反馈

This is the second time that I take this exam.I鈥檝e browsed other websites before,but I didn鈥檛 satisfied with them.This time I have consulted with many professional staffs and friends,and they told me that TestInside is the best site nowadays.Passing the exam at the first timealso proved their viewpoint.If I take more exams in the future,I will certainly choose TestInside! Lillian - 2009-07-03 23:53:51


产品保证 | 购买指南 | 常见问题 | 支付方式 | 退款协议 | 考试引擎 | 联系我们 | 站点地图 1 2 3 4

Copyright©2006-2009 Pass4side Limited. All Rights Reserved

Pass4side materials do not contain actual questions and answers from Microsoft's Cisco's Certification Exams.