• United States-English
  • Sign in or Sign up Contact About Us Site Map
Test4pass
Bookmark and Share
  • Home
  • All Vendors
  • Guarantee
  • Affiliate
  • News
  • Buying Process
  • Member Center
  • Shopping Cart
Home > Oracle > Oracle 11i > 1Z0-054

1Z0-054 Exam

Oracle Database 11g: Performance Tuning

  • Exam Number/Code : 1Z0-054
  • Exam Name : Oracle Database 11g: Performance Tuning
  • Questions and Answers : 200 Q&As
  • Update Time: 2013-04-05
  • Price: $ 119.00 $ 79.00
  • 1Z0-054 Hard Copy (PDF)
  • 1Z0-054 Test Engine
checkout
1Z0-054

Free 1Z0-054 Demo Download

Test4pass offers free demo for Oracle 11i 1Z0-054 exam (Oracle Database 11g: Performance Tuning). You can check out the interface, question quality and usability of our practice exams before you decide to buy it. We are the only one site can offer demo for almost all products.


 

Exam Description

It is well known that 1Z0-054 exam test is the hot exam of Oracle certification. Test4pass offer you all the Q&A of the 1Z0-054 real test . It is the examination of the perfect combination and it will help you pass 1Z0-054 exam at the first time!

Why choose Test4pass 1Z0-054 braindumps

Quality and Value for the 1Z0-054 Exam
100% Guarantee to Pass Your 1Z0-054 Exam
Downloadable, Interactive 1Z0-054 Testing engines
Verified Answers Researched by Industry Experts
Drag and Drop questions as experienced in the Actual Exams
Practice Test Questions accompanied by exhibits
Our Practice Test Questions are backed by our 100% MONEY BACK GUARANTEE.

Test4pass 1Z0-054 Exam Features

Quality and Value for the 1Z0-054 Exam

Test4pass Practice Exams for Oracle 1Z0-054 are written to the highest standards of technical accuracy, using only certified subject matter experts and published authors for development.

100% Guarantee to Pass Your 1Z0-054 Exam

If you prepare for the exam using our Test4pass testing engine, we guarantee your success in the first attempt. If you do not pass the Oracle 11i 1Z0-054 exam (ProCurve Secure WAN) on your first attempt we will give you a FULL REFUND of your purchasing fee AND send you another same value product for free.

Oracle 1Z0-054 Downloadable, Printable Exams (in PDF format)

Our Exam 1Z0-054 Preparation Material provides you everything you will need to take your 1Z0-054 Exam. The 1Z0-054 Exam details are researched and produced by Professional Certification Experts who are constantly using industry experience to produce precise, and logical. You may get questions from different web sites or books, but logic is the key. Our Product will help you not only pass in the first try, but also save your valuable time.

1Z0-054 Downloadable, Interactive Testing engines

We are all well aware that a major problem in the IT industry is that there is a lack of quality study materials. Our Exam Preparation Material provides you everything you will need to take a certification examination. Like actual certification exams, our Practice Tests are in multiple-choice (MCQs) Our Oracle 1Z0-054 Exam will provide you with free 1Z0-054 dumps questions with verified answers that reflect the actual exam. These questions and answers provide you with the experience of taking the actual test. High quality and Value for the 1Z0-054 Exam:100% Guarantee to Pass Your Oracle 11i exam and get your Oracle 11i Certification.

Hot KeyWords On 1Z0-054 test

We collect some hot keywords about this exam:
Test4pass , Pass 4 Sure , Test in Side ,Pass Guide ,Test King 1Z0-054 exam | 1Z0-054 pdf exam | 1Z0-054 braindumps | 1Z0-054 study guides | 1Z0-054 trainning materials | 1Z0-054 simulations | 1Z0-054 testing engine | 1Z0-054 vce | 1Z0-054 torrent | 1Z0-054 dumps | free download 1Z0-054 | 1Z0-054 practice exam | 1Z0-054 preparation files | 1Z0-054 questions | 1Z0-054 answers.

How to pass your 1Z0-054 exam

You can search on Search Engine and Find Best IT Certification site: Test4pass.com - Find the Method to succeed 1Z0-054 test,The safer.easier way to get Oracle 11i Certification .

��
��
Exam : Oracle 1Z0-054
Title : Oracle Database 11g: Performance Tuning


