I want to know what's the differences between PL/SQL and stored
procedures,
the followings are my analysis, please comment and advise.
- PL/SQL is Oracle specific, stored procedures are supported in
Oracle, MS-SQL Server, or other databases.
- PL/SQL has 2 types: procedures and functions
- PL/SQL procedure = stored procedure ??
- 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:15:44 CDT