Oracle Essentials [Electronic resources] : Oracle Database 10g, 3rd Edition نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Oracle Essentials [Electronic resources] : Oracle Database 10g, 3rd Edition - نسخه متنی

Jonathan Stern

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید










Chapter 12. Distributed Databases and Distributed Data


Data in large and mid-sized companies frequently resides on multiple
servers. The data might be distributed across various-sized servers
running a mix of operating systems for a number of reasons, including
scalability, performance, access, and management. As a result, the
data needed to answer business questions may not reside on a single
local server. The user may need to access data on several servers
simultaneously, or the data required for an answer may need to be
moved to a local server. Inserts, updates, or deletions of data on
these distributed servers may also be necessary.

There are two basic ways to deal with data in distributed databases:
as part of a single distributed entity in which the distributed
architecture is transparent, or by using a variety of replication
techniques to create copies of the data in more than one location.
This chapter will examine both of these options and the technologies
associated with each solution. Several of the technologies described
here can be used in combination with Oracle Application Server
components to integrate data from several sources (for example, to
facilitate document exchange). This combination of Oracle technology
solutions is sometimes referred to as the Oracle Enterprise
Integration framework.

Grid computing introduces a new third solution to widely distributed
dataa single database deployment model leveraging
Oracle's Real Application Clusters and Application
Server services. As might be expected, capabilities introduced
earlier for distributed data play a part in this solution,
particularly Oracle Streams, as described later in this chapter.


/ 167