• Skip to primary navigation
  • Skip to main content

Tech Honey

The #1 Website for Oracle PL/SQL, OA Framework and HTML

  • Home
  • HTML
    • Tags in HTML
    • HTML Attributes
  • OA Framework
    • Item in OAF
    • Regions in OAF
    • General OAF Topics
  • Oracle
    • statement
    • function
    • clause
    • plsql
    • sql

how to create procedure in oracle plsql

Creating PROCEDURES in Oracle PLSQL

December 10, 2012 by techhoneyadmin

Oracle PLSQL PROCEDURE is a named block like PLSQL Functions which can perform one or more actions. Using Oracle PLSQL PROCEDURE we can achieve complex business needs. Oracle PLSQL syntax to create a PROCEDURE is: CREATE [OR REPLACE] PROCEDURE [schema.] procedure_name [( parameter_1 [IN] [OUT] parameter_data_type_1, parameter_2 [IN] [OUT] parameter_data_type_2,… parameter_N [IN] [OUT] parameter_data_type_N )] […]

Filed Under: plsql Tagged With: CREATEPROCEDURESPLSQL, creating procedures in oracle plsql, how to create procedure in oracle plsql, oracle plsql procedures

Copyright © 2022 · Parallax Pro on Genesis Framework · WordPress · Log in