Re: Help! What is PL/SQL?

From: <bwitt_at_tdsc1.actd.saic.com>
Date: Mon, 20 Jun 1994 15:10:04 GMT
Message-ID: <1994Jun20.151120.4484_at_ast.saic.com>


In article <2ts9na$p9v_at_nic.dot.state.mn.us>, <handrick_at_nic.dot.state.mn.us> writes:
> Path:

ast.saic.com!mvb.saic.com!MathWorks.Com!yeshua.marcam.com!zip.eecs.umich.edu!um n.edu!mr.net!nic.dot.state.mn.us!nic.dot.state.mn.us!handrick
> From: handrick_at_nic.dot.state.mn.us (Greg Handrick)
> Newsgroups: comp.databases.oracle
> Subject: Re: Help! What is PL/SQL?
> Date: 17 Jun 1994 13:50:34 GMT
> Organization: Minnesota Department of Transportation
> Lines: 34
> Message-ID: <2ts9na$p9v_at_nic.dot.state.mn.us>
> References: <CrGF6s.GCz_at_nvl.army.mil>
> NNTP-Posting-Host: nic.dot.state.mn.us
> X-Newsreader: TIN [version 1.2 PL1]
>
> Ebeth Jones (bajones_at_astro) wrote:
> : [Material (Materiel?) deleted]
> : Do I need the PL/SQL for any reason to be able to do this?
> : What does PL/SQL do that SQL*Plus doesn't do?
>
> PL/SQL is a programming language that comes packaged with Oracle V6 (V7 too,
> I think) which augments SQL by adding procedural capabilities like looping
> and branching. (Procedural Language SQL is the long name) This will let
> you add *some* procedural logic to your scripts (GOTO, IF-THEN, Boolean
 logic,
> etc) - adding more control to your programming. It's not the world's
> greatest programming language, but can be implemented in forms & menus. I
> know some people who still prefer user exits, but PL/SQL code can be stuck
> in an application pretty quickly. Since it comes with the RDBMS package,
> you won't even have to pay for it to try it out.....
>
> : Any advice/comments/suggestions would be greatly appreciated - I
> : need to get this purchase request in pronto and all the Oracle reps
> : that I have tried to call are out at some convention!
>
> Gee- that's something different- can't reach anybody at Oracle? ;-)
>
> Good Luck- hope this sheds a *little* light on it!
>
> Greg Handrick
> Programmer & User of Army Night Vision Equipment
>
> PL/SQL is not included in the Oracle RDBMS base product. Oracle's Procedural
Option (PL/SQL) must be purchased in addition to the database engine. The same holds true for the Distributed Database product.
>
>
>
>
>
>
>
Received on Mon Jun 20 1994 - 17:10:04 CEST

Original text of this message