| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Combining Stored Procedures?
PL/SQL != T-SQL
You'll need to read the 'How do I deprogram from Sql-sever Manual'
The first chapter in this manual is:
How do I learn how to fish instead others have to fish on my behalf.
The second chapter in this manual is:
What is the *proper* definition of a procedure (the code above is not a
procedure at all)
The third chapter is:
What is a REF CURSOR and why will replacing T-SQL procedures by PL/SQL
procedures returning a REF CURSOR result in an unscalable application.
Obviously you would need to read
- both books by Thomas Kyte
You'd best try to avoid 'porting' any sql-server application to Oracle. It just won't work, EVER!!!
-- Sybrand Bakker Senior Oracle DBAReceived on Thu Jul 07 2005 - 07:19:23 CDT
![]() |
![]() |