ORA-01013: User requested cancel of current operation: |
| Performance: Select * Replace Select * in queries with an exact set of columns needed. Reduces network traffic and Oracle memory usage and workload. Less space means Oracle can cache more important information. |
Performance: Rule Based Optimization |
JDBC: Query Sequence for Currval or Nextval |