Oracle Error ORA-02848: Asynchronous I/O package is not running

Oracle Error Message

ORA-02848: Asynchronous I/O package is not running

Reason for the Error

An operation using the asynchronous I/O package was attempted without first initializing the package using sfainit().

Solution

Call sfainit() before using the package.