Application of Oracle functions and stored procedures

Source: Internet
Author: User
For Oracle functions and stored procedures, Oracle provides many security mechanisms to control the access permissions of functions and stored procedures.

For Oracle functions and stored procedures, Oracle provides many security mechanisms to control the access permissions of functions and stored procedures.

Functions and stored procedures

In Oracle databases, you can use a single statement to add, delete, modify, and query a database. In addition, you can use multiple statements to form an I statement block and execute them together.
These statement blocks can be displayed and named and called by other applications. These named statement blocks are called functions and stored procedures.

Custom functions in Oracle;
Stored Procedures in Oracle;
Package functions and stored procedures-packages.

-- Function

-- A function is a common object in Oracle. Like other programming language functions, functions in Oracle must return a value. This is also an important feature that distinguishes functions from stored procedures.

-- Function introduction:
1. division of functions and functions
2. Function Parameters
3. function return value

Create a function

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.