Hi
I just want to understand if this is possible or not in oracle .I know that oracle will allow me to do concurrent updates on the same table .
Let us say i have a table with 100 entries. I need to split the rows into 3 sections , 33 rows in each section , and update the each sections through three different sessions in oracle .
As we know that oracle will allow the multiple updates from different sessions ,as long as the rows update by session 1 are different from session 2 .
But in real time ,How can i achieve this?kindly help.
thanks ,
Srinivasa Prabhu .