Even on some documentation it is stated
that aync I/O is enable by
default: you should need only to relink the binaries with the command:
linux: # su - oracle
oracle@linux > cd $ORACLE_HOME/rdbms/lib
oracle@linux > make PL_ORALIBS=-laio -f ins_rdbms.mk async_on
oracle@linux > make PL_ORALIBS=-laio -f ins_rdbms.mk ioracle
and set
filesystemio_options=setall in you spfile
which enable direct I/O plus async I/O.
Note: Even for 10g you have compatibility problem with libaio so follow
the above instruction to change the libraries if you are experincing
any issue.