Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: PL/SQL help
The simplest PL/SQL script I can think of is
BEGIN
NULL;
END;
/
It does absolutely nothing. If you get an error though, then you can't run
PL/SQL
--
Alan D. Mills
knez wrote in message <6vukv3$h96_at_sjx-ixn2.ix.netcom.com>...
>
>I would also know how I can find out if I can run PL/SQL. Can someone give
>me a small innocuous piece of code that will let me know that I can run
>PL/SQL.
>
>
>
Received on Tue Oct 13 1998 - 06:11:42 CDT