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: invoking SQLLDR in ASP

Re: invoking SQLLDR in ASP

From: Harald Maier <maierh_at_myself.com>
Date: Fri, 24 Oct 2003 06:42:07 +0200
Message-ID: <m3y8vbi6w0.fsf@ate.maierh>


brinda <member45418_at_dbforums.com> writes:

> We need to invoke SQLLDR from our ASP code in the server to load
> data into Oracle server from flat file.

> We have created a dll in VB to run the sqlldr using Shell cmd. When
> we call the dll from ASP, the sqlldr is not getting invoked.

> If we do not pass the Control File parameter to SQLLDR in the Dll
> Code, on running the ASP page, we can see the SQLLDR exe in the Task
> Manager .
>
> Otherwise we are not able to see the exe at all.

sqlldr creates for each run a log file (e.g. abc.ctl -> abc.log). Maybe this file reports some errors.

Harald Received on Thu Oct 23 2003 - 23:42:07 CDT

Original text of this message

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