Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: sqlplus question
Thanks Jared, that would be great and I did think about applying your
suggestion.
But there is a little detail I failed to mention. My rundays suppose to
skip weekends( that is easy) and certain holidays.
My OS is Windows NT.
Any suggestion is greatly appreciated.
-----Original Message-----
Sent: Monday, January 28, 2002 6:09 PM
To: ORACLE-L_at_fatcity.com
Cc: lhoska_at_calibresys.com
> 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: 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).Received on Mon Jan 28 2002 - 17:38:05 CST
![]() |
![]() |