Oracle Solution for Error ora-02848

Solution for Oracle Error ORA-02848

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

What triggered the Error:

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

What should we do to fix it:

Call sfainit() before using the package.