Showing posts with label ORA-01037. Show all posts
Showing posts with label ORA-01037. Show all posts

Monday, 9 January 2012

ORA-01037: maximum cursor memory exceeded

ORA-01037: maximum cursor memory exceeded

Cause: Attempting to process a complex sql statement which consumed all available memory of the cursor.

Action: Simplify the complex sql statement.