Oracle Error ORA-02826: Illegal block size

Oracle Error Message

ORA-02826: Illegal block size

Reason for the Error

A negative number was given for the I/O block size to be used by the asynchronous I/O package.

Solution

This is a programming error – use either a positive number or zero to get the default value.