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 |