Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: PL/SQL versus stored procedures
PL/SQL is to Oracle as T-SQL is to SQL Server. Both have their programming
constructs and data structures. You can "implement" stored procedures using
PL/SQL much like you can do the same with T-SQL.
-- HTH, SriSamp Email: srisamp_at_gmail.com Blog: http://blogs.sqlxml.org/srinivassampath URL: http://www32.brinkster.com/srisamp <apngss_at_yahoo.com> wrote in message news:1129266944.512419.283400_at_o13g2000cwo.googlegroups.com...Received on Fri Oct 14 2005 - 00:36:12 CDT
>I want to know what's the differences between PL/SQL and stored
> procedures,
> the followings are my analysis, please comment and advise.
>
> 1) PL/SQL is Oracle specific, stored procedures are supported in
> Oracle, MS-SQL Server, or other databases.
>
> 2) PL/SQL has 2 types: procedures and functions
>
> 3) PL/SQL procedure = stored procedure ??
>
> 4) Oracle stored procedure and MS-SQL stored procedure have
> different syntax. I think they are slightly different, I could
> find the syntax for Oracle stored procedure, but not MS-SQL stored
> procedure. In other words, can we put MS-SQL stored procedure
> and put in Oracle without any changes?
>
> Please advise. thanks!!
>
![]() |
![]() |