Hello,
From the physical model of a DB2 UDB database is it possible to determine the page size that can be used for a particular table?
Because after the table is created I can check the average row length from AVGCOLLEN of SYSSTAT.COLUMNS.
At present the problem which I'm facing is After generating the DDL from physical data model some table fails to get created in my database as it needs 8K or 16K pagesize. So how can I determine the avg row length before table creation process itself.
Any help appreciate.
Thanks,Vij.