Amazon.com: OCA Oracle Database 11g Administration I Exam Guide (Exam 1Z0-052) eBook: John Watson: Kindle Store
Start reading OCA Oracle Database 11g Administration I Exam Guide on your Kindle in under a minute. Don't have a Kindle? Get your Kindle here.

Deliver to your Kindle or other device

 
 
 

Try it free

Sample the beginning of this book for free

Deliver to your Kindle or other device

Read books on your computer or other mobile devices with our FREE Kindle Reading Apps.
OCA Oracle Database 11g Administration I Exam Guide (Exam 1Z0-052)
 
 

OCA Oracle Database 11g Administration I Exam Guide (Exam 1Z0-052) [Kindle Edition]

John Watson
4.2 out of 5 stars  See all reviews (8 customer reviews)

Digital List Price: $59.99 What's this?
Print List Price: $59.99
Kindle Price: $29.16 includes free wireless delivery via Amazon Whispernet
You Save: $30.83 (51%)

Formats

Amazon Price New from Used from
Kindle Edition $29.16  
Paperback $32.40  


Editorial Reviews

Product Description

A Fully Integrated Study System for OCA Exam 1Z0-052 Prepare for the Oracle Certified Associate Oracle Database 11 Administration I 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 OCA objectives for exam 1Z0-052, including: Database architecture Creating an Oracle Database Managing the Oracle instance Configuring and managing the Oracle network Managing database storage structures Administering user security Managing schema objects, data and concurrency, and undo data Implementing Oracle Database security Database maintenance and performance management Backup and recovery Moving data Intelligent infrastructure enhancements.

About the Author

John Watson, OCP, is a senior consultant with BLP Management Consultants, and taught for Oracle University in South Africa for four years. He is the coauthor of the bestseller, Oracle Database 10g OCP Certification All-In-One Exam Guide.


Product Details

  • Format: Kindle Edition
  • File Size: 13956 KB
  • Publisher: McGraw-Hill Osborne Media; 1 edition (May 19, 2008)
  • Sold by: Amazon Digital Services
  • Language: English
  • ASIN: B0017SYMGC
  • Text-to-Speech: Enabled
  • Average Customer Review: 4.2 out of 5 stars  See all reviews (8 customer reviews)
  • Amazon Best Sellers Rank: #341,069 Paid in Kindle Store (See Top 100 Paid in Kindle Store)
  •  Would you like to give feedback on images?


 

Customer Reviews

8 Reviews
5 star:
 (4)
4 star:
 (2)
3 star:
 (2)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
