Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: PL/SQL in FORMS 4.5
Forms 45 does not come with a current plsql version. Tables do not
work with it. You will have to upgrade your Forms.
On Tue, 30 Mar 1999 17:12:17 GMT, sundar_rr_at_my-dejanews.com wrote:
>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 Wed Apr 07 1999 - 08:57:23 CDT
![]() |
![]() |