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.
|