| Oracle® Objects for OLE Developer's Guide 11g Release 2 (11.2) for Microsoft Windows Part Number E17727-03 | 
 | 
| 
 | PDF · Mobi · ePub | 
Specifies the dynaset cache and fetch parameters for the dynaset created from the PL/SQL cursor.
oraparameter.DynasetCacheParams SliceSize,perblock, Blocks, FetchLimit,FetchSize
The arguments for the method are:
| 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. | 
This method should be called before executing the PL/SQL procedure containing a cursor variable. By default, the dynaset is created with default cache and fetch parameters specified in the registry.