Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: What is The different between PL/SQL and SQL*Plus?

Re: What is The different between PL/SQL and SQL*Plus?

From: Ana C. Dent <anacedent_at_hotmail.com>
Date: Thu, 13 Mar 2003 01:41:57 GMT
Message-ID: <Xns933CB40BEEBF7SunnySD@68.6.19.6>


"Jay" <zaestayfk_at_yahoo.com> wrote in news:3e6ebc00$1_at_shknews01:

> What is The different between PL/SQL and SQL*Plus?
> Can anyone give me some examples???
> Thanks
>
>

SQL*Plus has NO flow control mechanisms; i.e no IF.. THEN
no FOR
no WHILE
etc.

Start at the top.
Execute every line.
Fall out the bottom.
Everytime, no exceptions, no decisions to be made; ever. Received on Wed Mar 12 2003 - 19:41:57 CST

Original text of this message

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