Selasa, 04 Agustus 2009

Prinsip-Prinsip Oracle oleh Devy Ayu P.

PRINSIP-PRINSIP ORACLE BY DEVY AYU P.
Pengertian basis data terdistribusi/Distributed Database (DDB) adalah
suatu kumpulan berbagai basis data yang secara logika saling berhubungan satu
dengan lainnya, yang terdistribusi dalam suatu network komputer. Sedangkan
pengertian dari Distributed Database Management System (DDBMS) adalah
software yang mengelola DDB dan menyediakan mekanisme akses yang
membuat proses distribusi transparan bagi user. Dari sini dapat disimpulkan
bahwa sistem basis data terdistribusi (DDBS) adalah gabungan dari DDB dan
DDBMS.

Pada beberapa site tersebut saling terkoneksi satu dengan yang lainnya melalui network parallel database systems. DDBS adalah basis data yang terstruktur dari beberapa file dan saling berelasi antar data Relational data model. DDBS melakukan distribusi pada processing logic, functions, data dan kontrol

Basis Data Terdistribusi pada SQL Server 2000

Sistem basis data terdistribusi pada SQL Server 2000 memungkinkan
aplikasi untuk mengakses data yang terdistribusi dari lokal dan remote server.
Basis data terdistribusi pada SQL Server 2000 menggunakan arsitektur
client/server untuk melakukan proses permintaan informasi. SQL Server 2000
menyediakan fasilitas linked server, agar suatu basis data SQL Server dapat
terkoneksi dengan basis data SQL Server yang lain. Linked server adalah link
untuk mengakses basis data yang lain, melalui OLE DB Data Source. Setiap
distributed query dapat mereferensi banyak linked server dan melakukan operasi
update atau read terhadap masing-masing linked server Seperti yang
diperlihatkan pada contoh di bawah ini:
select *
from openquery(LINKED_OLAP,
'select [Customer Gender:Gender],sum([measures:unit sales])
from salesgroup by [Customer Gender:Gender]')



BAHASA INGGRIS

ORACLE PRINCIPLES-PRINCIPLES BY DEVY AYU P.

The database terdistribusi / Distributed Database (DDB) is
a collection of various databases that are logically related one
with the other, the terdistribusi in a computer network. While
understanding of the Distributed Database Management System (DDBMS) is
DDB software that manages and provides access to the mechanism
make the process transparent to the user distribution. From here it can be
that the system database terdistribusi (DDBS) is a combination of DDB and
DDBMS.

In some of these site are connected with each other through a network parallel database systems. DDBS is a structured database of some of the files and data between each other berelasi Relational data model. DDBS make the distribution on the processing logic, functions, data and control

Database Terdistribusi in SQL Server 2000

Terdistribusi data base system on SQL Server 2000 enables
applications to access data that terdistribusi from local and remote server.
The database terdistribusi in SQL Server 2000 use the architecture
client / server processes the request for information. SQL Server 2000
provide facilities linked server, so that a SQL Server database can be
connected with the database of another SQL Server. Linked server is a link
to access another database, through the Ole DB Data Source. Every
distributed query can mereferensi many linked server and perform operations
update or read to each linked server As
shown in the example below:
select *
from openquery (LINKED_OLAP,
'select [Customer Gender: Gender], sum ([measures: unit sales])
from salesgroup by [Customer Gender: Gender] ')

Tidak ada komentar:

Posting Komentar