Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: PL/SQL versus stored procedures

Re: PL/SQL versus stored procedures

From: SriSamp <ssampath_at_sct.co.in>
Date: Fri, 14 Oct 2005 11:06:12 +0530
Message-ID: <#ml#hCI0FHA.1132@TK2MSFTNGP10.phx.gbl>


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...

>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!!
>
Received on Fri Oct 14 2005 - 00:36:12 CDT

Original text of this message

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