1. After running SQL Performance Analyzer (SPA), you observe a few regressed SQL statements in the SPA output. Identify the two actions that you would suggest for these regressed SQL statements. (Choose two.)
A. Running SQL Access Advisor
B. Adding them to SQL Plan Baseline
C. Submitting them to SQL Tuning Advisor
D. Running Automatic Database Diagnostic Monitor (ADDM)
Answer: BC

2. A user in a session executed the following SQL statement to set the optimizer mode:
ALTER SESSION SET OPTIMIZER_MODE = ALL_ROWS
What impact would it have on the goal of the optimizer for that session? (Choose all that apply.)
A. Statement level OPTIMIZER_MODE hints take precedence over the session-level setting.
B. The OPTIMIZER_MODE parameter set at instance level takes precedence over the session-level value.
C. The optimizer uses a cost-based approach, regardless of the presence of statistics; it optimizes with a goal of best response time.
D. The optimizer uses a cost-based approach for all SQL statements in the session, regardless of the presence of statistics; it optimizes with a goal of best throughput.
Answer: AD

3. You plan to use adaptive thresholds as part of the performance tuning activity. You decide to increase the window size of the default moving window baseline for all metric observations and comparisons in your database. The following error occurs when you try to increase the window size through Enterprise Manager:
Failed to commit: ORA-13541: system moving window baseline size (1296000) greater than retention (1036800) ORA-06512: at "SYS.DBMS_WORKLOAD_REPOSITORY", line 601 ORA-06512: at line 2
Which action would allow you to perform the preceding task successfully?
A. increasing the flashback retention period
B. increasing the retention period for SQL Management Base
C. increasing the undo retention period for the database instance
D. increasing the Automatic Workload Repository (AWR) retention period
Answer: D

4. You are working on an online transaction processing (OLTP) system. You detected free buffer waits events for your database instance running in a machine that has multiple CPUs. You increased the database buffer cache size as the first step. After a few hours of work on the database, further investigation shows that the same event is being recorded.
What would be your next step to avoid this event in future?
A. Decrease the value of the DBWR_IO_SLAVES parameter.
B. Set the USE_INDIRECT_DATA_BUFFERS parameter to TRUE.
C. Increase the value of the DB_WRITER_PROCESSES parameter.
D. Increase the value of the DB_FILE_MULTIBLOCK_READ_COUNT parameter.
Answer: C

5. View the Exhibit and examine a portion of the output obtained from the following query:
SQL> SELECT * FROM v$sys_time_model;
Select three correct interpretations of the time model statistics. (Choose three.)
A. DB time includes the wait time of all the nonidle and idle user sessions.
B. SQL execute elapsed time includes the time spent in performing fetches of query results.
C. DB CPU includes the CPU time spent on database user-level calls and background CPU time.
D. SQL execute elapsed time includes components of the hard parse elapsed time like bind elapsed time.
E. DB time includes the connection management call elapsed time excluding the background process time.
Answer: BDE

6. You are working on a development database that was upgraded to Oracle Database 11g from Oracle Database 9i. An ADDM finding in this database says that the shared pool is inadequately sized, as shown in the Exhibit.
You diagnosed that this is due to different kinds of workloads and this occurs only during peak hours. You tried to resize this by shrinking the database buffer cache but that caused inadequate buffer cache problems. The following are the related parameter settings:
SQL> show parameter sga
name TYPE VALUE
------------------------------ --------------- -----------------
lock_sga boolean FALSE
pre_page_sga boolean FALSE
sga_max_size big integer 300M
sga_target big integer 0
SQL> show parameter target
name TYPE VALUE
------------------------------ --------------- -----------------
.....
fast_start_mttr_target integer 0
memory_max_target big integer 0
memory_target big integer 0
pga_aggregate_target big integer 100M
sga_target big integer 0
You want to balance the memory between the System Global Area (SGA) components within SGA without affecting the size of the Program Global Area (PGA).
Which action would solve this problem?
A. Set the SGA_TARGET parameter to 300M.
B. Set the SGA_MAX_SIZE parameter to 400M.
C. Set the MEMORY_TARGET parameter to 100M.
D. Set the MEMORY_MAX_TARGET parameter to 300M.
Answer: A

