Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Platinum Forest & Trees Question??
I use Platinum Forest & Trees, Oracle 7.3.3.0.0, SQL*Plus 3.3.3.0.0.
I can run standard SQL Queries in F&T without a problem. If I attempt to
run a PL/SQL program:
BEGIN
NULL;
END;
/
In F&T I get an error: ORA-06550: line1, column 14: PLS-00103:
Encountered
the symbol ""NULL"" when expecting one of the following:
;
When I go to SQL*Plus and sign on and run it say that the process was
successful.
I would like to be able to use PL/SQL in my F&T. Any suggestions?
Thanks in advance... Received on Wed Oct 14 1998 - 11:36:30 CDT