Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: loading data from flat file into oracle table.
Mark D Powell wrote:
> > On Jan 19, 9:18 am, "What's in a namespace" <what..._at_xs4all.nl> wrote:
> > > If the job is to be triggered from outside the database then why not > just use sqlldr utility? If you want to trigger the task from within > the database then use the mentioned External table feature (which is an > interface to sqlldr). > > For OCI coding check the manuals and see if you can find an example to > compare to. > > HTH -- Mark D Powell --
Note: With 10g you can trigger SQL*Loader from inside the database using the DBMS_SCHEDULER package.
-- Daniel A. Morgan University of Washington damorgan_at_x.washington.edu (replace x with u to respond) Puget Sound Oracle Users Group www.psoug.orgReceived on Fri Jan 19 2007 - 10:27:27 CST
![]() |
![]() |