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 |
What is the meaning of -805 SQL return code?
Can a unique index have more than one null value? If not, what error code is given if an attempt is made to insert more than one null value?
Can you define an Index if the table size less than 10 PAGES?
1) I have 3 programs : PGMA, PGMB, PGMC. PGMA calls PGMB and PGMB calls PGMC. I have to do inserts, updates in all the 3 pgms. 2) Say PGMC has done its work successfully and returned to PGMB 3) PGMB had an SQL error while doing some update 4) PGMA has already done some updates before calling PGMB all are running under the same CICS region. What will happen if I issue SYNCPOINT ROLLBACK in PGMB when it abends ? Does all the changes in PGMA,B,C rollback ? (because all the pgms belong to same task).
What are concurrency issues?
How do you insert a record with a nullable column?
How to fetch the uncommited data from table ?
How to create a table using embedded sql?
What is image copy?
wt is view ? wht r the restrictions for view ?
How do I copy a table in db2?
What is bind plan?