Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> sun solaris and direct io

sun solaris and direct io

From: hopehope_123 <hopehope_123_at_yahoo.com>
Date: 2 Jun 2005 06:03:53 -0700
Message-ID: <1117717433.465451.126120@z14g2000cwz.googlegroups.com>


Hi,

Altough i have set filesystemio_options=setall and mount the file system by using forcedirectio , truss output of oracle processes shows that files are opened by using o_dsync:

 open("/data/oradata/spssdata01.dbf", O_RDWR|O_DSYNC) = 13

How can i be sure that direct io is in use? Why does not open call use O_DIRECT flag?

Kind Regards,
hope Received on Thu Jun 02 2005 - 08:03:53 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US