What is the logical entity between plan and Package?

Answers were Sorted based on User's Feedback



What is the logical entity between plan and Package?..

Answer / kamal

plan is an optimized access path,but it is an executable component,package contains optimized access path,which is generated by optimizer of bind & it is a non-executable component.

Is This Answer Correct ?    6 Yes 0 No

What is the logical entity between plan and Package?..

Answer / sridhar reddy

When ever a main progran is executed it is going to create
a DBRM for example if the main program calls n sub programs
then these n sub program need N DBRM's A total of N+1 DBRMs
are needed. A Plan is required to run These DBRM's .
Instead of placing all these DBRM's in a plan , for each
DBRM one package is created & these packages inturn call a
plan.
Instead of placing DBRM's in a plan a package is created
because if we modify any thing no need recompile all the
DBRM's
posted by Sridhar BhumiReddy

Is This Answer Correct ?    1 Yes 2 No

What is the logical entity between plan and Package?..

Answer / vamsi

Plan is an executabel one which provides access path to
access the DBRM's.

Is This Answer Correct ?    0 Yes 1 No

What is the logical entity between plan and Package?..

Answer / praveen

plan contains address of package.
package contains data set.

Is This Answer Correct ?    0 Yes 1 No

What is the logical entity between plan and Package?..

Answer / karthik

PLAN IS PLAN
PACKAGE IS NOT PLAN IS PACKAGE

Is This Answer Correct ?    2 Yes 11 No

Post New Answer

More DB2 Interview Questions

what is db2 restart?

0 Answers  


What is db2?

0 Answers  


How to update more then one record using update?

5 Answers   IBM,


How is the SUBSTR keyword used in sql?

1 Answers  


For Read Stability locks are not applicable for phantoms, What is Phantoms?

2 Answers  






What is reorg and runstats in db2?

0 Answers  


Where would you find information about the type of database authority held by the user?

2 Answers  


What is a trigger in the db2 database?

0 Answers  


Lot of updates have been done on a table due to which indexes have gone haywire. What do you do?

2 Answers  


what happend with out using Commit,when closing cursor and program?

5 Answers   CSC,


in GDG: is it poosible to copy records from a file which utilizes some 100 cylinders to a gdg whose model is defined as trk(1,0) and also it possible to copy 100 bytes file to 80 bytes file?

1 Answers   IBM,


What is sqlcode -922 ?

2 Answers  


Categories