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 -> Re: PL/SQL help

Re: PL/SQL help

From: Alan D. Mills <alanmNOSPAM_at_uk.europe.mcd.mot.com>
Date: Tue, 13 Oct 1998 12:11:42 +0100
Message-ID: <6vvcg9$joo$1@schbbs.mot.com>


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

Original text of this message

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