Saturday, March 7, 2009

JDev/ADF sample - ORA-01000: maximum open cursors exceeded - How To Avoid

  • ORA-01000: maximum open cursors exceeded - How To Avoid. When you will develop relatively complex form with a big set of View Objects and multiple Master-Detail relationships in the Model, there is a chance during testing you will get ORA-01000: maximum open cursors exceeded exception. It will happen, because there will be too many open row sets, especially in the case of complex Master-Detail relationships. However, its possible to avoid this problem.
    Download - OpenCursors.zip
Spanish Summary:

Si se esta desarrollando páginas con acceso a múltiples View Objets, es posible que te topes con problemas asociados a la apertura de muchos cursores en la Base de Datos. Andrejus nos explica en este tópico la manera de evitar este problema, haciendo uso de las personalizaciones a nivel de View Object.

No comments: