Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: HELP: ORA-01410: invalid ROWID.
Yeah I had this problem. Whenever we are doing any update on a particular
row, and at the same time if some other job is also trying to update
something on the same row, then we will get this error.
For eg. u r deleteing a row from that talbe. At the same, while the transaction is going on, if you try to update the same row, then this time u will get the error.
An easy way to solve this problem, is row level locking,
Thanks
V Prakash
Sent via Deja.com http://www.deja.com/ Share what you know. Learn what you don't. Received on Fri Sep 03 1999 - 12:42:43 CDT
![]() |
![]() |