Hello Everyone,

We have a push fields action to a diary form.  The same filter is pushing from 
the same form in all cases. Most of the time it works, but sometimes the field 
does not get updated.  The filter log is identical in both cases, and it 
clearly shows the push taking place.

Both when it work and when it doesn't sql log shows these actions:

SELECT C536870931 [the field getting updated] FROM T580 WHERE C1 = 'PIQ00083'
UPDATE T580 SET C536870931 = EMPTY_CLOB() WHERE C1 = 'PIQ00083'
SELECT C536870931 FROM T580 WHERE C1 = 'PIQ00083' FOR UPDATE
Set LOB into the above row ...

But in the cases where the update fails, the sql log shows this routine 
happening twice.

What would make the routine happen twice? Could second routine be overwriting 
the first?  And what can I do to stop it?

(ARS 7.0.1 p2, Linux server, Oracle 10.2 db)

Dwayne Martin
Computing Support
James Madison University

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the 
Answers Are"

Reply via email to