What are PACKAGES ?

Answers were Sorted based on User's Feedback



What are PACKAGES ?..

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

What are PACKAGES ?..

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

What are PACKAGES ?..

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

Post New Answer

More DB2 Interview Questions

How do you insert a record with a nullable column?

2 Answers  


What is runstats utility in db2?

0 Answers  


what is + sign and -ve sign for sql code ?

1 Answers   TCS,


What's The Percentage Free Space ?

0 Answers   IBM,


How to retrieve rows from a db2 table in embedded sql?

0 Answers  






query to just fetch first matching row and stop execution. once one matching row is found ..no more records should be checked.. if the first record is matching.. the query must stop

2 Answers   IBM,


List out the three types of page locks that can be held.

0 Answers  


What is ibm db2 connect?

0 Answers  


List some fields from sqlca?

0 Answers  


What is difference between isnull and coalesce?

0 Answers  


What is the error code -803 ?

3 Answers  


How do I add a column in db2?

0 Answers  


Categories