DEVFYI - Developer Resource - FYI

What are two parts of package ?

ORACLE Interview Questions and Answers (Part 3)


(Continued from previous question...)

468. What are two parts of package ?

The two parts of package are PACKAGE SPECIFICATION & PACKAGE BODY. Package Specification contains declarations that are global to the packages and local to the schema. Package Body contains actual procedures and local declaration of the procedures and cursor declarations.

(Continued on next question...)

Other Interview Questions