In a database management system (DBMS), a
stored procedure is a set of Structured Query Language (SQL) statements with an assigned
name that's stored in the database in compiled form so that it can be shared by a number of
programs. The use of stored procedures can be helpful in controlling access to data (end-users may enter or
change data but do not write procedures), preserving data integrity (information
is entered in a consistent manner), and improving productivity (statements in a stored procedure
only need to be written one time).
This was last updated in September 2005
Email Alerts
Register now to receive SearchOracle.com-related news, tips and more, delivered to your inbox.
By submitting you agree to receive email from TechTarget and its partners. If you reside outside of the United States, you consent to having your personal data transferred to and processed in the United States.
Privacy
Dig Deeper
-
One reader asks how to set up a report in Oracle SQL so that Monday is the first day of the week.
-
One reader asks if it is the best practice to store a document inside an Oracle database.
-
One reader asks how to create and retrieve a binary large object (BLOB), and SQL expert Karen Morton gives some comprehensive advice and tips.
-
People who read this also read...
-
Resources from around the Web
Join the conversationComment
Share
Comments
Results
Contribute to the conversation