Return-Path: <root@fatcity.cts.com>
Received: from ensim.rackshack.net (root@localhost)
 by orafaq.net (8.11.6/8.11.6) with ESMTP id h1L56JX31898
 for <oracle-l@orafaq.net>; Thu, 20 Feb 2003 23:06:19 -0600
X-ClientAddr: 209.68.248.164
Received: from newsfeed.cts.com (newsfeed.cts.com [209.68.248.164])
 by ensim.rackshack.net (8.11.6/8.11.6) with ESMTP id h1L56IQ31893
 for <oracle-l@orafaq.net>; Thu, 20 Feb 2003 23:06:19 -0600
Received: from fatcity.UUCP (uucp@localhost)
 by newsfeed.cts.com (8.9.3/8.9.3) with UUCP id RAA63710;
 Thu, 20 Feb 2003 17:49:52 -0800 (PST)
Received: by fatcity.com (26-Feb-2001/v1.0g-b72/bab) via UUCP id 00553C6C; Thu, 20 Feb 2003 17:13:45 -0800
Message-ID: <F001.00553C6C.20030220171345@fatcity.com>
Date: Thu, 20 Feb 2003 17:13:45 -0800
To: Multiple recipients of list ORACLE-L <ORACLE-L@fatcity.com>
X-Comment: Oracle RDBMS Community Forum
X-Sender: David.Schmoldt@gazettecommunications.com
Sender: root@fatcity.com
Reply-To: ORACLE-L@fatcity.com
Errors-To: ML-ERRORS@fatcity.com
From: David.Schmoldt@gazettecommunications.com
Subject: RE: DBMS_JOB : Can submit but does not execute
Organization: Fat City Network Services, San Diego, California
X-ListServer: v1.0g, build 72; ListGuru (c) 1996-2001 Bruce A. Bergman
Precedence: bulk
Mime-Version: 1.0
Content-Type: multipart/alternative;	boundary="----_=_NextPart_001_01C2D946.56F57460"
------_=_NextPart_001_01C2D946.56F57460
Content-Type: text/plain;
 charset="iso-8859-1"

Maybe this is stating the obvious, but make sure you do a COMMIT after
submitting the job. - Dave

-----Original Message-----
Sent: Thursday, February 20, 2003 6:59 AM
To: Multiple recipients of list ORACLE-L



In 8i I have had bad luck of submitting it at sysdate and they don't fire
... 

Once I got burned, I can afford 5 seconds ... if it is that critical,
dbms_job isn't the tool for that job anymore. 

Raj 
------------------------------------------------------------- 
Rajendra dot Jamadagni at espn dot com 
Any views expressed here are strictly personal. 
QOTD: Any clod can have facts, having an opinion is an art !! 


-----Original Message----- 
<mailto:Rich.Jesse@qtiworld.com> ] 
Sent: Wednesday, February 19, 2003 10:29 AM 
To: Multiple recipients of list ORACLE-L 


That shouldn't matter.  Look at DBA_JOBS when you startup an instance after 
it's been down for a while (not that it would ever happen!).  All pending 
jobs (nextdate <= SYSDATE) should be firing, at least as many 
job_queue_processes as you have in the init.ora. 

Rich 

Rich Jesse                        System/Database Administrator 
rich.jesse@qtiworld.com           Quad/Tech International, Sussex, WI USA 


-----Original Message----- 
Sent: Wednesday, February 19, 2003 8:29 AM 
To: Multiple recipients of list ORACLE-L 


Also as a practice, I always submit sysdate + 5 seconds instead of sysdate. 
Raj 
------------------------------------------------------------- 
Rajendra dot Jamadagni at espn dot com 
Any views expressed here are strictly personal. 
QOTD: Any clod can have facts, having an opinion is an art !! 


-----Original Message----- 
Sent: Wednesday, February 19, 2003 7:34 AM 
To: Multiple recipients of list ORACLE-L 


Make sure job_queue_processes > 0.  Also check job_queue_interval. 



Jay Hostetter 
Oracle DBA 
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
<http://www.orafaq.net>  
-- 
Author: Jesse, Rich 
  INET: Rich.Jesse@qtiworld.com 

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
<http://www.fatcity.com>  
San Diego, California        -- Mailing list and web hosting services 
--------------------------------------------------------------------- 
To REMOVE yourself from this mailing list, send an E-Mail message 
to: ListGuru@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_01C2D946.56F57460
Content-Type: text/html;
 charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1">
<TITLE>RE: DBMS_JOB : Can submit but does not execute</TITLE>

<META content=3D"MSHTML 6.00.2800.1141" name=3DGENERATOR></HEAD>
<BODY>
<DIV><SPAN class=3D036051301-21022003><FONT face=3DArial =
color=3D#0000ff size=3D2>Maybe=20
this is stating the obvious, but make sure you do a COMMIT after =
submitting the=20
job. - Dave</FONT></SPAN></DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px =
solid; MARGIN-RIGHT: 0px">
  <DIV class=3DOutlookMessageHeader dir=3Dltr align=3Dleft><FONT =
face=3DTahoma=20
  size=3D2>-----Original Message-----<BR><B>From:</B> Jamadagni, =
Rajendra=20
  [mailto:Rajendra.Jamadagni@espn.com]<BR><B>Sent:</B> Thursday, =
February 20,=20
  2003 6:59 AM<BR><B>To:</B> Multiple recipients of list=20
  ORACLE-L<BR><B>Subject:</B> RE: DBMS_JOB : Can submit but does not=20
  execute<BR><BR></FONT></DIV>
  <P><FONT size=3D2>In 8i I have had bad luck of submitting it at =
