why we go for package? what are the advantages of using
instead of seperate procuderes or functions
Answer Posted / aravinda
package is collection of logically related pl/sql types
,items, subprograms. packages have following advantages over
procedures and functions.
Modularity, easy to design applications, information hiding,
added functionality and best performance.
we can declare global variables in packages which are valid
across application.
without invalidating the package we can modify the package body.
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
Can you have more than one trigger on a table?
How do you write a complex sql query?
how to use regular expression in pattern match conditions? : Sql dba
What are the advantages of pl sql?
Is inner join faster than left join?
What program will open a mdb file?
What is the purpose of using pl/sql?
Can delete statement be rollbacked?
Is natural join same as inner join?
What are the built in functions of sql?
How do I partition a table in sql?
How can a function retun more than one value in oracle with proper example?
What is a record in pl/sql?
Can one improve the performance of sql*loader? : aql loader
What is difference between procedure and trigger?