hi all
i have sql replication in which i have created a separate tablespace for
capture tables as currently as per syscat.tables
select npages/1024 as MB, tabname from syscat.tables where tbspaceid = 16
the size of npages is 1154
but the list tablespaces show detail shows like this
Total pages = 7119467
Useable pages = 7119467
Used pages = 7119467
Free pages = Not applicable
High water mark (pages) = Not applicable
Page size (bytes) = 4096
Extent size (pages) = 32
Prefetch size (pages) = 32
Number of containers = 1
Minimum recovery time = 2009-09-07-01.05.17.000000
COULD this bcoz i have not done reorg on this tables since it was created.
could that be the reason its show this size
regds
Paul