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: How to create folder in disk using pl/sql

Re: How to create folder in disk using pl/sql

From: DA Morgan <damorgan_at_x.washington.edu>
Date: Sat, 07 May 2005 08:02:16 -0700
Message-ID: <1115477890.787912@yasure>


Lewis C wrote:

> On 6 May 2005 22:10:05 -0700, "Shahadat" <shossen_at_gmail.com> wrote:
>
>

>>Hi,
>>
>>can any guru tell me how can i create folder (c:\test\test1) in my disk
>>using oracle pl/sql?
>>
>>please give me some adive.
>>
>>thanks,
>>
>>shahadat

>
>
>
> Check out the CREATE DIRECTORY command in the reference manual.
>
>
> Lewis

CREATE DIRECTORY has no affect on the operating system. It defines a layer of abstraction inside the database and the physical directory need not exist.

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu
(replace 'x' with 'u' to respond)
Received on Sat May 07 2005 - 10:02:16 CDT

Original text of this message

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