tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: compat_linux and AIO



As workaround you can try to disable aio in Oracle:

DISK_ASYNCH_IO=FALSE in your spfile/init file.


On Fri, Oct 05, 2012 at 04:01:47PM +0000, Emmanuel Dreyfus wrote:
 > I am playing with oracle XE on 6.0_RC2 and ktrace tells me that this
 > requires Linux aio_* system calls.
 >
 > Here is the documentation:
 > http://lse.sourceforge.net/io/aio.html
 >
 > Abd the system call man pages:
 > http://www.kernel.org/doc/man-pages/online/pages/man2/io_setup.2.html
 > http://www.kernel.org/doc/man-pages/online/pages/man2/io_submit.2.html
 > http://www.kernel.org/doc/man-pages/online/pages/man2/io_getevents.2.html
 > http://www.kernel.org/doc/man-pages/online/pages/man2/io_cancel.2.html
 > http://www.kernel.org/doc/man-pages/online/pages/man2/io_destroy.2.html
 >
 > How difficult would this be to implement? Anyone has ideas on it?


Home | Main Index | Thread Index | Old Index