InterviewSolution
Saved Bookmarks
| 1. |
What Is Oracle Package? |
|
Answer» Oracle package is a schema object that groups logically related PL/SQL types, items, and SUBPROGRAMS. PACKAGES offer several advantages: modularity, easier application DESIGN, information hiding, added FUNCTIONALITY, and better PERFORMANCE Oracle package is a schema object that groups logically related PL/SQL types, items, and subprograms. Packages offer several advantages: modularity, easier application design, information hiding, added functionality, and better performance |
|