ORA-01037 maximum cursor memory exceeded
Cause: In oracle pl sql error an attempt was made to process a complex SQL statement that consumed all available memory of the cursor.
Action: ORA-01037 Simplify the complex SQL statement.
|
|
|
ORA-01037 maximum cursor memory exceeded |
Cause: An attempt was made to process a complex SQL statement which consumed all available memory of the cursor.
Action: Facilitare la dichiarazione complessa di SQL. Alternativamente, potete usare il suggerimento di NO_EXPAND che impedisce costo-ha basato l'ottimizzatore dal considerare l'O-espansione per avere di domande O termini o INLISTS in DOVE clausola. Solitamente, l'ottimizzatore studia la possibilità di usando O espansione ed usa questo metodo se decide che il costo è più basso del non usando. Riferir al per le informazioni sul usando i suggerimenti.
|
|
|
|
|
|
|
|