dba | ORA-01000: maximum open cursors exceeded
not the best place for explanations here, the below query shows the number of open cursors present in a session. if the number reaches the db parameterOPEN_CURSORS, ORA-01000 is thrown.
OPEN_CURSORS := number of cursors each session can have open, pe...
0xweathered.hashnode.dev1 min read