Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: PL/SQL
Luc Demanche wrote in message <72d1bu$3in$1_at_nr1.ottawa.istar.net>...
>Can we create a folder on server in a Stored Procedure
>
>
If I remember correctly one of the examples given for the DBMS_PIPE package is a little utility that lets you call out and execute any UNIX command from PL/SQL. Basically it squirts the command down the pipe to a Pro*C program which does a UNIX system() call to execute the command. All the source is provided on the CD - but you'll need to have bought Pro*C of course.
Peter Received on Tue Nov 17 1998 - 10:00:04 CST
![]() |
![]() |