What are the advantages of the packages
Answers were Sorted based on User's Feedback
* The main advantage of package is one time compilation
process.while the first time of compilation the source code
is converted into P-code and stored in the database so that
for n no of time calling the pckg it does not take any
memory locations...
*Then whatevere the database objects declared in the
package specification will be globally accessible.
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / akki julakanti
Advantages of Packages:
1.Encapsulation
2.Overloading
3.Better Performance
4.Information hiding
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / chandrasekar.ramasamy
Package-> Compiles and stores all the procedures and
functions in SGA (System Global Area), so the performance
will be high.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / manoj kaushik
Advantages of Packages --Modularity,Easier Application
Design,Information Hiding,Added Functionality,Better
Performance.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / senthilkumar
Package is a group of related database objects like
functions ,procedures and other packages construct together
as a unit in the database.
Advantages:
Modularity
Better Performance(when we are executing any
subprogram in the package, it will be loaded in to the
memory, so performance of the package will be very high)
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / gireesh.p.v
package is a collection of procedures&functions.
we can use package by simply calling it
| Is This Answer Correct ? | 0 Yes | 2 No |
Can triggers stop a dml statement from executing on a table?
How many types of literals are available in pl sql?
Can we use join in subquery?
what is the use of anchoring object? what r the difference between anchoring object & enclosing object? can any one tell me all the details?
What does dml mean?
Does sql backup shrink transaction log?
What is a data manipulation language?
Can we rollback delete command?
Query for second maximum salary in each in each department
15 Answers DST Global Solutions, TCS,
What are the differences between in and exists clause?
How do I create a memory optimized filegroup?
Hello All, Could any well write a query for the following scenario. Account(table name) No Name Amount 1 ABCD 2000.00 2 DEFG -2000.00 3 GHIJ 3000.50 4 JKLM 4000.00 5 MNOP 6000.00 O/p Should be in this format No Name Credit Debit 1 ABCD 2000.00 0 2 DEFG 0 -2000.00 3 GHIJ 3000.50 4 JKLM 0 -4000.00 5 MNOP 6000.00 o could any one give appropriate query for this Thnks in Advance
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)