Formal Parameters and Actual Parameters in Oracle

Q

What Is the Difference between Formal Parameters and Actual Parameters in Oracle?

✍: FYIcenter.com

A

Formal parameter and actual parameter are two different terms related parameters used in the procedures and functions:

  • A formal parameter is a term used to refer to a parameter defined in the procedure or function declaration statement.
  • An actual parameter is a term used to refer to a parameter provided by the calling statement to a procedure or a function.

 

Parameter Modes Supported by PL/SQL in Oracle

Define Variables before Procedures and Functions in Oracle

Creating Oracle PL/SQL Procedures and Functions

⇑⇑ Oracle Database Tutorials

2018-03-18, 2268🔥, 0💬