A Fully Integrated Study System for OCP Exam 1Z0-050
Prepare for the Oracle Certified Professional Oracle Database 11g New Features for Administrators exam with help from this exclusive Oracle Press guide. In each chapter, you'll find challenging exercises, practice questions, a two-minute drill, and a chapter summary to highlight what you've learned. This authoritative guide will help you pass the test, and serve as your essential on-the-job reference. Get complete coverage of all OCP objectives for exam 1Z0-050, including:
Installation and upgrades
Partitioning and storage
Intelligent infrastructure
Diagnostics and fault management
Performance
Oracle Recovery Manager and Oracle Flashback
Security
Oracle SQL Performance Analyzer
SQL plan management
Automatic SQL tuning
On the CD-ROM:
One full practice exam that simulates the actual OCP exam
Detailed answers and explanations
Score report performance assessment tool
Complete electronic book
Bonus exam available free with online registration
Customer Reviews:
Avg. Customer Rating: 2.0 / 5.0
Mistakes abound:
The book is organized fairly well. I haven't taken the test yet, but the content seems structured around what is on the test. However, I agree with the other reviews. Typos abound in this book. There are extra spaces and missing letters. The examples have extra semicolons, parens, and other mistakes. There are a couple of cases where whole paragraphs are repeated in different subsections. The summary sections often contradict the earlier sections of the chapter. Many of the chapter questions are poorly... more info
Bordering on Useless - AVOID!:
I concede that writing a technical book which is 100% complete and accurate is virtually impossible. However, that does not detract from the author's and technical reviewer's responsibility to strive for that level of perfection. Especially for an exam guide. I have been taking the OCP DBA exams since Oracle7 and have bought an exam guide every time to help me with my studies. This book is by far the worst one I have ever used due to its missing content, errors and confused explanations. And I'm barely... more info
Full of Errors:
The 'Acknowledgments' section starts thus: "I wish to acknowledge the excellent technical editing of the book by April Wells. Thanks to April's careful and expert technical vetting, I've been able to avoid errors and improve the quality of the presentation." It's therefore hard to know who is most at fault for the appalling quality of this book. I wouldn't hire either of them for a job that required any attention to detail. I started making a list of errors to see whether my initial impression was... more info
Too many unbelieveable mistakes - Call back this book!:
I cannot believe the author, as an experienced Oracle DBA, provided the following command (here only one bad example from huge other mistakes)to run a pl/sql function! Chapter 4, page 233.
Using the EVOLVE_SQL_PLAN_BASELINE Function
SQL>exec dbms_spm.evolve_sql_plan_baseline(sql_handle=>'123456789999'); The Correct Command should be:
SET SERVEROUTPUT ON
SET LONG 10000
DECLARE
report clob;
BEGIN
report := DBMS_SPM.EVOLVE_SQL_PLAN_BASELINE(
... more info