Previous Page | Next Page

The OLAPOPERATE Procedure

Closing a Session

You can close an OLAP session using the CLOSE SESSION statement.

CLOSE SESSION id|_ALL_;

The id is the unique session identifier returned from the LIST SESSIONS statement. The session will be closed on the server. If the _ALL_ keyword is specified, then all open sessions are closed. Any queries that are running for an OLAP session will be cancelled when that session is closed.

Previous Page | Next Page | Top of Page