Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: host out of pl-sql
Thiko,
I don't believe that you can do that directly. Take a look at external procedures or Java Stored Procedures to interact with the OS.
Rich
Thiko wrote:
> can one host out of a pl-sql block?
>
> e.g.
>
> DECLARE
> ....
> BEGIN
> ....
> IF .... > 0 THEN host run exportscriptfile;
> END IF;
> COMMIT;
> END;
Received on Wed Jul 18 2001 - 21:29:55 CDT
![]() |
![]() |