4.2 out of 5 stars (8 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

34 of 35 people found the following review helpful:
3.0 out of 5 stars decent - has some inaccuracies, June 24, 2008
This book has a fairly decent walk through of the exam. The 'substance' is there but the proofreading is not. Many times this can be inferred - for example; on page 175 - it tells you to set the 'processes' parameter in the 'static' parameter file by using the 'scope=spfile' option.

alter system set processes=200 scope=spfile;

Okay - so far so good. Next page - we set the optimizer mode to the outdated 'rule' value. However - we want the change to work for the current session only - so we use the 'scope=spfile' value. (HUH??)

alter system set optimizer_mode=rule scope=spfile;

This is straight out of the book. It was obviously a mistake because they said the same value for scope did two different things. I looked it up the 'alter system' command on the net and found the correct scope value to affect only the current session is 'memory' - so it should actually have been:

alter system set optimizer_mode=rule scope=memory;

Makes much more sense now. The thing that kinda scares me is how many more of these little mistakes are there that are not as obvious? So I try to read this book as a 'rough in' but take it all with a grain of salt.

I don't know how many good books there are out there yet for the 11g exam - this one is OKAY. I bought this one impulsively at B&N without prior research... maybe you can find a better one.

One more thing - if you are not yet familiar with the fundamentals of a relational database (normalization, foreign keys, join types, etc.) - do NOT go off of the explanation in the beginning 'primer' chapter of this book - it is horrible and I was only able to piece it together using my prior knowledge of the same. Once it gets into the actual DBA work the writing improves.

Edit 9/10/2008 - Now that I'm further into the book I'm going to have to say; don't get this book - it's too inaccurate. Here's another example - one of their sample exam questions asks for modifiers that can be applied to a b-tree index and not a bitmap index. One of the WRONG answers was "descending". To quote: "Descending, function-based, and compound indexes can be either b*tree or bitmap.

It seemed really odd to me that you could make a bitmap index descending. So I looked it up the CREATE INDEX statement on oracle docs 11g:

ASC | DESC

(...)

Restriction on Ascending and Descending Indexes You cannot specify either of these clauses for a domain index. You cannot specify DESC for a reverse index. ****Oracle Database ignores DESC if index is bitmapped**** or if the (...)
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


6 of 6 people found the following review helpful:
3.0 out of 5 stars This book has potential, February 5, 2010
By 
Mark W. Solomon "flotsam7jetsam" (Cincinnati, OH United States) - See all my reviews
(REAL NAME)   
After reading a few Oracle cert books I really, really, liked the way this book was organized. Structurally, it's written well, with cohesion, conciseness, and terms that don't seem like and endless decoupled liturgy of things to memorize.

However, the proof reading and syntax issues in this book blows. It's got way too many errata issues that I'm finding as I read. And this isn't good for a book that supposed to help you pass a test and for a book that's listed at 59.95.

And it's not terribly easy to find the already existing errata that's been published on McGraw Hill's web site(s) of which there are many.

Things I've found already (excluding the already published errata are)

Chapter 5 in the book indicates that BACKGROUND_DUMP_DEST parameter used to point to trace locations. However, this parameter is now deprecated.

Page 278 Chapter 7 Self Test Answers number 9. Indicates that D and E are the correct answers outing C "because there is no relevant information in V$DATABASE. However, on page 275 D in the question is V$DATABASE. D is one of the "correct" answers on page 278, yet V$DATABASE, as indicated, is incorrect. The problem is that there's a mismatch of the test question answers with the actual answers. According to the original question, the answer should be E for V$DATAFILE and for V$TABLESPACE. The answer needs to be rewritten, or the question does.

Page 278 Chapter 7 Self Test Answers number 10. Discusses the DBA_TABLESPACE view. There is no such view; however, DBA_TABLESPACES exists.

Also, I'm getting the feeling that the test questions were aggregated separately from its content. Which is OK, I rather like the challenge--seems more like a test. However, part of me feels that if you read the book well enough you should be able to answer the book's questions using information provided in the book. Shouldn't the author literally be able to cut and paste his own text in the answer section, perhaps paraphrased with a reference to the chapter text? I'm not seeing that at all.

So do I hate this book? Not at all. It's a good read for sure. However, I'm reading it on one of those book club subscriptions and gleaning what I need. Glad I'm not paying full price for something with so many errors. I'm tired of expensive technical books with all the errors in print. If they fix the errors in this book, it could be a 5 star read and worthy of republishing.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
4.0 out of 5 stars Handy for Someone New, May 5, 2010
Amazon Verified Purchase(What's this?)
New DBAs and those new to Oracle, you'll find this book handy, but I recommend that you familiarize yourself with related topics before diving in.

* Using/accessing an Oracle database. Using forms, reports, SQL, and SQL*Plus.

* UNIX and Window's command prompt

* Operating System and hardware interaction

* Networking (Servers vs. Clients)

I'm not saying you have to be an expert in these areas, but if you understand these and are comfortable with them, reading this will be less intimidating. It certainly made it easier for me.

+ I like this book. I have become more fluent in the terminology and I have acquired handy tools to use as a new DBA. I know I still have a long way to go too.

The hardest thing I have with this is sitting down and reading it straight through. I like to read the chapters in order, but I've found that hopping around makes reading easier. For example: Things I would recommend for a new DBA (with previous experience with Oracle on the user end)is Chp 1 (overview), Chp 5 (managing Oracle instances), then even skipping to Chp 8 with administrative tasks. As these things become easy, move on to more detailed chapters about tasks and database structures. It is good (and I recommend) to know what controlfiles, redo log files, OEM, SQL*Developer are and how they can help you; but to first read details about memory structures can make reading this book and the job as a DBA seem dull and only abstract. Explore other chapters, they will reference SGA/PGA and other database architectures, but it'll be easier to vision the interaction and the dependence between applications,files and database architecture. *Everyone is different, this is a method that helped me out... and it's a method I saw throughout college.

- Read other reviews and be aware that there are proofreading errors in this book! That's makes me worry that I'll misunderstand a key concept... and the reason why I'd consider giving this 3 stars instead of 4.

+ I don't regret my purchase. There's a treasure trove of good information here.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews






Only search this product's reviews



More About the Author

Discover books, learn about writers, read author blogs, and more.

What Other Items Do Customers Buy After Viewing This Item?


Popular Highlights

 (What's this?)
&quote;
What will cause DBWR to write? No free buffers, too many dirty buffers, a three-second timeout, or a checkpoint. &quote;
Highlighted by 6 Kindle users
&quote;
There are four circumstances that will cause DBWn to write: no free buffers, too many dirty buffers, a three-second timeout, and when there is a checkpoint. &quote;
Highlighted by 6 Kindle users
&quote;
OPEN mode, all database files are located and opened and the database is made available for use by end users. &quote;
Highlighted by 5 Kindle users

Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product).
 
(1)
(1)

Your tags: Add your first tag
 

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums


So You'd Like to...


Create a guide

Look for Similar Items by Category