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

OUTER JOINS USED TO GET MATCHING AND NONMATCHING ROWS FORM 2 OR MORE TABLES BASED ON COLUMNS. SIMPLE JOINS ALSO DO THE SAME THEN WHAT IS THE USE OF OUTER JOINS.

1 Answers   Syntel,


What is a clustering index?

2 Answers  


Is db2 a database?

0 Answers  


How connect db2 database to datastage?

0 Answers  


What is the function of the Data Manager?

2 Answers  






What is ALTER ?

3 Answers  


How to insert more than one record using insert?

7 Answers   Atos Origin, IBM,


What is meant by index cardinality?

2 Answers  


How does one bind 2 versions of a CICS transaction with the same module name in two different CICS regions that share the same DB2 subsystem?

2 Answers  


difference between group clause and order clause

1 Answers  


What are data types?

2 Answers  


What is a synonym? How is it used?

2 Answers  


Categories