Programmatic Constructs Question:

Explain What are the advantages of having a Package?

Tweet Share WhatsApp

Answer:

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)

Download Oracle Programmatic Constructs PDF Read All 11 Oracle Programmatic Constructs Questions
Previous QuestionNext Question
Explain What are the different types of PL/SQL program units that can be defined and stored in ORACLE database?Explain What is difference between Procedures and Functions?