Oracle Oracle 11i 1z0-236 Exam

11i Applications DBA Fundamentals II

  • Exam Number/Code : 1z0-236
  • Exam Name : 11i Applications DBA Fundamentals II
  • Questions and Answers : 132 Q&As
  • Update Time: 2011-03-30
  • Price: $ 79.00 $ 45.00
  •  
  • Note: After purchase, we will send questions within 24 hours.

After you purchase,you can download this product yourself.Have any questions,please click live chat.

Free 1z0-236 Demo Download

just4exam offers free demo for Oracle 11i 1z0-236 exam (11i Applications DBA Fundamentals II). 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.

Download 1z0-236 PDF

 

Exam 1z0-236 Preparation from just4exam braindumps include:

After you purchase our product, we will offer free update in time for 90 days.
100% Pass Guaranteed at First Attempt Or Full Refund
Immediate Download After Purchase
Comprehensive questions with complete details
Questions accompanied by exhibits
Verified Answers Researched by Industry Experts
Drag and Drop questions as experienced in the just4exam
Questions updated on regular basis
These questions and answers are backed by our GUARANTEE
Like actual certification exams our product is in multiple-choice questions (MCQs)


Passing the Oracle 1z0-236 Exam:Passing the 1z0-236 exam has never been faster or easier, now with actual questions and answers, without the messy 1z0-236 braindumps that are frequently incorrect. just4exam Unlimited Access Exams are not only the cheaper way to pass without resorting to 1z0-236 dumps, but at only $ 45.00 you get access to the exam from every certification vendor.


Our 1z0-236 practice exams and study questions are composed by current and active Information Technology experts, who use their experience in preparing you for your future in IT.


Oracle 1z0-236 Search Help Feel free to use search terms below while searching the Net for 1z0-236 exam:

1z0-236 brain dump simulations
1z0-236 brain dumps question
1z0-236 braindump work
1z0-236 master braindumps
1z0-236 braindump model
1z0-236 latest braindumps


Commitment to Your Success:

At just4exam we are committed to you ongoing success. Our braindumps are constantly being updated and compared to industry standards.


You are not about to purchase a disposable product. 1z0-236 braindumps updates are supplied free of charge. Regardless of how soon you decide to take the actual 1z0-236 examination certification, you will be able to walk into the testing room as confident as the Certification Administrator.


Skip all the worthless 1z0-236 exam tutorials and download 1z0-236 exam materials with real questions and answers and a price too unbelievable to pass up. Act now and download your Actual Tests today!

http://www.just4exam.net The safer.easier way to get Oracle 11i Certification.
 
 
Exam : Oracle 1Z0-236
Title : 11i applications DBA:fundamentals II


1. Users complain of slow response time in your online transaction processing (OLTP) system. You compare current statistics with baseline statistics. You notice that in the current statistics library cache, the hit ratio has decreased and there are request misses for shared pool reserved area. Given below are the sizes of shared pool and shared pool reserved area:
SHARED_POOL_SIZE = 500 MB
SHARED_POOL_RESERVED_SIZE = 50 MB
What kind of strategy would you suggest for performance tuning?
A. increase the size of only the shared pool
B. decrease the size of the shared pool reserved area
C. increase the size of only the shared pool reserved area
D. increase the sizes of both the shared pool and the shared pool reserved area
E. increase the size of the shared pool and decrease the size of the shared pool reserved area
Answer: D

2. You are working in an OLTP environment. You wish to reduce the virtual memory requirements for the Oracle instance due to Operating system paging or swap overheads. You need to determine whether the buffer cache is oversized and could tolerate being reduced. In which two cases can you afford to reduce the buffer cache size? (Choose two.)
A. if the cache hit ratio is very high
B. if there are no waits for free buffers
C. if the rate of physical I/O is very high
D. if the number of full table scans is very low
E. if the number of index accesses is very high
Answer: AB

3. You plan to perform a backup of the control file in your database. Which two statements regarding the control file backup are true? (Choose two.)
A. You can back up the control file to a binary file.
B. You must bring the database to the NOMOUNT state to perform the control file backup.
C. You must store all types of control file backups in the location defined by USER_DUMP_DEST.
D. You can back up the control file by generating a script that can be used to re-create the control file.
Answer: AD

4. Which type of lock is held by SQL statements and PL/SQL objects in the Library Cache?
A. breakable parse locks
B. row-level (TX type) lock
C. table-level manual locks
D. table-level (TM type) locks
Answer: A

5. In an online transaction processing (OLTP) system, which is configured in shared server mode, you execute the following query to examine the sort performance:
SQL> SELECT d.value "Disk", m.value "Mem", (d.value/m.value)*100 "Ratio"
FROM v$sysstat m, v$sysstat d
WHERE m.name='sorts (memory)' and d.name='sorts (disk)';
Disk Mem Ratio
---------- ---------- -------------
23 206 11.165049
What action would you take after observing the output?
A. increase the value of SORT_AREA_SIZE
B. increase the size of the temporary tablespace
C. increase the value of PGA_AGGREGATE_TARGET
D. no action required because the ratio is perfect for an OLTP system
Answer: A