Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: JDBC / oracle 8i
In comp.lang.java.programmer Thomas Durlach <durlecht_at_msu.edu> wrote:
> unable to insert beacuse: java.sql.SQLException: ORA-01000: maximum open
> cursors exceeded
Your database has a maximum of 7 cursor for each connection, you have to close each ResultSet/Statement after the insertion.
Davide Received on Mon Mar 12 2001 - 09:59:31 CST
![]() |
![]() |