Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Help needed with "ORA-01000: maximum open cursors exceeded" error

Re: Help needed with "ORA-01000: maximum open cursors exceeded" error

From: <g_chime_at_yahoo.com>
Date: 5 Apr 2006 11:54:57 -0700
Message-ID: <1144263297.531530.285580@g10g2000cwb.googlegroups.com>


>Every SQL statement requires at least one cursor, whether you explicitly
>declare it or not. Some cursors are implicitly defined.

Is there a way of reusing the cursors?

I am parsing a flatfile in my application and insert the data one row at a time.
Some flatfiles might contain millions of rows, i.e. I need to be able to insert millions of rows in one session. Received on Wed Apr 05 2006 - 13:54:57 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US