Hi all,
i got this error from my application. I found that my current in used tablespace only have 4kb. For sure I did assign right for user "EXPRESS" to acess the mentioned tablespace (Userspace1).
I guess to solve the following problem is to increase the pagesize of the tablespace, but i got no idea how to do it?
If cannot increase its size, what should i do to ensure the new created new have specific tablespace pagesize?
~~~~ ERROR ~~~~
COM.ibm.db2.jdbc.DB2Exception: [IBM][CLI Driver][DB2/NT] SQL0286N A default table space could not be found with a page size of at least "4096" that authorization ID "EXPRESS" is authorized to use. SQLSTATE=42727
at COM.ibm.db2.jdbc.app.SQLExceptionGenerator.throw_SQLException(Unknown
Source)
at COM.ibm.db2.jdbc.app.SQLExceptionGenerator.throw_SQLException(Unknown
Source)
at COM.ibm.db2.jdbc.app.SQLExceptionGenerator.check_return_code(Unknown
Source)
at COM.ibm.db2.jdbc.app.DB2PreparedStatement.execute2(Unknown Source)
at COM.ibm.db2.jdbc.app.DB2PreparedStatement.executeQuery(Unknown Source
)