This chapter provides an introduction to client-server model, distributed system and networking concepts and terminology. It is recommended reading for anyone planning to implement or maintain a distributed system.
Chapter 2: Network Administration
This chapter provides an overview of networking related issues in a distributed environment including setting up a network, adding and dropping sites (nodes) from a distributed system, monitoring network services, etc.
Chapter 3: Network Administration Utilities
This chapter discusses some of SQL*Net's administrative capabilities and utilities. It also discusses some of the tasks you perform to configure and maintain your network.
Chapter 4: Database Administration
This chapter provides guidance on implementing and maintaining databases in a distributed system and provides an introduction to the Oracle utilities provided for database administration, for example, Oracle Server Manager.
Chapter 5: Distributed Updates
This chapter describes how Oracle's maintains the integrity of distributed transactions involving updates through its transaction recovery mechanism.
This chapter discusses both network and database security issues that are unique to distributed systems. Because open systems are inherently vulnerable unless security measures are taken to prevent breaches, the issues discussed in this chapter are quite important.
Chapter 7: Application Development
This chapter describes the special considerations that are necessary if you are designing an application to run in a distributed system. Topics covered include: where data should be located for fast access, how to name objects uniquely throughout the distributed system, how to control connections through database links, how to design distributed queries, and how to use the XA Library.
Appendix A: Operating System Dependencies
This appendix is a summary of all the operating system-specific references contained within this manual.
SQLPLUS username/password INTO TABLENAME `table`
VARCHAR (length)
ASC | DESC
{column_name | array_def}
DECIMAL (digits [ , precision ])
WHERE x <operator> x
WHERE column_1 <operator> x AND column_2 <operator> y [AND ...]