FilesystemIO_options is the init setting that allows Oracle to use the best group of settings to access the file system, including asynchronous IO. For Linux in Oracle 10gR2, Oracle recommends this parameter be set.
Recommendation:
Set filesystemio_options=setall.
The command is:
alter system set filesystemio_options=setall scope=spfile;