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 -> PL/SQL in FORMS 4.5

PL/SQL in FORMS 4.5

From: <sundar_rr_at_my-dejanews.com>
Date: Tue, 30 Mar 1999 17:12:17 GMT
Message-ID: <7dr0l9$pr0$1@nnrp1.dejanews.com>


HI Forms gurus, I have a small problem. I am trying to declare a datatype of PL/SQL table type. Here is my declaration.

type valid_array is table of varchar2 index by binary_integer;

This I am doing as a seperate Program unit. And this is a procedure.

When I try yo compile the program unit, I get the following error.

begin quote:

Error 103.
Encountered a symbol "OF"when expecting one of the following "(". Fatal syntax error, unable to recover.

End quote:

can anyone help??? I am of the assumption that forms PL/SQL supports the complete PL/SQL features.

Thanks in advance.
Sundar.

-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Tue Mar 30 1999 - 11:12:17 CST

Original text of this message

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