what are the max. & min. no. of partitions allowed in a
partition tablespace?
Answers were Sorted based on User's Feedback
Answer / s
The maximum number of partitions allowed in DB2 V8 is 4096
partitions.
| Is This Answer Correct ? | 3 Yes | 6 No |
When can an insert of a new primary key value threaten referential integrity?
What is the difference between Primary key and unique index?
What is package in db2 mainframe?
Which components manage deadlocks in db2?
Which transaction use a command thread ?
How to get the ddl of a table in db2?
What is the role of data manager in the db2 database?
How to compare data between two tables in db2?
What is a precompiler?
For Read Stability locks are not applicable for phantoms, What is Phantoms?
My sql statement select avg(salary) from emp yields inaccurate results. Why?
Suppose we are doing transaction in a table and abend happened in between. Suppose i have completed the transaction upto X rows and I want to start the transaction again where the abend happened. I don't want to do the transaction from the first record. Then what i have to do.