What are PACKAGES ?
Answers were Sorted based on User's Feedback
Answer / rahul nittala
The concept of packages came from this particular problem
which was faced earlier:
when there were no packages, all the dbrms for a respective
program have to be bound directly to the plan. In such
cases, whenever there was any change made to any calling or
called program within the plan, all the modules had to be
bound to their individual dbrm and then all the dbrms had
to be bound to the plan. To avoid this, the concept of
package was introduced which was just an address location
in the memory and not a physical entity. By introducing the
package concept, it was not necessary to bind all the
individual dbrms again, only that module to which change
was done had to be bound to that respective package. There
will be a one - to - one relation between a dbrm and a
package. A package actually stores the address of the dbrm.
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / s
Packages are single bound DBRM. When there is an change
made to the application pgm, it requires only the bind of
the package as opposed to binding the whole plan if the
DBRM was directly bound to the plan.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / deepak dada
packages is which contains the optimised path for
accessing the db2 packages cannt be executed by itself it
can be executed when is cotained in plan
| Is This Answer Correct ? | 2 Yes | 1 No |
wht displays the number of times a query modified ?
Can All Users Have The Privilege To Use The SQL Statement Select (DML)?
How to find primary key of a table in db2?
What value the host varible will contain , if null indicator value is -2 ? Will it contain the truncated value or nothing will move ?
What is cursor stability in db2?
What type of database is db2?
How will you return the number of records in table?
DB2 can implement a join in three ways using a merge join, a nested join or a hybrid join. Explain the differences?
Can any one tell me about Restart logic in DB2.
What is the difference between dbm cfg and db cfg file in db2 ?
What is the SQL query to select, delete and get count of duplicate rows in DB2?
Mention some fields that are a part of sqlca.