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: Rene Nyffenegger <rene.nyffenegger_at_gmx.ch>
Date: Sat, 7 May 2005 14:41:04 +0000 (UTC)
Message-ID: <d5ik20$qhr$1@klatschtante.init7.net>


On 2005-05-07, Lewis C <lewisc_at_excite.com> 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.

The SQL create directory does not create an OS directory (of folder, how the OP names it). Instead, it creates a directory object which is an alias for an OS directory

Rene

-- 
  Rene Nyffenegger
  http://www.adp-gmbh.ch/
Received on Sat May 07 2005 - 09:41:04 CDT

Original text of this message

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