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
What is db2 command?
What kind of database is db2?
Why select is not preferred in embedded sql programs?
what is the responsibility of the construction superintendent
What is concurrency?
What is the syntax for FETCH in DB2 ?
What is multi row fetch in db2?
Is ibm db2 open source?
What is a db2 package?
Explain about rct.
What is ibm db2 used for?
What is page size in db2?
What is a system catalog table in db2?
Is db2 a database?
How can the firstname and the lastname from the emp table be concatenated to generate complete names?