Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: How to confirm 'direct io' on linux?
NetComrade wrote:
> What should I _not_ be seeing?
> I assume I should be seeing some 'open' command on datafiles.. but I
> am not.. this is all i see on mount:
NetComrade,
As Mladen showed, you need to strace a background process when you *open* your database, not when you mount it. Make sure you did set filesystemio_options to directio (or setall). You can get a cleaner strace output by
strace -e trace=open -p <pid>
You can also offline and online a tablespace to watch open() calls if the database is already open.
Yong Huang Received on Thu Aug 25 2005 - 22:05:51 CDT
![]() |
![]() |