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: Debugging Problem with Procedure Bulider of DEV2000

Re: Debugging Problem with Procedure Bulider of DEV2000

From: Jonas Plumecocq <jp_at_internex.com.au>
Date: 1997/05/06
Message-ID: <336F25AF.5561@internex.com.au>#1/1

Valera wrote:
>
> > 00001 PROCEDURE call_a_card_p2 (no_in IN NUMBER,
> > 00002 max_out OUT NUMBER) IS
> > 00003 TYPE f_typ_tab IS TABLE OF NUMBER(38,38)
> > 00004 INDEX BY BINARY_INTEGER;
> > 00005 TYPE tps_typ_tab IS TABLE OF reading.tps_resul_net%TYPE
> >
> > and it stops at line 00003 before "OF".
>
> Please look at PL/SQL version in "About" menu item of Procedure Builder. If
> one is 1.XX then
> it's fatal: PL/SQL recognizes qualifier "TYPE" only in versions 2.XX and
> higher.
>
> Best wishes. Valery.
> >

Does anyone know when Procedure Builder for PL/SQL v2 will be available?

Thanks.

-- 
Jonas Plumecocq
jp_at_internex.com.au
Received on Tue May 06 1997 - 00:00:00 CDT

Original text of this message

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