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 -> Re: DIRECTIO - How do you tell if it has been set on a file

Re: DIRECTIO - How do you tell if it has been set on a file

From: James Williams <willjamu_at_mindspring.com>
Date: Sat, 16 Feb 2002 02:47:56 GMT
Message-ID: <3c6dc849.34255308@nntp.mindspring.com>


On 15 Feb 2002 18:11:17 -0800, look_at_ku.edu (Kurt Look) wrote:

How about unix trust command or maybe ADB?

>I used a c program (Solaris 2.8) to set DIRECTIO for a file as
>specified in the 'man directio' page. This call returned
>successfully:
>
> if (directio(FileHandle, DIRECTIO_ON)) { ... }
>
>Question: How can I query Solaris to have it tell me that the file I
>specified has DIRECTIO set for it. I'm thinking that 'ls' should have
>an option or something.
>
>Kurt
Received on Fri Feb 15 2002 - 20:47:56 CST

Original text of this message

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