Your question isn't very clear and your understanding of READLOCK=EXCLUSIVE isn't quite right, but I think you are asking about how to make sure your Oracle user doesn't do dirty reads on the data you are importing.
You my have better luck asking an Oracle forum, but I believe Oracle works exactly as you would expect. The Oracle user won't see uncommitted data unless they've deliberately relaxed the isolation level to READ UNCOMMITTED.
In a nutshell, it's just not your problem. Just do your update and commit when you're finished (and not before).
__________________
Roy Hann
UK Ingres User Association Conference 2011 will be on Tuesday June 7, 2011. Mark the date in your diary.
|