7. A batch workload that historically completed in the maintenance window between 10:00 PM and midnight is currently showing poor performance and completing at 2 AM.
To help in the diagnosis of the performance degradation, the senior DBA in your organization asks you to execute the awrddrpt.sql script to produce a Compare Periods report.
Which two statements are true about the report produced by this script? (Choose two.)
A. It is refreshed automatically based on the moving window baseline.
B. It compares details between any two selected time periods of the same duration.
C. It normalizes the statistics by the amount of time spent on the database for each time period.
D. It compares details between two consecutive time periods of the same or different durations and is refreshed every 60 minutes.
Answer: BC

8. View the Exhibit exhibit1 to examine the series of SQL commands and parameter settings.
View the Exhibit exhibit2 to examine the plans available in the SQL plan baseline.
The first plan (in red) is created when OPTIMIZER_MODE is set to ALL_ROWS and the second plan (in blue) is created when OPTIMIZER_MODE is set to FIRST_ROWS.
Which SQL plan baseline would be used if the SQL query in exhibit1 is executed again when the value of OPTIMIZER_MODE is set to FIRST_ROWS?
A. the second plan, because it is a fixed plan
B. the first plan, because it is an accepted plan
C. the second plan, because it is the latest generated plan in FIRST_ROW mode
D. A new plan, because the second plan in FIRST_ROW mode is not an accepted plan
Answer: B

9. You are working on an online transaction processing (OLTP) system. By day most of the application users perform queries accessing the most recently added or modified rows. The applications have most of the queries based on multiple tables. But at night, some batch processing is also done.
Which two actions would you recommend to choose a goal for the optimizer based on the needs of your application? (Choose two.)
A. setting the OPTIMIZER_MODE parameter to ALL_ROWS at the instance level
B. setting the OPTIMIZER_MODE parameter to FIRST_ROWS_n at the instance level
C. asking the developer to add a hint /*ALL_ROWS*/ in the long-running batch processing queries
D. asking the developer to add a hint /*FIRST_ROWS_n*/ in the long-running batch processing queries
Answer: BC

10. Identify two correct statements about the Active Session History (ASH) data. (Choose two.)
A. A part of SGA memory is used to store ASH data as rolling buffer.
B. The ASH data can be analyzed between any two small time intervals.
C. All ASH data in memory are flushed to disk by MMON in every 3 seconds.
D. All ASH data in memory are flushed to disk by MMNL process whenever the buffer is full.
Answer: AB

11. You work as a DBA for a company and you have the responsibility of managing one of its online transaction processing (OLTP) systems. The database encountered performance-related problems and you generated an Automatic Workload Repository (AWR) report to investigate it further.
View the Exhibits and examine the AWR report.
What could be the problem in this database?
A. Java pool is not configured.
B. The CPU in the system is slow.
C. The shared pool size is inadequate.
D. The database buffer cache is inadequate.
E. The OPEN_CURSORS parameter is set to a small value.
Answer: C

12. You observed that some of the queries are performing poorly on the SALES_RECORDS table in your database.
On further investigation, you find that at the end of each day the contents of the SALES_RECORDS table are transferred to the SALES table and deleted from the SALES_RECORDS table. The deleted operations cause the table to be sparsely populated.
You decided to use the ALTER TABLE...SHRINK SPACE COMPACT command to shrink the table.
Why would you choose this method? (Choose all that apply.)
A. because it can be used during peak hours
B. because it avoids unnecessary cursor invalidation
C. because it adjusts the high-water mark (HWM) immediately
D. because you have long-running queries that might span the shrink operation
E. because it does not allow any data manipulation language (DML) operations, thereby making the shrink operation faster
Answer: ABD

13. Which three factors influence the optimizer's behavior while choosing an optimization approach and goal for a SQL statement? (Choose three.)
A. parsing of a SQL statement
B. operating system (OS) statistics
C. object statistics in the data dictionary
D. the OPTIMIZER_MODE initialization parameter
E. optimizer SQL hints for changing the query optimizer goal
Answer: CDE

14. Examine the initialization parameter values for the instance given below:
name TYPE VALUE
------------------------------------ ----------- ------------------
optimizer_capture_sql_plan_baselines boolean FALSE
optimizer_dynamic_sampling integer 2
optimizer_features_enable string 11.1.0.6
optimizer_index_caching integer 0
optimizer_index_cost_adj integer 100
optimizer_mode string ALL_ROWS
db_file_multiblock_read_count integer 64
The index created on the column used in the WHERE clause of the query. You notice that the query is not using the index. Instead of an index scan, a full table scan is used.
View the Exhibit and examine the autotrace output for a query.
What could be the reason for it? (Choose all that apply.)
A. The OPTIMIZER_INDEX_COST_ADJ initialization parameter has a low value.
B. The DB_FILE_MULTIBLOCK_READ_COUNT initialization parameter has a low value.
C. The statistics for the table and all the indexes associated with the table are not current.
D. The table has less than DB_FILE_MULTIBLOCK_READ_COUNT blocks under the high-water mark.
Answer: CD

