DEVFYI - Developer Resource - FYI

What are the advantages of having a Package ?

ORACLE Interview Questions and Answers (Part 3)


(Continued from previous question...)

505. What are the advantages of having a Package ?

Increased functionality (for example,global package variables can be declared and used by any proecdure in the package) and performance (for example all objects of the package are parsed compiled, and loaded into memory once)

(Continued on next question...)

Other Interview Questions