Oracle Objects for OLE C++ Class Library
Release 9.2

Part Number A95896-01
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents

Master Index

Feedback

OServer

OServer represents a physical network connection to an Oracle database server.

Remarks

The OServer interface is introduced to expose the connection multiplexing feature provided in the Oracle Call Interface. After an OServer object is created, multiple user sessions (ODatabase) can be attached to it by invoking the Open method. This feature is particularly useful for application components, such as Internet Information Server (IIS), that use Oracle Objects for OLE in an n-tier distributed environments. The use of connection multiplexing when accessing Oracle severs with a large number of user sessions active can help reduce server processing and resource requirements while improving the server scalability.

Construction and destruction:

OServer

~OServer

operator=

Attributes:

GetDatabases
GetName
GetSession

IsOpen
operator==
operator!=

Operations:

ChangePassword
Close

Open

 
Oracle
Copyright © 1998, 2002 Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents

Master Index

Feedback