Oracle Solution for Error ora-02826

Solution for Oracle Error ORA-02826

ORA-02826: Illegal block size

What triggered the Error:

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

What should we do to fix it:

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