Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 are the prerogatives?

0 Answers  


what types of copies can be made with the COPY Utility ?

1 Answers  


what is plan? is plan executable or package?

4 Answers  


What's the Maximum Length of SQLCA and what's the content of SQLCABC?

2 Answers  


Is it possible to update a primary key value? If not, what is the error code given? If yes, can more than 1 primary key column be updated at a time?

8 Answers  


What information can you find in SYSIBM.SYSLINKS table?

1 Answers   TCS,


Which DB2 catalog tables are used to produce a list of table column by table for all tables in a database?

1 Answers  


Consider that a package is bound into 2 different collections and the PKLIST option specifies both the collections. If the collection id is not specified in the program while executing the SQL query, then when the DB2 system will search the package list, which collection will it pick up or will it give an error/abend?

1 Answers  


What do you need to do before you do EXPLAIN ?

1 Answers  


What does an outer join do?

1 Answers   CTS,


SQLCODE = -199, ERROR: ILLEGAL USE OF KEYWORD CHAR, TOKEN KEY was expected

0 Answers  


How many sub queries can you combine together ?

4 Answers   IBM,


Categories