I tried creating a table with a field as varchar(6000) which resulted in the following error.
I am using DB2 7.2 on Win2k
DB21034E The command was processed as an SQL statement because it was not a valid Command Line Processor command. During SQL processing it returned

QL0286N A default table space could not be found with a page size of at least "8192" that authorization ID "DB2ADMIN" is authorized to use. SQLSTATE=42727
I believe I need to increase the BUFFERPOOL pagesize from the existing 4096. Could anyone get me the exact syntax for this or any other solution which is appropriate for the specified problem.
Thanks in advance