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: plsql/filesystem

Re: plsql/filesystem

From: <mpir_at_compuserve.com>
Date: 1998/06/18
Message-ID: <6mb76d$e0m$1@nnrp1.dejanews.com>#1/1

If the action does not have be done from within a PL/SQL block, then the script that executes the block could 'HOST' out and do the command/shellscript, such as

host rm foo.bar
execute plsqlblock

In article <3587ABC4.546C16D9_at_cs.deu.edu.tr>,   Erbug Celebi <celebi_at_cs.deu.edu.tr> wrote:
>
> Hi All,
>
> Im using Oracle8.0.4 enterprise edition on Solaris2.6.
> And, I need to do some work from pl/sql on filesystem.
> For example, I want to move a file (in filesystem) from a
> directory to another one by using pl/sql.
> Can anybody tell me how to do this without using Pro*C/C++.
>
> Thanks in advance.
>
> --
> *************************************************************************
>
> Erbug Celebi |
> Department of Computer Engineering | Email: celebi_at_cs.deu.edu.tr
>
> Dokuz Eylul University |
> celebi_at_acm.org
> Bornova,Izmir |
> 35100, TURKEY |
> *************************************************************************
>
>

-----== Posted via Deja News, The Leader in Internet Discussion ==----- http://www.dejanews.com/ Now offering spam-free web-based newsreading Received on Thu Jun 18 1998 - 00:00:00 CDT

Original text of this message

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