Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Call SQL-Loader from PL/SQL?
FlameDance wrote:
> Hi,
>
> there is no way to call an external batch or program from PL/SQL, I
> learned to my dismay.
>
> I want to use the SQL Loader and call it from PL/SQL - is there a
> package or function call that allows it?
>
> Yours, Stephan
There are two ways to invoke OS commands from within PL/SQL code:
1) JAVA
2) EXTERNAL PROCEDURES
Received on Fri Apr 30 2004 - 19:07:23 CDT