Home Privacy Policy Feedback Link to us Site Map

Oracle/PLSQL: ORA-01013 Error


Error:

ORA-01013: user requested cancel of current operation

Cause:

You interrupted an Oracle operation by pressing Ctrl-C or by canceling the operation through another method (ie: front-end application).

Action:

The options to resolve this Oracle error are:
  1. The current operation has been terminated by the user. There is no course of action to take. This message is informational only.
  2. This error may also have been caused by a timeout in a sql pass-through query. To resolve this error, properties of the timeout parameter need to be changed to a higher value.