Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: sqlplus question
> The script is only suppose
> to run certain days of week.
> Does anyone have a suggestion how to do that.
Yes, just run it on those days, skipping the days that
you don't want it to run.
...
But seriously, which platform?
Unix, win32, OS/390, VMS?
On unix use 'cron'.
http://www.google.com/search?hl=en&q=cron+tutorial
On Win32 use the 'at' command:
just type 'at /help' in a command window.
Jared
lhoska_at_calibresys.com
Sent by: root_at_fatcity.com
01/28/02 02:21 PM
Please respond to ORACLE-L
To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com> cc: Subject: sqlplus question
Hello,
I need to run some script using Oracle Sqlplus. The script is only
suppose
to run certain days of week.
Does anyone have a suggestion how to do that.
Thank you.
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: INET: lhoska_at_calibresys.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). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: INET: Jared.Still_at_radisys.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 Mon Jan 28 2002 - 18:14:35 CST
![]() |
![]() |