Related 1Z0-054 Exams

1Z0-052
1Z0-054
1Z0-050
1z0-236
1Z0-200

Other Oracle Exams

1z0-265
1Z1-807
1z0-403
1Z1-478
1Z1-535
1Z1-529
1Z1-463
1Z1-054
1Z1-464
1z0-209
1Z0-533
1Z0-050
1Z0-554
1Z1-822
1Z0-273
1Z0-519
1Z0-596
1Z0-525
1Z1-541
1z0-045
 

My Shopping Cart

1Z1-807
$ 299.00 x 1
remove
000-657
$ 299.00 x 1
remove
 

Most Popular Vendor

  • Oracle
  • SUN
  • Symantec
  • Microsoft
  • IBM
  • Cisco
  • HP
  • CompTIA
  • Apple
  • Citrix
  • EMC
  • Nortel
  • CIW
  • Juniper Networks
  • CA
  • EC-COUNCIL
  • Genesys
  • H3C
  • CheckPoint
  • Network General
  • All Products >>

Popular Exams

  • HP2-Z18
  • HP2-K09
  • HP2-E53
  • HP2-E47
  • HP2-E45
  • HP2-H08
  • HP2-E53
  • HP2-E35
  • HP2-E45
  • 642-647
  • 642-813
  • 642-661
  • 650-369
  • 646-364
  • 642-983
  • 642-832
  • 642-975
  • 642-770
  • 642-637
  • 642-467
  • 640-553
  • 640-461
  • 642-188
  • 650-256
  • 642-447
  • 642-736
  • 640-816
  • 650-196
  • 642-994
  • 642-993
  • 642-991
  • 642-883
  • 642-887
  • 642-889
  • 642-874
  • 642-747
  • 642-617

New release exams

  • 642-742
  • 642-618
  • 642-437
  • 642-457
  • 642-165
  • 642-263
  • 640-864
  • 640-875
  • 642-902
  • 350-001
  • 640-722
  • 351-080
  • 350-030
  • 642-992
  • 642-979
  • 640-822
  • 642-732
  • 640-554
  • 350-018
  • 640-461
  • 640-760
  • 640-875
  • 640-878
  • SY0-301
  • E20-538
  • HP0-S25
  • EX0-117
  • 000-957
  • 220-702
  • VCP-510
  • 220-701
  • 1Z0-528
  • 1Y0-A26
  • N10-005

Hot Exams

  • 70-642
  • 70-640
  • 70-519
  • 70-516
  • 70-515
  • 70-293
  • 70-236
  • 70-243
  • 70-452
  • MB3-859
  • 70-579
  • 70-573
  • 70-523
  • 70-518
  • 70-433
  • 70-299
  • 70-298
  • 70-294
  • 70-291
  • 70-290
  • 70-237
  • 70-178
  • 70-177
  • 70-169
  • MB7-839
  • MB7-843
  • MB6-869
  • MB5-858
  • MB6-872
  • MB2-868
  • 70-669
  • 70-246
  • MB7-838
  • MB7-840
  • MB7-841
  • MB7-842
  • MB7-846
  • MB7-848
  • MB7-849

IBM Exams

  • 000-957
  • 000-221
  • 000-955
  • 000-152
  • 000-109
  • 000-034
  • 000-087
  • 000-107
  • 000-118
  • 000-119
  • 000-280
  • 000-374
  • 000-377
  • 000-538
  • 000-539
  • 000-541
  • 000-649
  • 000-966
  • 000-968
  • 000-977
  • 000-979
  • 000-670
  • 000-332
  • COG-701
  • COG-702
  • 000-821
  • 000-823
  • 000-822
  • 000-591
  • 000-271
  • 000-780
  • 000-781
  • 000-080
  • 000-089
  • COG-703
  • 000-586
  • 000-587
  • 000-219
  • 000-220


Guarantee | Buying Process | F.A.Q. | Payment | Refundment Term | Semples | Testing Engine | privacy | Contact | Sitemap 1 2 3 4

Copyright©2006-2009 sale test4pass Limited. All Rights Reserved

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