sysdate and they=20
  don't fire ...</FONT> </P>
  <P><FONT size=3D2>Once I got burned, I can afford 5 seconds ... if it =
is that=20
  critical, dbms_job isn't the tool for that job anymore.</FONT> </P>
  <P><FONT size=3D2>Raj</FONT> <BR><FONT=20
  =
size=3D2>-------------------------------------------------------------</=
FONT>=20
  <BR><FONT size=3D2>Rajendra dot Jamadagni at espn dot com</FONT> =
<BR><FONT=20
  size=3D2>Any views expressed here are strictly personal.</FONT> =
<BR><FONT=20
  size=3D2>QOTD: Any clod can have facts, having an opinion is an art =
!!</FONT>=20
  </P><BR>
  <P><FONT size=3D2>-----Original Message-----</FONT> <BR><FONT =
size=3D2>From:=20
  Jesse, Rich [<A=20
  =
href=3D"mailto:Rich.Jesse@qtiworld.com">mailto:Rich.Jesse@qtiworld.com</=
A>]</FONT>=20
  <BR><FONT size=3D2>Sent: Wednesday, February 19, 2003 10:29 AM</FONT> =
<BR><FONT=20
  size=3D2>To: Multiple recipients of list ORACLE-L</FONT> <BR><FONT=20
  size=3D2>Subject: RE: DBMS_JOB : Can submit but does not =
execute</FONT> </P><BR>
  <P><FONT size=3D2>That shouldn't matter.&nbsp; Look at DBA_JOBS when =
you startup=20
  an instance after</FONT> <BR><FONT size=3D2>it's been down for a =
while (not that=20
  it would ever happen!).&nbsp; All pending</FONT> <BR><FONT =
size=3D2>jobs=20
  (nextdate &lt;=3D SYSDATE) should be firing, at least as many</FONT> =
<BR><FONT=20
  size=3D2>job_queue_processes as you have in the init.ora.</FONT> </P>
  <P><FONT size=3D2>Rich</FONT> </P>
  <P><FONT size=3D2>Rich=20
  =
Jesse&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =

  System/Database Administrator</FONT> <BR><FONT=20
  =
size=3D2>rich.jesse@qtiworld.com&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;=20
  Quad/Tech International, Sussex, WI USA</FONT> </P><BR>
  <P><FONT size=3D2>-----Original Message-----</FONT> <BR><FONT =
size=3D2>Sent:=20
  Wednesday, February 19, 2003 8:29 AM</FONT> <BR><FONT size=3D2>To: =
Multiple=20
  recipients of list ORACLE-L</FONT> </P><BR>
  <P><FONT size=3D2>Also as a practice, I always submit sysdate + 5 =
seconds=20
  instead of sysdate. </FONT><BR><FONT size=3D2>Raj </FONT><BR><FONT=20
  =
size=3D2>-------------------------------------------------------------=20
  </FONT><BR><FONT size=3D2>Rajendra dot Jamadagni at espn dot com=20
  </FONT><BR><FONT size=3D2>Any views expressed here are strictly =
personal.=20
  </FONT><BR><FONT size=3D2>QOTD: Any clod can have facts, having an =
opinion is an=20
  art !! </FONT></P><BR>
  <P><FONT size=3D2>-----Original Message----- </FONT><BR><FONT =
size=3D2>Sent:=20
  Wednesday, February 19, 2003 7:34 AM </FONT><BR><FONT size=3D2>To: =
Multiple=20
  recipients of list ORACLE-L </FONT></P><BR>
  <P><FONT size=3D2>Make sure job_queue_processes &gt; 0.&nbsp; Also =
check=20
  job_queue_interval. </FONT></P><BR><BR>
  <P><FONT size=3D2>Jay Hostetter </FONT><BR><FONT size=3D2>Oracle DBA=20
  </FONT><BR><FONT size=3D2>-- </FONT><BR><FONT size=3D2>Please see the =
official=20
  ORACLE-L FAQ: <A href=3D"http://www.orafaq.net"=20
  target=3D_blank>http://www.orafaq.net</A></FONT> <BR><FONT =
size=3D2>--=20
  </FONT><BR><FONT size=3D2>Author: Jesse, Rich</FONT> <BR><FONT =
size=3D2>&nbsp;=20
  INET: Rich.Jesse@qtiworld.com</FONT> </P>
  <P><FONT size=3D2>Fat City Network Services&nbsp;&nbsp;&nbsp; -- =
858-538-5051 <A=20
  href=3D"http://www.fatcity.com" =
target=3D_blank>http://www.fatcity.com</A></FONT>=20
  <BR><FONT size=3D2>San Diego,=20
  California&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -- Mailing list =
and web=20
  hosting services</FONT> <BR><FONT=20
  =
size=3D2>---------------------------------------------------------------=
------</FONT>=20
  <BR><FONT size=3D2>To REMOVE yourself from this mailing list, send an =
E-Mail=20
  message</FONT> <BR><FONT size=3D2>to: ListGuru@fatcity.com (note =
EXACT spelling=20
  of 'ListGuru') and in</FONT> <BR><FONT size=3D2>the message BODY, =
include a line=20
  containing: UNSUB ORACLE-L</FONT> <BR><FONT size=3D2>(or the name of =
mailing=20
  list you want to be removed from).&nbsp; You may</FONT> <BR><FONT =
size=3D2>also=20
  send the HELP command for other information (like =
subscribing).</FONT>=20
</P></BLOCKQUOTE></BODY></HTML>

------_=_NextPart_001_01C2D946.56F57460--
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: 
  INET: David.Schmoldt@gazettecommunications.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru@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).

