Skip Headers
Oracle® Objects for OLE C++ Class Library Developer's Guide
10g Release 2 (10.2)

Part Number B14308-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

SetDynasetCacheParams

Applies To

OParameter

Description

Specifies dynaset cache, Fetch parameter for the dynaset created from the PL/SQL cursor.

Usage

void DynasetCacheParams( long SliceSize, long perblock, long Blocks, long FetchLimit, long FetchSize)

Arguments

Arguments
Description
SliceSize Cache slice size.
perblock Cache slices for each block.
Blocks Cache maximum number of blocks.
FetchLimit Fetch array size.
FetchSize Fetch array buffer size.

Remarks

This should be called before executing the PL/SQL procedure containing cursor variable. By default, the dynaset is created with default cache and fetch parameter specified in the registry.