Plan is an executable form of sql statements,But what
exactly resides inside a Plan. what are the details inside
Plan.

Answers were Sorted based on User's Feedback



Plan is an executable form of sql statements,But what exactly resides inside a Plan. what are the ..

Answer / vaibhav

Plan contains DBRM(machine level SQL statements) and
Optimized Access Path.

Is This Answer Correct ?    6 Yes 0 No

Plan is an executable form of sql statements,But what exactly resides inside a Plan. what are the ..

Answer / mehdee

. Plans are created by BIND command on sysibm.sysplan. To
execute a package, you must 1st include it in the package
list of a PLAN, so they are only executed when the plan in
which they are contained executes.
PACKAGEs are related to a PLAN, and PLANs are related to
a COLLECTION-ID. So when we REBIND a Package we do not need
to BIND REPLACE the Plan.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More DB2 Interview Questions

What is a synonym ?

2 Answers  


How to get the ddl of a table in db2?

0 Answers  


where can we use index and subscript ? with example ?

3 Answers   CTS,


what is the use of cursors?

3 Answers   iGate,


If we have 100 records in the PF, we deleted all the records then what is the Size of the PF?

2 Answers  


What is DCLGEN ?

2 Answers  


What is precompiler in db2?

0 Answers  


select * from orders where odate between '2010-01-01'and '2010-03-31' How do u fetch this into cursor?

2 Answers  


List out the buffer pools in db2

0 Answers  


What will happen, while trying to close the closed cursor.

1 Answers  


Highlight all the advantages that are attached to a package.

0 Answers  


What is the use of reorg in db2?

0 Answers  


Categories