Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle Triggers / Locks
You'd better bet that Thomas is correct.
Where in your data entry process do you issue a commit, you don't mention this in your original post ?
If you haven't then, despite the fact that you 'refreshed' the data, your client software probably has an image of what the record looked like following its update, and compares it with the current image. Since the two images do not match the client assumes that another session has changed the data in the interim.
--
Jonathan Lewis
Yet another Oracle-related web site: www.jlcomp.demon.co.uk
Jonathon Marshall wrote in message <7lc7kn$htj$1_at_news.mch.sbs.de>...
>Hi there Thomas
>
>and thanks for your response.
>
>If you read my email you will note that I do refresh the data set
>and the record is still locked.
>
Received on Wed Jun 30 1999 - 04:00:59 CDT
![]() |
![]() |