1Z0-043 Exam
Oracle Database 10g: Administration II
- 科目编号:1Z0-043
- 科目名称:Oracle Database 10g: Administration II
- 考题数目:217 Q&As
- 更新日期:2010-02-27
- 价 格 :
¥ 610.00¥ 490.00
免费下载 1Z0-043 认证考题Demo
下载 1Z0-043 PDF 认证考试题库
下载 1Z0-043 测试版考试题库
选择 pass4side 1Z0-043 题库
1Z0-043 考试是 Oracle 公司的 Oracle Database 10g: Administration II 认证考试官方代号,pass4side 的 1Z0-043 权威考试题库软件是 Oracle 认证厂商的授权产品,pass4side 绝对保证第一次参加 1Z0-043 考试的考生即可顺利通过,否则承诺全额退款!
1、Pass4Side考题大师1Z0-043试题都是考试原题的完美组合,覆盖率95%以上,答案由多位专业资深讲师原版破解得出,正确率100%,只要您使用本站的考试题库参加1Z0-043 考试,我们保证您一次轻松通过考试;
2、售后服务第一!我们相信要想在当今时代取得成功,必须为广大用户提供全套的周到细致的全程优质售后服务,只有客户满意了,我们才能发展。客户至上是我们Pass4Side考题大师的一贯宗旨;
3、Pass4Side实行“一次不过全额退款”承诺。如果您购买我们1Z0-043的考题,只要不是首次通过,凭盖有PROMETRIC或VUE考试中心钢印的考试成绩单,我们将退还您购买1Z0-043考题大师的全部费用,绝对保证您的利益不受到任何的损失;
4、本站1Z0-043题库根据1Z0-043考试的变化动态更新,在厂家考题每次发生变化后,我们承诺2天内更新1Z0-043题库。在您购买我们的产品之后,我们将提供90天的免费更新。确保1Z0-043考题的覆盖率始终都在95%以上;我们提供2种 1Z0-043 考题大师版本供你选择。
5、软件版本1Z0-043 考试题库
优点:具有学习模式,测试模式,线上自动升级
缺点:仅限固定电脑使用,不可打印为文本,只能PC阅读
6、PDF 格式1Z0-043 考试题库(部分最新更新科目已不提供PDF)
优点:不需下载安装软件,方便用户打印和携带,但也带来了可随意制的弊端,因此我们提醒用户不得随意公开或出售本站的1Z0-043题库,一经发现立即取消其升级资格,且不予退款。
缺点:不具备测试模式,通过查看 pass4side.cn网站及查收我们的更新E-MAIL获取更新信息。
Exam : Oracle 1Z0-043
Title : Oracle Database 10g: Administration II
1. You enabled Automatic Shared Memory Management. The initialization parameters are set as shown below:
SGA_TARGET = 10GB
SGA_MAX_SIZE = 14GB
STREAMS_POOL_SIZE = 1GB
SHARED_POOL_SIZE = 3GB
Which two statements are correct in this scenario? (Choose two.)
A. A maximum of 3 GB can be allocated to shared pool.
B. The value for SGA_TARGET can be increased up to a maximum of 14 GB.
C. A total of 14 GB memory will be allocated to the automatically tuned memory components.
D. Increasing the value for SGA_TARGET will automatically increase the memory allocated for STREAMS_POOL_SIZE.
E. Increasing the value for SGA_TARGET to 12 GB will automatically increase the memory allocated to autotuned parameters.
F. Reducing the value for SGA_TARGET to 9 GB will automatically decrease the memory allocated to shared pool from 3 GB to 2 GB.
Answer: BE
2. You lost a temporary file that belongs to the default temporary tablespace in your database. From the options provided, which approach would you take to solve the problem?
A. flash back the database
B. import the temporary tablespace from the last export
C. restore all the data files and temporary files from the last full database backup and perform a recovery
D. not perform a recovery, but create a new temporary tablespace, make it the default temporary tablespace and then drop the old tablespace
Answer: D
3. You have set the value of the NLS_TIMESTAMP_TZ_FORMAT parameter in the parameter file to YYYY-MM-DD. The default format of which two data types would be affected by this setting? (Choose two.)
A. DATE
B. TIMESTAMP
C. INTERVAL YEAR TO MONTH
D. INTERVAL DAY TO SECOND
E. TIMESTAMP WITH LOCAL TIME ZONE
Answer: BE
4. Immediately after adding a new disk to or removing an existing disk from an Automatic Storage Management (ASM) instance, you find that the performance of the database decreases initially, until the addition or removal process is completed. Performance then gradually returns to normal levels.
Which two activities could you perform to maintain a consistent performance of the database while adding or removing disks? (Choose two.)
A. increase the number of checkpoint processes
B. define the POWER option while adding or removing the disks
C. increase the number of DBWR processes by setting up a higher value for DB_WRITER_PROCESSES
D. increase the number of slave database writer processes by setting up a higher value for DBWR_IO_SLAVES
E. increase the number of ASM Rebalance processes by setting up a higher value for ASM_POWER_LIMIT during the disk addition or removal process
Answer: BE
5. Manually, you set the consumer group of all of the newly created users to MYDB_GRP. You want the users to be able to change their consumer groups as per the application requirement.
What was the first step that was needed in the process to achieve this objective?
A. The user must have been granted the DBA role.
B. The user must have been granted the switch privilege as a part of a role.
C. The user must have been granted the Resource Manager administrator privilege.
D. The user must have been granted the switch privilege by using the DBMS_RESOURCE_MANAGER_PRIVS package.
Answer: D
6. You execute the following command to enable a session in resumable mode:
SQL> ALTER SESSION ENABLE RESUMABLE TIMEOUT 60;
What is the impact of a timeout on the statements being suspended?
A. The statements remain suspended for at least 60 seconds.
B. The statements are suspended for 60 seconds and then they are executed.
C. The suspended statements error out if the problem is not rectified within 60 seconds.
D. The statements are automatically suspended 60 seconds after an error is received, and then attempt to execute normally again.
Answer: C
7. You need to check the EMP_EAST partition in the EMPLOYEES table for physical corruptions. You also need to verify that the rows belong to the correct partition. Which option could you use?
A. LogMiner
B. the DBNEWID utility
C. the DBVERIFY utility
D. the ANALYZE command
E. the RMAN REPORT command
F. the RMAN CROSSCHECK command
G. the RMAN BLOCKRECOVER command
Answer: D
8. You executed the following command in Recovery Manager (RMAN) to perform a backup of the DETTBS tablespace:
RMAN> BACKUP TABLESPACE DETTBS;
Under which conditions would this command execute successfully? (Choose all that apply.)
A. The database is in NOMOUNT state.
B. The database is in ARCHIVELOG mode and the tablespace is online.
C. The database is in ARCHIVELOG mode and the tablespace is offline.
D. The database is in NOARCHIVELOG mode and the tablespace is online.
E. The database is in NOARCHIVELOG mode and the tablespace is offline.
Answer: BCE


客户反馈