Site icon Database Tutorials

How To Find Current Open Cursors in Oracle

In Oracle, you can find the open cursors with the following query. The following error occurs when the number of open cursors reaches the open_cursors parameter.

ORA-01000: maximum open cursors exceeded

The open_cursors parameter can be increased to prevent errors.

The following query can be used to find open cursors.

Exit mobile version