Oracle9i OLAP Services Developer's Guide to the Oracle OLAP API
Release 1 (9.0.1)

Part Number A88756-01
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table of Contents
Contents
Go To Index
Index

Master Index

Feedback

Go to previous page Go to beginning of chapter Go to next page

Connecting to a Data Store, 5 of 6


Closing a Connection

Using the close method

When you have completed your work with the data store, use the close method on the Connection object. In the following sample code, the Connection object is called conn.

conn.close();

What happens when you close a connection

When you close a connection, the following events take place:

  1. The OLAP service terminates the connection that it made on behalf of your application with the Oracle database instance.

  2. The CORBA software terminates the connection between your application and the OLAP service.


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2001, Oracle Corporation.

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

Master Index

Feedback