Answer Posted / useroracle
Advantages of package:
-----------------------
A. Modularity
- Encapsulate related constructs.
B. Easier Application Design
- Code and compile specification and body separately.
C. Hiding Information
- Only the declarations in the pacakge specification
are visible and accessible to application.
- Private constructs in the package body are hidden
and inaccesible.
- All coding is hidden in the package body.
D. Added Functionality
- Persistency of variables and coursors.
E. Better Performance
- The entire package is loaded into memory when the
package is first referenced.
- There is only one copy in memory for all users.
- The dependency hierarchy is simplified.
F. Overloading
- Multiple subprograms of the same name.
| Is This Answer Correct ? | 55 Yes | 3 No |
Post New Answer View All Answers
What is inner join in sql?
what are the limitations of identity column? : Transact sql
What do you understand by pl/sql records?
What are the most important characteristics of pl/sql?
How many clustered indexes can you have?
Is it possible to read/write files to-and-from PL/SQL?
How do I copy a table in sql?
Mention what is the plv (pl/vision) package offers?
list out some tools through which we can draw e-r diagrams for mysql. : Sql dba
Why query optimization is needed?
how many columns can be used for creating index? : Sql dba
How many sql statements are used? Define them.
Explain the components of sql?
Are stored procedures faster than queries?
What is query execution plan in sql?