Piece Size Setting
The DB Access Module for Oracle sets the piece size for inserting or fetching data to 32768. This value represents bytes in the case of binary data, and code units in the case of character data.
The piece size setting can be accessed and modified with the method RWDBOCISystemHandle::piecewiseSize(). Please refer to the class reference description for RWDBOCISystemHandle for more information.