What is the logical entity between plan and Package?
Answer Posted / 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 |
Post New Answer View All Answers
How to check last update on table in db2?
If anyone has IBM Certification Dumps pls forward to me & also let me know what are the Certification Codes that are available in DB2
Can we insert update delete in view?
Is ibm db2 free?
What are the 2 sqlcodes that are returned?
What os does db2 run on?
What is meant by dclgen?
Are views updateable?
What is the difference between cursor and select statement?
What is with ur in db2?
What is the difference between oracle and db2?
How to take backup of table in db2?
Explain about open switch business continuity software?
Comment whether dclgen is mandatorily used. If not, then what is the point of using it?
Mention the downsides of page level lock.