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: dmol <dmolinier_at_gmail.com>
Date: 23 Feb 2007 09:37:27 -0800
Message-ID: <1172252247.137699.180050@t69g2000cwt.googlegroups.com>


On Feb 23, 9: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?

PL-SQL is a language.
Stored procedure is a mechanism where a program is stored on the server.
You can program stored procedure using the Java language. You can make program using PL-SQL language, without storing them on the server.

--
David
Received on Fri Feb 23 2007 - 11:37:27 CST

Original text of this message

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