Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Job to run first Wednesday
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
------=_NextPartTM-000-31fcd41c-448b-418f-9753-fb345deb99af
Content-Type: multipart/alternative;
boundary="----_=_NextPart_001_01C35080.A81B07F9"
------_=_NextPart_001_01C35080.A81B07F9
Content-Type: text/plain;
charset="iso-8859-1"
SELECT NEXT_DAY(ADD_MONTHS(TRUNC(SYSDATE,'MM')-1,rnum-1),'WED') FROM (SELECT ROWNUM rnum FROM ALL_OBJECTS WHERE ROWNUM < 12) /
for next 12 months including this month
Raj
-----Original Message-----
From: Josh Collier [mailto:Josh.Collier_at_Banfield.net]
Sent: Tuesday, July 22, 2003 3:14 PM
To: Multiple recipients of list ORACLE-L
Subject: Job to run first Wednesday
Greetings,
How can I set the interval in my dbms job to have it run on the first Wednesday of every month? Is this even possible? I have been trying to noodle it thru for a week to no avail.
tia,
Josh
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Josh Collier INET: Josh.Collier_at_Banfield.net Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting servicesReceived on Tue Jul 22 2003 - 13:40:00 CDT
---------------------------------------------------------------------
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).
------_=_NextPart_001_01C35080.A81B07F9
Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <HTML> <HEAD> <META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; = charset=3Diso-8859-1"> <META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version = 5.5.2654.19"> <TITLE>RE: Job to run first Wednesday</TITLE> </HEAD> <BODY> <P><FONT SIZE=3D2>SELECT = NEXT_DAY(ADD_MONTHS(TRUNC(SYSDATE,'MM')-1,rnum-1),'WED')</FONT> <BR><FONT SIZE=3D2> FROM (SELECT ROWNUM rnum FROM ALL_OBJECTS = WHERE ROWNUM < 12)</FONT> <BR><FONT SIZE=3D2>/</FONT> </P> <P><FONT SIZE=3D2>for next 12 months including this month</FONT> </P> <P><FONT SIZE=3D2>Raj</FONT> <BR><FONT = SIZE=3D2>---------------------------------------------------------------=
-----------------</FONT>
<BR><FONT SIZE=3D2>Rajendra dot Jamadagni at nospamespn dot com</FONT> <BR><FONT SIZE=3D2>All Views expressed in this email are strictly = personal.</FONT> <BR><FONT SIZE=3D2>QOTD: Any clod can have facts, having an opinion is = an art !</FONT> </P> <BR> <P><FONT SIZE=3D2>-----Original Message-----</FONT> <BR><FONT SIZE=3D2>From: Josh Collier [<A = HREF=3D"mailto:Josh.Collier_at_Banfield.net">mailto:Josh.Collier_at_Banfield.n= et</A>]</FONT> <BR><FONT SIZE=3D2>Sent: Tuesday, July 22, 2003 3:14 PM</FONT> <BR><FONT SIZE=3D2>To: Multiple recipients of list ORACLE-L</FONT> <BR><FONT SIZE=3D2>Subject: Job to run first Wednesday</FONT> </P> <BR> <P><FONT SIZE=3D2>Greetings,</FONT> </P> <P><FONT SIZE=3D2>How can I set the interval in my dbms job to have it = run on the first</FONT> <BR><FONT SIZE=3D2>Wednesday of every month? Is this even possible? I = have been trying to</FONT> <BR><FONT SIZE=3D2>noodle it thru for a week to no avail.</FONT> </P> <P><FONT SIZE=3D2>tia,</FONT> </P> <P><FONT SIZE=3D2>Josh</FONT> <BR><FONT SIZE=3D2>-- </FONT> <BR><FONT SIZE=3D2>Please see the official ORACLE-L FAQ: <A = HREF=3D"http://www.orafaq.net" = TARGET=3D"_blank">http://www.orafaq.net</A></FONT> <BR><FONT SIZE=3D2>-- </FONT> <BR><FONT SIZE=3D2>Author: Josh Collier</FONT> <BR><FONT SIZE=3D2> INET: Josh.Collier_at_Banfield.net</FONT> </P> <P><FONT SIZE=3D2>Fat City Network Services -- = 858-538-5051 <A HREF=3D"http://www.fatcity.com" = TARGET=3D"_blank">http://www.fatcity.com</A></FONT> <BR><FONT SIZE=3D2>San Diego, = California -- Mailing list = and web hosting services</FONT> <BR><FONT = SIZE=3D2>---------------------------------------------------------------=
------</FONT>
<BR><FONT SIZE=3D2>To REMOVE yourself from this mailing list, send an = E-Mail message</FONT> <BR><FONT SIZE=3D2>to: ListGuru_at_fatcity.com (note EXACT spelling of = 'ListGuru') and in</FONT> <BR><FONT SIZE=3D2>the message BODY, include a line containing: UNSUB = ORACLE-L</FONT> <BR><FONT SIZE=3D2>(or the name of mailing list you want to be removed = from). You may</FONT> <BR><FONT SIZE=3D2>also send the HELP command for other information = (like subscribing).</FONT> </P> </BODY> </HTML>
------_=_NextPart_001_01C35080.A81B07F9--
------=_NextPartTM-000-31fcd41c-448b-418f-9753-fb345deb99af
Content-Type: text/plain; name="ESPN_Disclaimer.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="ESPN_Disclaimer.txt" *********************************************************************This e-mail message is confidential, intended only for the named recipient(s) above and may contain information that is privileged, attorney work product or exempt from disclosure under applicable law. If you have received this message in error, or are not the named recipient(s), please immediately notify corporate MIS at (860) 766-2000 and delete this e-mail message from your computer, Thank you.*********************************************************************1
![]() |
![]() |