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: Are PL-SQL and "Stored procedures" the same ?

Re: Are PL-SQL and "Stored procedures" the same ?

From: Mark D Powell <Mark.Powell_at_eds.com>
Date: 25 Feb 2007 12:14:48 -0800
Message-ID: <1172434488.363886.300050@t69g2000cwt.googlegroups.com>


On Feb 23, 3:04 am, pra..._at_nortel.com (Steven Prasil) wrote:
> I have heard of PL-SQL and "Stored procedures".
> Are these two features the same?
> Or is one a part of the other?
>
> Steven

Stored procedures, functions, and packages are written in PL/SQL which can also be submitted as anonymous code to the PL/SQL engine. Table and database event triggers are also written in PL/SQL.

The Oracle documentation CD includes a PL/SQL manual.

HTH -- Mark D Powell -- Received on Sun Feb 25 2007 - 14:14:48 CST

Original text of this message

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