|
| Total Answers and Comments: 3 |
Last Update: February 18, 2009 Asked by: ttparavindh |
|
| | |
|
Submitted by: amikat Procedure is a named PL/SQL block tht is stored in the database. Package is a collection of functions and procedures stored within the database. Pkg consists of 2 parts 1. Specification - declares types,functions,procedures,exceptions,cursors 2. Body - implements the specification Whenevr a func/proc is referenced from the pkg thn the entire pkg is loaded in the memory so tht whn a diff func from the same pkg is referenced thn its already there in the memory
Above answer was rated as good by the following members: saginandkishore, ane_esh_k | Go To Top
|