Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: ORA-01000: maximum open cursors exceeded
"Oliver Neumann" <no_at_no.com> wrote in news:e713v6$1up$03$1_at_news.t-
online.com:
> Hey Ed,
>
>> Looks like you've solved the root problem, but just as a pointer on >> your code.. you don't need a separate statement to get the next seq. >> num. Just include it in your INSERT statement: >> >> INSERT INTO employees >> VALUES (employees_seq.nextval, >> 'John', >> 'Doe', >> 'jdoe', >> '555-1212', TO_DATE(SYSDATE) >> );
Only if/when the RETURNING clause is used. Received on Sat Jun 17 2006 - 09:43:19 CDT
![]() |
![]() |