Hi,
I am trying to execute a PL/SQL where I have a cursor and selecting columns from a table in one database.In the loop,I am updating the same columns in a table in another database(I am using the parallel hint in the update clause).But it shows me this error
ORA-12838: cannot read/modify an object after modifying it in parallel.
Do u suppose I have to give a commit?I mean is the table getting locked or something?..Please help..URGENT!!
I am trying to execute a PL/SQL where I have a cursor and selecting columns from a table in one database.In the loop,I am updating the same columns in a table in another database(I am using the parallel hint in the update clause).But it shows me this error
ORA-12838: cannot read/modify an object after modifying it in parallel.
Do u suppose I have to give a commit?I mean is the table getting locked or something?..Please help..URGENT!!