View Single Post

   
  #9 (permalink)  
Old 04-07-2008, 11:50 PM
Michael
 
Posts: n/a
Default Re: Need help on simple Oracle question



Hello Folks,

Oracle does not have something like read locks. But if the transactions
(inserts) does happen parallel there are a few things you should take
care about. Like, which is in my eyes most important, the INITTRANS
value (default is 1) with wich you create your table. Increase on for
each concurrent transaction.

Greetings,
Michael

Reply With Quote