Answer Posted / s
Packages are single bound DBRMs which contains SQL
statements of a single application program or subroutine.
Before the application program can be executed, you need to
bind a plan. The plan can be bound with DBRM members and/or
Package list. Without the use of packages, if there is any
change made to the program, even if there are no changes to
the SQL, the whole plan need to bound which cause
unavailabilty of the plan and it is resource intensive
since all the unrelated DBRMs are also need to be bound.
With the use of packages, only the package need to be bound
without the need to bind the plan. Also bind parameters can
be specified at package level rather than plan level
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What do you mean by commit and rollback?
What is a db2 schema?
How to execute stored procedure in db2 command editor?
What is db2 bind process?
What is a trigger in the db2 database?
What is iseries database?
Which component is used to execute the sql statements?
What is a db2 tablespace?
What is a bind card?
What is buffer pool and list some of them?
what is the role of the cursor in db2?
What is netezza database?
How can deadlocks be resolved?
What is bind plan?
How can the duplicate values be eliminated from db2 select?