Skip to content
This repository has been archived by the owner on Nov 15, 2019. It is now read-only.

fixed 'ORA-01000: maximum open cursors exceeded' for batch tasks #46

Closed
wants to merge 1 commit into from
Closed

fixed 'ORA-01000: maximum open cursors exceeded' for batch tasks #46

wants to merge 1 commit into from

Conversation

derflocki
Copy link

I'm using doctrine+symfony. When loading "alot" data from yml (symfony doctrine:data-load) I get an "ORA-01000: maximum open cursors exceeded" exception.
An attempt to fix this has already been posted: #26 however this was onyl a partial fix.

@@ -260,14 +260,22 @@ public function execute($params = null)
}

$this->_conn->getListener()->postStmtExecute($event);

//fdorn, pguthy: 2011-07-04: fix maximum cursors exceeded with data-load
//Sometimes Selects appear here. SO close the startements.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The indentation is wrong.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants