What is a DBRM, PLAN ?

Answers were Sorted based on User's Feedback



What is a DBRM, PLAN ?..

Answer / sunil1405

database rquest module(DBRM) , they are created after the
precompilation is performed. It contains executable host
SQL statements.

Plan is the output of bind process, of which the inout to
bind is DBRM. Plan contains host SQL statements.

Is This Answer Correct ?    16 Yes 3 No

What is a DBRM, PLAN ?..

Answer / mehdee

The above answer is right, but the 2nd part should change
to: PLAN is an executable module containing the access path
logic to one or more DBRMs and packages.

Is This Answer Correct ?    13 Yes 2 No

What is a DBRM, PLAN ?..

Answer / kundan kumar

DBRM :-database request module(DBRM) , they are created after the
pre-compilation is performed. It contains parsed SQL statements.
PLAN :- PLAN is an executable module containing the access path
logic to one or more DBRMs and packages created after bind process .

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More DB2 Interview Questions

What kind of database is db2?

0 Answers  


What is tablespace?

3 Answers  


How can we retrieve the total number of records in RPG & CLLE?

0 Answers  


What is a correlated sub query?

2 Answers  


What is explain plan in db2?

0 Answers  






What is the reason behind not using select * in embedded sql programs?

0 Answers  


What action db2 takes when a program aborts in the middle of a transaction?

0 Answers  


What is the difference between Primary key and unique index?

6 Answers  


What is -904 sql code? How to resolve it?

3 Answers  


What do you mean by between and in? Is between inclusive of specified range values?

0 Answers  


What is db2 instance?

0 Answers  


What is bind package and plan in db2?

0 Answers  


Categories