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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Sqloader

Re: Sqloader

From: Dennis M. Heisler <dheisler_at_binghamton.edu>
Date: Mon, 01 Oct 2001 06:28:01 -0700
Message-ID: <F001.0039D52C.20011001061017@fatcity.com>

Just create a shell script which first calls sqlloader to populate table 1, then calls a sql script to populate table2. Schedule it with a cron job.

Dennis

Roland.Skoldblom_at_ica.se wrote:
>
> Hallo all you DBA's,
>
> Can anyone give me some examples on how to do this:
>
> I want a sqlloader to run, the sqlloader is doing an insert into a table(TABLE1)
>from a text file, immediately, after the insert into tthe table, there will be an
>insert into another table(TABLE2) with data from TABLE1. Give me a good example of
> this.
>
> I also want the sqlloader to run at a certain clock time, let us say 2 am(at
>night).. Iam running from unix.
>
> Would appreciate this if you could help me with these steps.
>
> Thanks in advance.
>
> Roland Sköldblom
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author:
> INET: Roland.Skoldblom_at_ica.se
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Dennis M. Heisler
  INET: dheisler_at_binghamton.edu

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Mon Oct 01 2001 - 08:28:01 CDT

Original text of this message

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