Oracle Internals
JulianDyke.com

Welcome

Seminars

Consultancy

Calendar

Presentations

Diagnostics

Internals

References

Acknowledgements

Introduction Contents Errata

Pro Oracle Database 10g RAC on Linux

Errata

Please report any errors that you find in the book to info@juliandyke.com and we will include them in these errata pages.

Chapter 26

Page 720 Reported by Merrill B Lamont Jr
 

SCOPE = FALSE

should be

SCOPE = SPFILE

Page 733 Reported by Merrill B Lamont Jr
 

SET fal_client=LONOON

should be

SET fal_client=LONDON

Page 740 Reported by Merrill B Lamont Jr
 

On the new primary (reading1), you can now resume managed recovery using the following command:

SQL> ALTER DATABASE RECOVER MANAGED STANDBY DATABASE
> DISCONNECT FROM SESSION;

should be

On the new standby (london1), you can now resume managed recovery ......