Home Tab Browse Books Tab For Instructors Tab Email Newsletter Tab About Sybex Tab Contact Us Tab  
sybex.com
Cover image for product 0782143555
OCP: Oracle 10g New Features for Administrators Study Guide: Exam 1Z0-040
Bob Bryla, Biju Thomas
ISBN: 978-0-7821-4355-3
Paperback
576 pages
November 2004
US $49.99 Add to Cart

Residents outside the United States can purchase books through our International Distributors.

 
About This Title | Errata
Do you think you've discovered an error in this book? Please check the list of errata below to see if we've already addressed the error. If not, please submit the error via our Errata Form. We will attempt to verify your error; if you're right, we will post a correction below.
ChapterPageDetailsDatePrint Run
Combined Errata

Page 78

Table 2.9
The third example on this page should not have the
"Content=data_only" parameter as CONTENT=DATA_ONLY and INCLUDE
parameters cannot be used together. The CONTENT=DATA_ONLY parameter
should be removed from the example.
Another method to accomplish the example result set would be to keep
the CONTENT=DATA_ONLY and replace the INCLUDE parameter with TABLES
parameter.

Thanks,
Biju Thomas

Page 287

Last sentence on the page --
Replace

"Finally, an ASM instance is always in a NOMOUNT state, since it does not have a control file."

with

"Finally, an ASM instance can only be in a NOMOUNT or MOUNT state; it can never be in an OPEN state."

Page 289

replace the last paragraph with the following:

Performing a SHUTDOWN NORMAL on an ASM instance performs the same SHUTDOWN NORMAL command on any database instances using the ASM instance; before the ASM instance finishes its shutdown, it waits for all dependent RDBMS instances to shut down. In contrast, any other SHUTDOWN (such as IMMEDIATE, ABORT, TRANSACTIONAL) on an ASM instance forces a SHUTDOWN ABORT on the dependend RDBMS instances because there is no longer an ASM instance available to manage the database's storage.

Page 292

Second line from the bottom -
second line from the bottom, change

2 '+data2/uspare(datafile)';

to

2 '+data2(datafile)/uspare' size 100m;

Page 316

Answer for question 18 should be replaced with:
E: When an ASM instance shuts down with NORMAL, it waits for all dependent instances to be shut down before terminating. For all other SHUTDOWN options (IMMEDIATE, TRANSACTIONAL, and NORMAL), the ASM instance shuts down and forces a SHUTDOWN ABORT on all dependent instances.