What is a DBRM, PLAN ?
Answers were Sorted based on User's Feedback
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 |
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 |
What is buffer pool and list some of them?
Suppose the outcome of executing a query results in a row having null. Based on the answer how you use it? Its declaration and inclusion?
What is lock escalation?
i have a db2 variable how do u declare tht into working storage section ?
How to resolve -805 error in DB2?
How do I create a table MANAGER (EMP-NO, MANAGER) where MANAGER is a foreign key which references to EMP-NO in the same table? Give the exact DDL.
What are the 2 sqlcodes that are returned?
Which is faster delete or truncate?
how to resolve -805 . how to see dbrm and package not found
What is COPY PENDING status?
How can you do the explain of a dynamic sql statement?
How many buffer pools are available in db2?