what is rebinding ?
Answer / sravani
when sql statements are not changed but a new index is added or runstats is run,then it is advisable to do a rebind for the
best possible access path. rebind plan is cheaper than bind with action(replace)
| Is This Answer Correct ? | 4 Yes | 0 No |
How could one combine a set of incremental image copies into a single copy?
How does DB2 determine what lock-size to use?
Can a primary key have null values? If we try to insert a null value in a primary key column, will it work or give an error code?
can any one expalin check point with an example?
How to check last update on table in db2?
suppose in my table 10 rows are there , i want to update odd rows salary as 90000 ? how u do it ? any one help me ? what do we use here cursor-fetch or normal sql ?
What is cursor with hold option in db2?
What's the maximum number of characters that a tablename can have?
What is a storage group (stogroup)?
in my table i will update only 100 record among 1000 records i need to display recently updated record'.....can u tell me where those records are stored how can i display those records...?if there is any sql query pls let me know....?
What information is contained in a SYSCOPY entry?
What are the Isolation levels possible ?