Site icon Database Tutorials

ORA-01000: Maximum Open Cursors Exceeded

This error can occur if the Oracle open_cursors parameter is too low or there is a coding issue where sql statements are not closed.

Here we can see the highest_open_curosor is more than max_open_cursor. So to avoid this, increase the open_cursor values in spfile. ( default = 300 )

Exit mobile version