Collections:
PL/SQL Procedure in Oracle
What Is a Procedure in Oracle?
✍: FYIcenter.com
A procedure is a named program unit. It consists of three parts:
Here how a complete procedure should look like:
PROCEDURE name (parameter_1, parameter_2) AS -- Declaration statements BEGIN -- Executable statements EXCEPTION -- Error handling statements END;
⇐ PL/SQL Named Program Unit in Oracle
2018-11-29, 2574🔥, 0💬
Popular Posts:
How To Break Query Output into Pages in MySQL? If you have a query that returns hundreds of rows, an...
How to set the current database in SQL Server? Once you are connected to the SQL Server, you should ...
How To Connect the Oracle Server as SYSDBA in Oracle? This is Step 4. The best way to connect to the...
How To Provide Default Values to Function Parameters in SQL Server Transact-SQL? If you add a parame...
How To Start the Command-Line SQL*Plus in Oracle? If you Oracle server or client installed on your w...