Oracle Objects for OLE Release 9.2 Part Number A95895-01 |
|
Applies To
Description
Specifies dynaset cache and fetch parameters for the dynaset created from the PL/SQL cursor.
Arguments |
Description |
---|---|
SliceSize |
Cache slice size. |
perblock |
Cache slices per 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.
|
Copyright © 1994, 2002 Oracle Corporation. All Rights Reserved. |
|