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: ORA-03117 resulting from package procedure parameter record types

Re: ORA-03117 resulting from package procedure parameter record types

From: DA Morgan <damorgan_at_psoug.org>
Date: Thu, 01 Dec 2005 11:11:34 -0800
Message-ID: <1133464281.661928@jetspin.drizzle.com>


Rick wrote:

> The simplest way to determine if the problem is occurring is to do the
> following in SQL Plus:
> SQL> describe test_pkg
> ERROR:
> ORA-03117: two-task save area overflow
>
> If I create a test block (without bind variables) it will actually
> execute no problem. The problem occurs when attempting to execute the
> procedure from Powerbuilder, or PL/SQL Developer or any other client
> tool that we use. Regardless, if you can do the describe, than it is
> suffice to say that you do not have the problem.

You mean this this?

SQL> desc test_pkg
PROCEDURE PROC1

  Argument Name                  Type                    In/Out Default?
  ------------------------------ ----------------------- ------ --------
  IREC_X                         RECORD                  IN
    CA_ID                        NUMBER                  IN
    PROG_REC                     RECORD                  IN
      PROG_REC                   RECORD                  IN
        PROG_ID                  NUMBER                  IN

SQL> ;-)

-- 
Daniel A. Morgan
http://www.psoug.org
damorgan_at_x.washington.edu
(replace x with u to respond)
Received on Thu Dec 01 2005 - 13:11:34 CST

Original text of this message

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