Re: Stored procedures - Good or Bad?
I think stored procedures are good in many ways. One of the ways they are good in is they make it easy to manage database transactions.
I can liken them to modular programming where you write code that is specific to a task.
With this in mind, you can have your database programming logic of your applications housed in your stored procedures. This way it will make it easy to maintain your code since you would know where to go exactly.
Subject
Views
Written By
Posted
13703
March 07, 2007 03:35PM
3461
May 03, 2007 11:05AM
2864
May 03, 2007 07:32PM
Re: Stored procedures - Good or Bad?
1996
May 15, 2008 11:08AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.