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: Oracle package

Re: Oracle package

From: <michael_bialik_at_my-deja.com>
Date: Wed, 03 Nov 1999 21:41:35 GMT
Message-ID: <7vqa6e$gan$1@nnrp1.deja.com>


Hi.

  1. ORA-20000: Buffer Overflow, limit of 999999 bytes There is a limit of 1000000 bytes you can display using DBMS_OUTPUT. The solution - either use UTL_FILE or delete some DBMS_OUTPUT.PUT_LINE statements from your code.
  2. ORA-010000: Max Open Cursors Exceeded Check that you are closing your cursors on EXCEPTION ( it quite common mistake ).

 HTH. Michael.

In article <7vc7sb$n34$1_at_nnrp1.deja.com>,   mklondon1311_at_my-deja.com wrote:
> Hi..
>
> I'm trying to run a package and i keep getting the following errors.
>
> ORA-010000: Max Open Cursors Exceeded
> ORA-20000: Buffer Overflow, limit of 999999bytes
>
> If anyone knows why I'm getting these errors or how I could fix
> them.
>
> Please let me know
>
> Thanks
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
>

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Wed Nov 03 1999 - 15:41:35 CST

Original text of this message

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