USE POOL

The USE [RESOURCE] POOL command lets you shift between pools within a session.

Syntax

USE [RESOURCE] POOL <pool_name>

Parameters

Parameter

Description

pool_name

Specifies the name of a specific pool you wish to shift to within the current session

Example

USE POOL bi_pool;

Permission

The USE POOL command requires Comment permission.