最新1z0-033考试题库
Examsoon最新1z0-033认证真题,真题覆盖率达到90%以上。考不过全额退款保障,让您认证无忧。绝对真实来自Examsoon的高质量题库。
购买1z0-033考试题库请认准Examsoon标志!切勿因贪便宜而造成不必要的损失和遗憾。下载题库及任何1z0-033问题请与我站管理员联系!
1z0-033 考试是 Oracle 公司的 Oracle9i Database:Performance Tuning 认证考试官方代号,Examsoon的1z0-033权威考试题库软件是Oracle认证厂商的授权产品,Examsoon绝对保证第一次参加 1z0-033 考试的考生即可顺利通过,否则承诺全额退款!
选择 Examsoon 1z0-033 题库
1z0-033题库购买时请一定要认准Examsoon标志,世界第一IT认证资料服务提供商中国服务中心。
Examsoon
部分最新免费1z0-033认证题库:(您也可以联系我下载部分最新1z0-033考试题库)
Exam : Oracle 1Z0-033
Title : Oracle 9I Database:Performance Tuning
1. You need to size the KEEP pool. Which calculation would you use to determine the initial size of the KEEP pool?
A.50% of the DEFAULT pool
B.50% of the RECYCLE pool
C.the total number of blocks of all the candidate objects that you need in the KEEP pool / the number of objects that you need in the KEEP pool
D.total number of blocks of all the candidate objects that you need in the KEEP pool + additional space to allow for object growth
Answer: D
2. You have reserved memory within the Shared Pool by using the SHARED_POOL_RESERVED_SIZE parameter to accommodate large space allocations while compiling PL/SQL blocks and database triggers.
While observing the performance of the reserved area, you find that the value of the REQUEST_FAILURES column in the V$SHARED_POOL_RESERVED view is continuously increasing.
Which statement is true in this scenario?
A.The parsing of the statement fails due to invalidations.
B.The execution of the statement fails due to invalidations.
C.The space allocated for the reserved area is not enough.
D.The syntax in the PL/SQL blocks is causing the compilation failure.
Answer: C
3. You have online application users who are interested in seeing a few initial results of a query. Therefore you require the query to produce a few initial rows quickly regardless of the presence of statistics. Which optimizer mode would you choose?
A.RULE
B.CHOOSE
C.ALL_ROWS
D.FIRST_ROWS_n
Answer: D
4. You create a stored outline and apply it for use. What strategy would you adopt to verify that the stored outline is being used for a statement?
A.verify OL$,OL$HINTS, and OL$NODES tables after running the statement with USE_STORED_OUTLINES set
B.examine the V$SQL dynamic performance view after running the statement with the USE_STORED_OUTLINES set
C.compare the explain plan output for the statement when running with and without the USE_STORED_OUTLINES set
D.compare the statspack output by taking snaps before and after running the statement with the USE_STORED_OUTLINES set
Answer: C
5. Smith is a DBA with XYZ Corp. There are 500 data entry users in an online transaction processing (OLTP) environment. The current response time is 15-20 seconds. The company wants the response time to be brought down to 10 seconds or less.
What is the first thing that Smith should do to diagnose the cause of the slow response time?
A.determine whether there is contention for locks
B.determine whether the file system is fast enough
C.determine whether more memory needs to be allocated to PGA
D.determine whether more memory needs to be allocated to SGA
E.determine whether the slow response is wait bound or CPU bound
Answer: E
6. You executed the following query to know about users and their consumer groups:
SQL> SELECT * FROM DBA_RSRC_CONSUMER_GROUP_PRIVS;
GRANTEE GRANTED_GROUP GRANT_OPTION INITIAL_GROUP
————— ————————- ————— —————
SCOTT LOW_GROUP NO NO
PUBLIC LOW_GROUP NO NO
PUBLIC DEFAULT_CONSUMER_GROUP YES YES
SYSTEM SYS_GROUP NO YES
If the user SCOTT starts a session, to which consumer group will the session belong?
A.The session belongs to LOW_GROUP.
B.The session belongs to SYS_GROUP.
C.The session belongs to DEFAULT_CONSUMER_GROUP.
D.The session does not belong to any group because the user is not assigned to any group.
Answer: C
7. When tuning a database server, which three goals should you focus on? (Choose three.)
A.minimize response time for OLTP users
B.maximize throughput for batch processing
C.minimize response time for batch processing
D.increase load capability for the decision-support systems
E.minimize parallelism for online transaction processing (OLTP) systems
Answer: ABD
8. In an online transaction processing (OLTP) system, you notice that the transactions are waiting. Which two techniques would you use to determine if it is a locking problem? (Choose two.)
A.query V$SESSION to determine the sessions waiting for locks
B.query V$LOCKED_OBJECT to diagnose the deadlocked sessions
C.execute the utllockt.sql script to find the list of locking and waiting transactions
D.use the catblock.sql script to populate DBA_BLOCKERS and DBA_WAITERS views
E.query the DBA_WAITERS view to determine the sessions that are waiting for a locked resource
Answer: CE
9. ABC Corp. plans to build an online transaction processing (OLTP) system. The company plans to tune all the components during the development life cycle.
From the list given below, identify the order in which the components should be tuned.
1: logical and physical model
2: cursor sharing
3: Oracle instance memory structures
4: operating system
5: data file I/O
A.1, 2, 3, 5, 4
B.1, 3, 2, 4, 5
C.1, 2, 3, 4, 5
D.1, 2, 5, 3, 4
Answer: A
10. View the Exhibit and examine the output to check the resource plan directives associated with the groups in a plan.
Which three statements are true regarding the output? (Choose three.)
A.The users belonging to OTHER_GROUPS will never be able to run a query.
B.Even if there is only one active session running, that session is allowed to utilize all the available CPU resources according to the directives of the plan.
C.It is possible to raise the priority for the online transaction processing (OLTP) group from 80% to 90% without changing the priority for any other group.
D.In a fully loaded system, sessions for OTHER_GROUPS have to wait for other sessions to finish work if all CPU is used by first three groups.
E.In a heavily used system, the sessions in the OLTP group have the ability to consume 80% or more of the total CPU resources available.
Answer: BDE
11. View the Exhibit and examine the steps to create a database resource plan. Execution of the following procedure resulted in an error:
SQL> EXECUTE dbms_resource_manager.validate_pending_area();
What could be the reason for this?
A.The ADMINISTER_RESOURCE_MANAGER privilege is not granted to the user.
B.The procedure should be executed before creating the resource plan directive.
C.The SYS_GROUP resource consumer group is not included in the resource plan directive.
D.The OTHER_GROUPS resource consumer group is not included in the resource plan directive.
Answer: D
12. A customer has various dictionary-managed tablespaces with past data. The extents in dictionary-managed tablespaces are not uniformly sized. Newly created tablespaces are locally managed. You want to make all the tablespaces locally managed. What approach would you use to change the dictionary-managed tablespaces to locally managed tablespaces to get all the performance benefits of local extent management?
A.use only the DBMS_SPACE_ADMIN.TABLESPACE_MIGRATE_TO_LOCAL procedure
B.create new locally managed tablespaces and move data from existing dictionary-managed tablespaces to locally managed tablespaces
C.use the DBMS_SPACE_ADMIN.TABLESPACE_MIGRATE_TO_LOCAL procedure, followed by DBMS_SPACE_ADMIN.TABLESPACE_FIX_SEGMENT_STATES
D.use the ALTER TABLESPACE command to change extent management to local, and then use the DBMS_SPACE_ADMIN.TABLESPACE_MIGRATE_TO_LOCAL procedure
Answer: B
13. Why does performance degrade when many UPDATE, INSERT, or DELETE statements are issued on a table that has an associated Bitmap index?
A.Some DML operations re-create the Bitmap index blocks.
B.The Bitmap index is rebuilt automatically after a DML operation.
C.The smallest amount of a bitmap that can be locked is a bitmap segment.
D.Additional time is taken to remove NULL values from the Bitmap index after a DML operation.
Answer: C
14. The following are the tasks that you need to perform to create a resource plan:
A) Creating resource consumer groups
B) Validating pending area
C) Creating a pending area
D) Creating resource plans
E) Creating plan directives
F) Submitting pending area
In which order would you perform these tasks?
A.C, D, A, E, B, F
B.C, B, F, E, A, D
C.C, B, E, D, A, F
D.C, F, E, A, D, B
tings with users once each two weeks to discuss performance
Answer: A
15. Oracle Shared Server is best used when _____ and _____. (Choose two.)
A.the database is experiencing database-intensive work
B.the database is primarily used for batch or DSS operations
C.CPU usage on your machine is consistently at 90% or higher
D.an OLTP application is running on a machine approaching memory resource limits
E.you do not need to scale up the number of concurrent connections to the database
F.the database is primarily used for an interactive application where dedicated servers are mainly idle
Answer: DF
16. Which two activities would adversely affect database performance? (Choose two.)
A.doing a soft parse
B.performing archiving
C.less frequent checkpointing
D.defining multiple buffer pools
E.taking online back up of data files
Answer: BE
17. The values for the resource plan directives are set as follows:
SWITCH_GROUP = OLAP
SWITCH_TIME = 1000
SWITCH_ESTIMATE = True
What are the two implications of these values on a running session belonging to the consumer group for which these directives are set? (Choose two.)
A.These settings are useful to limit the resources consumed by short-running operations.
B.The resource manager switches the session to the OLAP group if the session is active for more than 1,000 seconds and after the operation the session becomes part of the OLAP group.
C.The resource manager can switch the session to the OLAP group before an operation even starts running.
D.The resource manager switches the session to the online analytical processing (OLAP) group if the session is active for more than 1,000 seconds and after the operation the session is moved back to the original group.
Answer: CD
18. Smith is a DBA with ABC Corp. He is in the process of tuning the database. He has received various problem statements from the customers. Identify three appropriately defined problem statements that Smith can use to tune the database correctly. (Choose three.)
A.The system is too slow.
B.Online response is very slow.
C.Sometimes the batch process throws errors.
D.The weekly backup took 30 minutes, and earlier it used to take 5 minutes.
E.The batch process is taking 2 hours, whereas it should take only 30 minutes.
F.The system currently has 100 users. We wish to increase the number of users to 250. The users’ response time should not be affected.
Answer: DEF
19. ABC Corp. has an online transaction processing (OLTP) system that has just gone into production. The system was rigorously tested during the development phases.
What is the first recommended activity that the DBA should perform before starting to monitor the performance of the system on a regular basis?
A.running SQL*Trace
B.collecting baseline statistics
C.analyzing indexes and user tables
D.arranging meetings with users once each two weeks to discuss performance
Answer: B
20. View the Exhibit.
In your database, you find that the fy05q1 table in a dictionary managed tablespace has excess space. Further, you find that the table consists of three extents. The size of the first extent is 100KB, the second is 200KB, and the third is 300K. The high water mark is in the middle of the second extent, and there is 400KB of unused space.
You want to release the unused space so that it can be used by other segments. You execute the following command to achieve this task:
SQL> ALTER TABLE fy05q1 DEALLOCATE UNUSED;
What would this command do?
A.deallocates the third and second extents
B.deallocates the third extent; the second extent remains as it is
C.deallocates the third extent, and the second extent is sized to 100KB
D.returns an error because the unused space is above the high water mark
Answer: C
Examsoon
1z0-033学习资料
Examsoon
1z0-033题库,不同于Testiinside 1z0-033、certtinside 1z0-033、Pass4side1z0-033、Testking1z0-033、Pass4sure1z0-033的题库资料,是全球IT认证资料供应力量,以高科技的仿真效果,完全覆盖各类IT认证考试真题,保证您一次性得到最标准的认证真题测试。
Examsoon 1z0-033 的优势
1.Examsoon 模拟测试题具有最高的专业技术含量,只供具有相关专业知识的专家和学者学习和研究之用。
2.该测试已取得试题持有者和第三方的授权,我们深信IT业的专业人员和经理人有能力保证被授权产品的质量。
3.如果你使用 Examsoon模拟测试,我们将保证你的第一次参加考试即取得成功,否则,我们将全额退款!
4.提供每种产品免费测试。在您决定购买之前,请检测联接,可能存在的问题及试题质量和适用性。
1z0-033 考试是 Oracle 公司的 Oracle9i Database:Performance Tuning 认证考试官方代号,Examsoon的 1z0-033 权威考试题库软件是 Oracle 认证厂商的授权产品,Examsoon 绝对保证第一次参加 1z0-033考试的考生即可顺利通过,否则承诺全额退款!
Oracle9i Database:Performance Tuning 认证作为全球IT领域专家 Oracle 热门认证之一,是许多大中IT企业选择人才标准的必备条件。 如果你正在准备 1z0-033 考试,为 Oracle Oracle9i Database:Performance Tuning认证做最后冲刺,又苦于没有绝对权威的考试真题模拟, Examsoon希望能助你成功。
1、Examsoon考题大师1z0-033试题都是考试原题的完美组合,覆盖率95%以上,答案由多位专业资深讲师原版破解得出,正确率100%,只要您使用本站的考试题库参加1z0-033 考试,我们保证您一次轻松通过考试;
2、售后服务第一!我们相信要想在当今时代取得成功,必须为广大用户提供全套的周到细致的全程优质售后服务,只有客户满意了,我们才能发展。客户至上是我们Examsoon考题大师的一贯宗旨;
3、Examsoon实行“一次不过全额退款”承诺。如果您购买我们1z0-033的考题,只要不是首次通过,凭盖有PROMETRIC或VUE考试中心钢印的考试成绩单,我们将退还您购买1z0-033考题大师的全部费用,绝对保证您的利益不受到任何的损失;
4、本站1z0-033题库根据1z0-033考试的变化动态更新,在厂家考题每次发生变化后,我们承诺2天内更新1z0-033题库。确保1z0-033考题的覆盖率始终都在95%以上;我们提供2种 1z0-033 考题大师版本供你选择。
5、软件版本1z0-033 考试题库
优点:具有学习模式,测试模式,线上自动升级
缺点:仅限固定电脑使用,不可打印为文本,只能PC阅读
6、PDF 格式1z0-033考试题库
优点:不需下载安装软件,方便用户打印和携带,但也带来了可随意制的弊端,因此我们提醒用户不得随意公开或出售本站的1z0-033题库,一经发现立即取消其升级资格,且不予退款。
缺点:不具备测试模式,通过查看Examsoon网站及查收我们的更新E-MAIL获取更新信息。