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: Eric de Redelijkheid <ericdere_at_xs4all.nl>
Date: Sat, 07 May 2005 10:00:00 +0200
Message-ID: <427c7572$0$15633$e4fe514c@news.xs4all.nl>


Anno Domini 7-5-2005 7:10, Shahadat sprak aldus:

>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
>
>
>

SQL>! mkdir c:\test\test1

Mind the exclamation mark "!". What you actually do, is to give a operating system command after the "!". Received on Sat May 07 2005 - 03:00:00 CDT

Original text of this message

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