|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
multi threaded database writes
Can someone tell me the proper way to set up a java application to have multiple write threads into a database?
The threading part is easy - i just need to know what do i have to do to make the database happy. I'll be writing into the database using a stored procedure. Regards, Frank |
|
#2
|
|||
|
|||
|
Each application thread should use transactions, commit and rollback.
|
![]() |
| Viewing: Dev Shed Forums > Databases > Oracle Development > multi threaded database writes |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|