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: PL/SQL

Re: PL/SQL

From: Peter Jones <peter.jones_at_richmond-hill.demon.co.uk>
Date: Tue, 17 Nov 1998 16:00:04 -0000
Message-ID: <911318483.14676.1.nnrp-10.c1ed9a88@news.demon.co.uk>

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

Original text of this message

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