What happens to the PLAN if index used by it is dropped?
Answer / s
The plan is invalidated and an automatic rebind is
attempted next time is the plan is executed.
| Is This Answer Correct ? | 4 Yes | 0 No |
how to execute qcmdexc in rpgle?plz write code also?
What is db2 look?
What does reorg do in db2?
What is dbrm?
what is the input to PLAN? what is the input to DBRM?
What is a root page?
What are the rules for db2 programming?
What are the three lock types?
What is pagespace?
can I alter a table (e.g. adding a column) when other user is selecting some columns or updating some columns from the same table?
How to retrieve rows from a db2 table in embedded sql?
a cursor normally gets closed once we provide a commit . If u try to close the same cursor with close cursor command later after providing the commit will there be any sql-error.