Cargando…

Oracle real application clusters /

Clustered configuration first hit the scene nearly 20 years ago when Digital Equipment Corporation (DEC) introduced the VaxCluster. Until now, the topic of Real Application Clusters (RAC) implementation had never been fully explored. For the first time, Murali Vallath dissects RAC mysteries in his b...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Vallath, Murali
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Amsterdam ; Boston : Digital Press, ©2004.
Temas:
Acceso en línea:Texto completo
Tabla de Contenidos:
  • Cover; Copyright Page; Contents; Preface; Acknowledgments; Part I: Concepts; Chapter 1. Requirement Analysis; 1.1 Introduction; 1.2 Modern business requirements; 1.3 Conclusion; Chapter 2. Hardware Concepts; 2.1 Introduction; 2.2 Uniprocessor model; 2.3 Multiprocessor model; 2.4 Clustered systems; 2.5 Clustered configuration; 2.6 How clusters work; 2.7 Disk configuration; 2.8 Storage system architectures; 2.9 Disk allocation; 2.10 Conclusion; Chapter 3. Oracle Database Concepts; 3.1 Introduction; 3.2 Oracle components; 3.3 Oracle data storage; 3.4 Optimizer; 3.5 Dynamic components
  • 3.6 Changes between OPS and RAC3.7 Conclusion; Part II: Architecture; Chapter 4. Real Application Cluster Architecture; 4.1 Introduction; 4.2 RAC architecture; 4.3 Clustering Linux systems; 4.4 Background processes in RAC; 4.5 Cache fusion; 4.6 Global resource directory; 4.7 Lock structure; 4.8 Global cache management; 4.9 Mastering of resources; 4.10 Failover; 4.11 Recovery; 4.12 Database files in RAC; 4.13 Maintaining read consistency in RAC; 4.14 Conclusion; Chapter 5. Transaction Management; 5.1 Introduction; 5.2 ACID property of transactional requirements
  • 5.3 Single instance transaction behavior5.4 Multi-instance transaction behavior; 5.5 Conclusion; Chapter 6. Parallel Processing; 6.1 Introduction; 6.2 What is parallel processing?; 6.3 Why parallel processing?; 6.4 Oracle and parallel processing; 6.5 Parallel query architecture; 6.6 Parallel processing in RAC; 6.7 Parallel load operations; 6.8 Parallel recovery; 6.9 Troubleshooting parallel processing; 6.10 Tuning the parallel query; 6.11 Conclusion; Chapter 7. Designing Databases for RAC; 7.1 Introduction; 7.2 Database design practices; 7.3 Tablespace management
  • 7.4 Selecting the right indexing method7.5 Hash Clusters; 7.6 Partitioning; 7.7 Sequence number; 7.8 Features for data warehouse design; 7.9 Conclusion; Chapter 8. Installation and Configuration; 8.1 Introduction; 8.2 Optimal Flexible Architecture (OFA); 8.3 Installation; 8.4 Database creation; 8.5 Database configuration; 8.6 Database administration; 8.7 Adding nodes in RAC; 8.8 Conclusion; Chapter 9. Parameters and Views; 9.1 Introduction; 9.2 Types of views; 9.3 Parameters; 9.4 Conclusion; Part III: Operations; Chapter 10. Availability and Scalability; 10.1 Introduction; 10.2 Availability
  • 10.3 Scalability10.4 Maximum availability architecture; 10.5 Conclusion; Chapter 11. Migrating to RAC; 11.1 Introduction; 11.2 Analysis process; 11.3 Cost-benefit analysis; 11.4 Preparation phase; 11.5 Capacity planning; 11.6 Oracle single instance vs. clustered configuration; 11.7 Migrating from a single instance to RAC; 11.8 Conclusion; Chapter 12. Backup and Recovery; 12.1 Introduction; 12.2 Backup; 12.3 Backup and recovery strategy; 12.4 Redo internals; 12.5 Failure and recovery; 12.6 Flashback queries; 12.7 Oracle LogMiner; 12.8 Conclusion