Hi,
I am looking for information how calculate size of table with BLOB
field.
After RUNSTATS command
select fpages * tablespace pagesize - gives me only 16kB (table contain
about 10M)
I am interesting in 2 cases:
1.
create table t1(.....
blobdata BLOB
) IN myregulartablespace
@
2
create table t2(.....
blobdata BLOB
) IN myregulartablespace
LONG IN mylongtablespace
@
or how calculate size of mylongtablespace with BLOB data
Thanks in advance
Yaro