rqm 3.0ma7 create table error
One answer
nicro wrote:
example, db2 create database rqm30 using codeset utf-8 territory us
collate using system pagesize 16384 WITH 'RQM30 Database' AUTOCONFIGURE
USING MEM_PERCENT 10 APPLY DB ONLY;
CRJAZ0577I Error
CREATE TABLE LM0.ABSTRACT_INSTANCE
CONTENT pagesize is 8k, but LM0.ABSTRACT_INSTANCE need 16k
You have to use 16K pages when creating the database instance for
example, db2 create database rqm30 using codeset utf-8 territory us
collate using system pagesize 16384 WITH 'RQM30 Database' AUTOCONFIGURE
USING MEM_PERCENT 10 APPLY DB ONLY;