Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: SQL*Loader Through Pipes
Following on from what Tom wrote I have just successfully managed to set up an extproc environment that executes a sqlldr command (or any other system command for that matter) from within pl/sql. As well as some advice from Tom, I found chapter 21 of the Introduction to pl/sql programming by Steven Feuerstein extremely helpful. You need to ensure that the DBA's have configured the tnsnames.ora and listener.ora files to contain external procedure information. Either write your own C program to execute a system command or identify an existing shared library that does the same. Create a library to reference the shared object. Create a pl/sql function to reference the shared library. and away you go!
"Daniel A. Morgan" wrote:
> Has anyone been successful running SQL*Loader via DBMS_PIPES or any
> other means.
>
> Thanks,
>
> Daniel A. Morgan
Received on Wed Jul 18 2001 - 01:49:59 CDT
![]() |
![]() |