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: Unix-script

Re: Unix-script

From: Rachel Carmichael <carmichr_at_hotmail.com>
Date: Thu, 30 Aug 2001 10:55:08 -0700
Message-ID: <F001.0037D5B9.20010830092655@fatcity.com>

Ron,

try

man cron or man crontab

write your shell script as if you were going to run it from the command line manually (however, make sure you define all the environment variables you will need within the script)

Once it is done and working, use cron to schedule it for Unix.

Rachel

>From: Roland.Skoldblom_at_ica.se
>Reply-To: ORACLE-L_at_fatcity.com
>To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
>Subject: Unix-script
>Date: Thu, 30 Aug 2001 07:16:24 -0800
>
>Hallo
>
>Can anyone give me an example on how to write a unix script
>which schedules the run run of a sqlloader script from unix server into
>the database.
>I mean I could easily get the file tmanually o be imported if i use the ftp
>command, but how do i do
>if I want that to be scheduled?
>
>Roland S
>
>
>
>
>--
>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).



Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Rachel Carmichael
  INET: carmichr_at_hotmail.com

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 Thu Aug 30 2001 - 12:55:08 CDT

Original text of this message

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