Oracle Replication: Snapshot, Multi-master & Materialized Views Scripts
John Garmany, Robert G. Freeman
- 出版商: Rampant Tech Press
- 出版日期: 2003-12-01
- 售價: $1,363
- 貴賓價: 9.5 折 $1,295
- 語言: 英文
- 頁數: 288
- 裝訂: Paperback
- ISBN: 0972751335
- ISBN-13: 9780972751339
-
相關分類:
Oracle
已絕版
買這商品的人也買了...
-
$650$553 -
$2,510$2,385 -
$880$704 -
$590$466 -
$560$504 -
$480$379 -
$490$382 -
$350$277 -
$931Linear Algebra with Applications, 5/e
-
$2,500$2,375 -
$480$408 -
$650$507 -
$1,881$1,782 -
$1,078Operating System Principles, 7/e(IE) (美國版ISBN:0471694665-Operating System Concepts, 7/e) (平裝)
-
$620$527 -
$620$558 -
$580$493 -
$390$332 -
$1,121$1,062 -
$680$666 -
$680$666 -
$950Assembly Language for Intel-Based Computers, 5/e (IE) (美國版ISBN:0132383101)
-
$774Concepts of Programming Languages, 8/e(美國版ISBN: 0321493621)
-
$600$480 -
$520$442
相關主題
商品描述
Description:
This book is an indispensable reference for any Oracle DBA who must ensure the consistency of data across distributed platforms. With the advent of cheap disk and fast worldwide connectivity, many Oracle professionals recognize the benefits of distributing Oracle data. However, Oracle multi-master replication is extremely complex and time-consuming to implant. This book addresses the complexity of Oracle replication by providing working code examples and illustration from working systems. The text covers all areas of Oracle replication, including snapshots, using dbms_job to refresh snapshots, multi-master replication and conflict resolution mechanisms.
Written by a distinguished graduate of West Point, Col. Garmany leverages his 20+ years of experience into an indispensable guide for any Oracle professional who must quickly implement Oracle snapshot and multimaster replication. A noted instructor, author and lecturer, Col. John Garmany leverages his ability to explain complex issues in Plain English into a one-of-a-kind book.
This handy reference contain working examples of snapshot and multimaster replication to allow you to get started quickly with your Oracle replication structure. Packed with useful notes and an online code deport, this reference show every aspect of Oracle snapshot replication including syntax for refresh intervals, managing snapshot logs, monitoring Oracle replication refresh timings and much more.
Best of all, this is the only book that describes the intricacies of Oracle multimaster replication and provides working code examples of complex multimaster replication. Includes a section on Oracle replication tuning and monitoring, this is a must-have book for all Oracle professionals who replicate their data.
Table of Contents:
Chapter 1: Introduction to the Oracle Replication Architecture
The Oracle Replication Architecture
Database links
Basics of distributed updates
Inside the two-phase commit
Basics of Snapshot and Multi-master Replication
Manual Replication techniques
Chapter 2: Installing Oracle Advanced ReplicationOverview of the replication packages
Checklist for installing advanced replication
Creating the users
Setting Oracle parameters
Creating database links
Managing replication security
Testing replicationChapter 3: Basic read-only Replication with snapshots
Read-Only Snapshot architecture
Restrictions of read-only snapshots
Snapshot Creation Basics
Setting the refresh interval
Complex Snapshot creation
Creating and managing snapshot logs
Subquery Sub-setting in snapshots
Refresh Groups for snapshots
Chapter 4: Using Oracle Updateable SnapshotsBackground in updateable snapshots
Defining Updateable Snapshots
Defining refresh intervalsChapter 5: Using Updateable Materialized Views
Defining updatable materialized views
Chapter 6: Monitoring Oracle Replication with ScriptsGoals of monitoring replication
Scripts to measure pending updates
Auto-correct script for broken snapshotsChapter 7: Using Oracle Procedural Replication
Introduction to procedural replication
Installing the replication packages
Restrictions on Procedural Replication
Chapter 8: Oracle Multi-Master ReplicationBackground on multi-master replication
Restriction & limitations of multi-master replication
Using the Oracle-supplied packages
Defining Replication Groups
Defining the master site
Defining propagation rules
Using the dbms_repcat package
Replication of data definitions (DDL)
Chapter 9: Conflict Avoidance in multi-master replicationThe causes of data conflicts
The options for conflict resolution
Using Referential Integrity with multi-master replication
Techniques to avoid data conflicts
Implementing an automated conflict avoidance mechanism
Manual intervention and conflict detection