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: Valera <valera_at_genesis.foxtrot.aha.ru>
Date: 1997/05/05
Message-ID: <01bc5977$a84362a0$0b212181@valera.foxtrot.aha.ru>#1/1

> 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.
>
Received on Mon May 05 1997 - 00:00:00 CDT

Original text of this message

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