小弟近来参与一个项目,要采用oracle9i分布式数据库,此前小弟只使用过oracle9i数据库,但是分布式数据库没有使用过,我想问各位大侠分布式数据的环境怎样建立,是否能够提供一些实施建库方案,或提供一些相关文档资料!在此拜谢!!!!!!!!!!!!

解决方案 »

  1.   

    赫赫,最简单的就用dblink咯,看文档就行了
    不知道你的分布式是具体什么含义,如果是几台只有简单数据传输的DB,那dblink就够了
      

  2.   

    你在网上找找看Database Administrator’s Guide这篇文件, oracle公司的, 
    里面有三个篇章讲distributed database.  29
    Managing a Distributed Database
    This chapter describes how to manage and maintain a distributed database system
    and contains the following topics:
      Managing Global Names in a Distributed System
      Creating Database Links
      Creating Shared Database Links
      Managing Database Links
      Viewing Information About Database Links
      Creating Location Transparency
      Managing Statement Transparency
      Managing a Distributed Database: Scenarios
    30
    Developing Applications for a Distributed
    Database System
    This chapter describes considerations important when developing an application to
    run in a distributed database system. It contains the following topics:
      Managing the Distribution of an Application’s Data
      Controlling Connections Established by Database Links
      Maintaining Referential Integrity in a Distributed System
      Tuning Distributed Queries
      Handling Errors in Remote Procedures
    See Also: Oracle9i Application Developer’s Guide - Fundamentals for
    more information about application development in an Oracle
    environment31
    Distributed Transactions Concepts
    This chapter describes what distributed transactions are and how Oracle maintains
    their integrity. The following topics are contained in this chapter:
      What Are Distributed Transactions?
      Session Trees for Distributed Transactions
      Two-Phase Commit Mechanism
      In-Doubt Transactions
      Distributed Transaction Processing: Case Study
      

  3.   

    说实话,没多少人有机会去搞distributed database,
    因为它一般都是全球化, 全国化的数据库,起码也是一个省市的数据库. (否则没必要做distributed)我只能提供你该去查Database Administrator’s Guide这篇文件, 我自己没弄过distributed database, 祝好运.