how many partitions are possible in partitioned tablespace?
dont say 1-64.
a)240
b)256
c)512
d)none

Answers were Sorted based on User's Feedback



how many partitions are possible in partitioned tablespace? dont say 1-64. a)240 b)256 c)512 d)..

Answer / vish

Unfortunately nonoe of the above answers are completely
correct. Answer posted by Nawal Kishore is partly correct
but not the complete answer. Answer from Vani may be partly
correct depending upon the DSSiZE and the page size. Let me
try to answer the question:

DB2 alllows a maximum of 4096 partitions of a partitioned
table space. Actually, the maximum number of partitions in
a table space depends on the data set size (DSSIZE
parameter) and the page size. Thus the partitions can range
from 1 to 4096 depending upon the above parameters (DSSIZE
ands the page size).

You can refer to IBM documentations to confirm the
same...suggesstions are welcome...!!

Is This Answer Correct ?    3 Yes 0 No

how many partitions are possible in partitioned tablespace? dont say 1-64. a)240 b)256 c)512 d)..

Answer / nawal kishore

Partitions can be range from 1 to 4096

Is This Answer Correct ?    3 Yes 1 No

how many partitions are possible in partitioned tablespace? dont say 1-64. a)240 b)256 c)512 d)..

Answer / binaya patnaik

Minimu 4, Maximum 64

Is This Answer Correct ?    3 Yes 1 No

how many partitions are possible in partitioned tablespace? dont say 1-64. a)240 b)256 c)512 d)..

Answer / sathsih

MAXIMUM PARTITION IS 4096 AFTER VERSION 8.
EARLIER VERSION MAXIMUM PARTITION IS 254.
EACH PARTITION MAXIMUM SIZE IS 64GB OF DATA.

Is This Answer Correct ?    2 Yes 0 No

how many partitions are possible in partitioned tablespace? dont say 1-64. a)240 b)256 c)512 d)..

Answer / guest

first of all the question is wrong

Is This Answer Correct ?    2 Yes 1 No

how many partitions are possible in partitioned tablespace? dont say 1-64. a)240 b)256 c)512 d)..

Answer / viks

any body knows this answer plzzzzz

Is This Answer Correct ?    2 Yes 2 No

how many partitions are possible in partitioned tablespace? dont say 1-64. a)240 b)256 c)512 d)..

Answer / vani

256

Is This Answer Correct ?    0 Yes 0 No

how many partitions are possible in partitioned tablespace? dont say 1-64. a)240 b)256 c)512 d)..

Answer / vat

Depends on version of DB2 also
V7:
64: NOT (LARGE OR DSSIZE > 2GB)
254: LARGE OR DSSIZE > 2GB

V8:
64: NOT (LARGE OR DSSIZE > 2GB)
4096: Depending on what's specified for DSSIZE OR LARGE and
the page size

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More DB2 Interview Questions

Following a db2 update statement, what is the quickest way to compute the total number of updated rows?

0 Answers  


What is the difference between base table and view?

7 Answers  


What is the purpose of the SDSNLOAD dataset in the STEPLIB while running DB2 programs?

2 Answers  


What's the maximum number of volumes that can be added to a STOGROUP?

1 Answers   IBM,


How do I change the column size in db2?

0 Answers  






What is bufferpool in db2?

0 Answers  


What's the difference between DB2 active log and archive log? Thanks a lot...

2 Answers   IBM,


wht r the requirements for writing a cobol-db2 pgm ?

4 Answers   IBM,


Define buffer pool.

0 Answers  


What is a PLAN table? How will you use it? Give the various fields of PLAN table?

1 Answers   Accenture,


What is null indicator in cobol db2?

0 Answers  


How to resolve -803 sql code in DB2?

3 Answers   Cap Gemini,


Categories