Table of Contents

OBIEE 10G/11G - persist connection pool

About

A persist connection pool is a database property that is used for specific types of queries (typically used to support Marketing queries).

In some queries, all of the logical query cannot be sent to the transactional database because that database might not support all of the functions in the query. This issue might be solved by:

  1. temporarily constructing a physical table in the database
  2. and rewriting the Oracle BI Server query to reference the new temporary physical table.

You can use the persist connection pool in the following situations:

The persist connection pool functionality designates a connection pool with write-back capabilities for processing this type of query. You can assign one connection pool in a single database as a persist connection pool. If this functionality is enabled, the user name specified in the connection pool must have the privileges to create DDL (Data Definition Language) and DML (Data Manipulation Language) in the database.

Privileges

In these situations, the user issuing the Logical SQL query must have been granted the Populate privilege on the target database.

Documentation / Reference