Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> PL/SQL in FORMS 4.5
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
![]() |
![]() |