Question: I got this error on MYDB on MYSERVER: DB21034E The command was processed as an SQL statement because it was not a valid Command Line Processor command. During SQL processing it returned: SQL0286N A table space could not be found with a page size of at least "32768" that authorization ID "DB2USER" is authorized to use. SQLSTATE=42727 Answer: You must be attempting to execute a CREATE TABLE statement where the requirement is for a pagesize greater that the tablespace pagesizes available. You could verify this by connecting to the database and running the LIST TABLESPACES SHOW DETAIL command. If... Read more →