Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ORA-01000: maximum open cursors exceeded from Data Loading page?

StewStrykerMar 12 2014 — edited Mar 13 2014

This is the first time I've tried using Apex's Data Loading page creation wizard to load external files into an Oracle table.  I'm consistently getting the above error when it's actually trying to load the data into the table.  I get through the column mapping just fine (there are about a dozen columns).  Then it churns for a while and returns:

ORA-01000: maximum open cursors exceededORA-01000: maximum open cursors exceeded

(Yes, it actually shows the error twice.)

The tab-separated file has 14k rows and is 1.3MB in size.

I've granted SELECT, INSERT, UPDATE, DELETE access on the table to the Apex schema the application runs from.  The fact that it offered this table in the drop-down list of possible tables to load from tells me I have the permissions right.

I've checked our database and the open cursor limit is 2,048.

Any suggestions?

Thanks,

Stew

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 10 2014
Added on Mar 12 2014
2 comments
485 views