![]() |
|||
|
|
|||
|
||||||||||||||||||||||||||||||
|
|
|
Looking for the original pages? (formerly called "Morgan's Library") You can find them here.
Term: PROCEDURE
Definition: CREATE [OR REPLACE] PROCEDURE [NAME] [PARAMETERS] In the syntax, REPLACE is used to preserve the privileges associated with the procedure. Example Usage: The procedure P_TEST_PROC calculates sum of two numbers and returns the result to the host (or to the calling environment). CREATE OR REPLACE PROCEDURE P_TEST_PROC (P_ARG1 NUMBER, Related Links:
Related Code Snippets:
|
| Home : Code Library : Sponsors : Privacy : Terms of Use : Contact Us | 88 users online © 2009 psoug.org |