1z0-054 Exam
Oracle Database 11g: Performance Tuning
- Exam Number/Code : 1z0-054
- Exam Name : Oracle Database 11g: Performance Tuning
- Questions and Answers : 192 Q&As
- Update Time: 2011-10-24
- Testing Engine (SoftWare Version): $ 50.00
- PDF (Printable Version) Price: $15.00
Note: After purchase, we will send questions within 24 hours.
Free 1z0-054 Demo Download
4Cert's offers free 1z0-054 demo,1z0-054 Practice exam,1z0-054 exam questions
for Oracle Oracle 11i (Oracle Database 11g: Performance Tuning). You can check out the question quality and usability of our 1z0-054 practice exam
before you decide to buy it.Before you purchase our 1z0-054 Q&A,you can click the link below to download the latest
1z0-054 pdf demo.
Download 1z0-054 Exam Testing Engine
1z0-054 Exam Description
Oracle certification.With the Oracle collection of questions and answers, has assembled to take you through 192 Q&As to your 1z0-054 Exam preparation. In the 1z0-054 exam resources, you will cover every field and category in Oracle Oracle 11i helping to ready you for your successful Oracle Certification.Why choose 4cert 1z0-054 exams
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.
4cert 1z0-054 Exam Features
Guarantee to Pass Your 1z0-054 Exam
We provide the latest high quality 1z0-054 practice exam for the customers,we guarantee
your success at the first attempt with only our 1z0-054 exam questions, if somehow you do not pass the exam at the first
time, we will not only arrange Free Update for you, but also provide you another exam of your claim, ABSOLUTELY FREE!
After-sales Service
Once you purchase our product,we will offer you the best service.After you purchase our
product, we will offer free update in time for 90 days.Whatever you have any questions,we will help you solve it. And in 3 weeks
we will offer you free updates,so please pay attention our site at all times.
Quality and Value for the 1z0-054 Exam
4cert 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.
Guarantee to Pass Your 1z0-054 Exam
If you prepare for the exam using our 4cert testing engine, we guarantee your success in the first attempt. If you do not pass the Oracle 11i 1z0-054 Exam exam (Oracle Database 11g: Performance Tuning) on your first attempt we will give you a FREE UPDATE of your purchasing fee AND send you another same value product for free.
Oracle 1z0-054 Exams (in EXE 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 exam 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.
Exam : Oracle 1Z0-054
Title : Oracle Database 11g: Performance Tuning
1. 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
2. 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
3. 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
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. 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
http://www.4cert.com The safer.easier way to get Oracle 11i Certification.

