Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Are PL-SQL and "Stored procedures" the same ?
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.
-- DavidReceived on Fri Feb 23 2007 - 11:37:27 CST
![]() |
![]() |