Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: How to call SQL Loader from a button on Forms 4.5

Re: How to call SQL Loader from a button on Forms 4.5

From: John Strange <jstrange_at_imtn.dsccc.com>
Date: 1997/04/19
Message-ID: <5jal9u$581@camelot.dsccc.com>#1/1

try

        host ('$ORACLE_HOME/bin/sqlldr userid=scott/tiger control=afile.ctl ....')

monty (monty_at_enteract.com) wrote:
: Hello friends,
 

: I would appreciate some help in trying to call SQL Loader and pass it the required parameters (.ctl file, data file etc) from a Forms front end.
 

: e.g. When a button on the form is pressed, and certain values for the Control file, data file , log file etc have been entered, they are passed onto the loader, and it starts to execute the loading process.
 

: Will appreciate help on this. Thanks . My email address is monty_at_enteract.com
 

: Monty

--
This posting represents the personal opinions of the author. It is not the
official opinion or policy of the author's employer. Warranty expired when you
opened this article and I will not be responsible for its contents or use.
Received on Sat Apr 19 1997 - 00:00:00 CDT

Original text of this message

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