Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Same Procedure runs and fails intermittently

Re: Same Procedure runs and fails intermittently

From: Ed Stevens <nospam_at_noway.nohow>
Date: Wed, 26 May 2004 09:14:17 -0500
Message-ID: <6g99b0tj4343bbqmdla8a09rorr70ijvif@4ax.com>


On 26 May 2004 05:24:59 -0700, watuni2000_at_yahoo.co.nz (Tyler Smith Watu) wrote:

>HP Unix 11.0
>Oracle 8.1.7.4
>I have a procedure which runs OK sometimes and errs out at other
>times with an ORA-1843. This would have been expected to fail
>consistently if there was a date mismatch not only occasionally .The
>procedure was created with no errors.
>
>The procedure in question is called via a shell script (if that helps
>any)
>
>Your input will be greatly appreciated?
>
>TY
>
>
>
>if the code will be of any help the heart of the code is here
>
>
>select (sysdate-to_date(t.start_time,'MM/DD/YY:HH24:MI:SS'))
>,s.sid,s.serial#,
>replace(substr(s.client_info,0,8),',')
> Name from v$transaction t,v$session s
> where s.taddr=t.addr and to_date(t.start_time,
>'DD/MM/YY:HH24:MI:SS') < (SYSDATE-(1/(96)))
> and substr(s.client_info,0,2) not in ('PS')

Do some occurances of t.start_time have nulls? And sometimes these are picked up by your WHERE clause? Just an off-the-cuff guess. Received on Wed May 26 2004 - 09:14:17 CDT

Original text of this message

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