Errata:
Page
111
This page
incorrectly states that "the multiple block size feature is not
yet supported by Oracle9i RAC".
Page 341
In the Create Database statement, the filepath is
missing a /
Also,
"To add an extra redo log thread:
ALTER DATABASE ADD LOGFILE THREAD 2
GROUP 4 ('u01/oracle/redo/file4a',
'u02/oracle/redo/file4a') size 50M,
GROUP 5 ('u01/oracle/redo/file5a',
'u02/oracle/redo/file5a', size 50M,
GROUP 6 ('u01/oracle/redo/file6a',
'u02/oracle/redo/file6a') size 50M"
There are two errors here:
1.) the path to the redo logs should begin with /u01 and /u02
respectively and not
u01 and u02.
2.) the second member of each group should be suffixed with a
"b" and not an "a",
e.g) /u02/oracle/redo/file4b, /u02/oracle/redo/file5b, and
/u02/oracle/redo/file6b.
Page 419
SELECT
INST_ID,
EVENT,
P1 FILE_NUMBER,
P2 BLOCK_NUMBER,
WAIT_TIME
FROM
V$SESSION_WAIT
WHERE
EVENT IN ('buffer busy global cr', 'global cache busy', 'buffer
busy global cache');
Should be:
SELECT
INST_ID,
EVENT,
P1 FILE_NUMBER,
P2 BLOCK_NUMBER,
WAIT_TIME
FROM
GV$SESSION_WAIT
WHERE
EVENT IN ('buffer busy global cr', 'global cache busy', 'buffer
busy global cache');
Reviews:
John from Atlanta, GA says:
Mike is my favorite Oracle author and I have all his books for
the past ten years. They are all exceptional, and this one is no
exception. RAC is difficult, and the example make it clear and
easy to follow.
A reader from Louisiana says:
Oracle RAC is made simple in this book. Good thing about this
book is, it focuses on the RAC and RAC related subjects. Many
concepts of the clustering are dicussed in detail. It is a good
buy and worth the money.
Laurence from Massachusetts says:
I am in the 10g beta program and I was happy to see that the
authors kept their focus on only the 10g features that are
important.
Many other new feature book want to cover all new features
even if they are not important.
Mike Ault has done an excellent job with this book and all
of the 10g features are explained in the context of how they will
help improve database functions.
This book covers Oracle9i RAC,
Oracle RAC,
Oracle9i Real
Application Clusters and
Oracle Real
Application Clusters. |