How to fix the Oracle error ORA-48245: Attempt to Update/Delete when at EOF?
In this post, you’ll learn more about the Oracle ErrorORA-48245: Attempt to Update/Delete when at EOF with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-48245: Attempt to Update/Delete when at EOF
Reason for the Error ORA-48245: Attempt to Update/Delete when at EOF
The fetch operation is positioned at EOF – can not update/delete
How to fix the Error ORA-48245: Attempt to Update/Delete when at EOF ?
You can fix this error in Oracle by following the below steps
Do not call update/delete after fetch has returned EOF
Leave Your Comment