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

What is the difference between IN subselects and EXISTS subselect?

1 Answers   HCL, PreVator, TCS,


Is db2 a programming language?

0 Answers  


What is a page in db2?

0 Answers  


Can you access the DB2 Directory table using SQL?

3 Answers  


What language is db2 written in?

0 Answers  






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 ?

5 Answers   IBM,


What is dbrm? What it contains? When it will be created?

0 Answers  


What will the DB2 optimizer do?

2 Answers  


How to update more then one record using update?

5 Answers   IBM,


what are the bind parameters?

5 Answers   IBM,


What is an instance in db2?

0 Answers  


Q3. How will you fetch duplicate values from a DB2 table?

2 Answers   RBS,


Categories