RE: Long Parse Time

From: Michael McMullen <ganstadba_at_hotmail.com>
Date: Fri, 8 May 2009 14:12:22 -0400
Message-ID: <BAY115-DAV134340C390296E7976686CA6640_at_phx.gbl>
Message-ID: <21694039248A42C7AF3DC839B2F918A7_at_vpmcm01>



I know you're simplifying to make a point but doing strace cmd /c del test.txt | grep STATUS when you can't delete a file would be showing a lack of knowledge
I don't need a study of muzzle gun velocity to know that a bullet fired out of that gun will kill me.

Reminds me of university and the old "knowledge vs wisdom" debate with one of my great science profs who was trying to drill into our heads that the scientific method <> knowledge & wisdom
-----Original Message-----

From: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Yong Huang
Sent: Friday, May 08, 2009 1:30 PM
To: tanel_at_poderc.com; riyaj.shamsudeen_at_gmail.com; ric.van.dyke_at_hotsos.com Cc: oracle-l_at_freelists.org
Subject: RE: Long Parse Time

C:\temp>del test.txt
C:\temp\test.txt
Access is denied.
Check the file attribute. Aha, it's set to Read-only.

Using knowledge:

C:\temp>del test.txt
C:\temp\test.txt
Access is denied.
C:\temp>strace cmd /c del test.txt | grep STATUS Access is denied.
..
483 1060 428 NtSetInformationFile (76, 1241211, 1, Disposition, ... ) == STATUS_CANNOT_DELETE Look up "STATUS_CANNOT_DELETE" on Google and the first hit lists three possibilities returning this
status. One of them is read-only file.       

--

http://www.freelists.org/webpage/oracle-l

--

http://www.freelists.org/webpage/oracle-l Received on Fri May 08 2009 - 13:12:22 CDT

Original text of this message