
Error Message
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.

ORA-01037: maximum cursor memory exceeded
Attempting to process a complex sql statement which consumed all available memory of the cursor.
Simplify the complex sql statement.