KB Article #73505

DB2 9.5, 9.7 requirement - additionnal schema

Problem

-- For the DB2 9.5 and 9.7, there is an additional schema to set:
<Property key="kodo.jdbc.Schemas" value="foo"/>



The value foo suggest that the schema name is at the creator discretion.


Resolution

* In DB2 schema name is set during creation, and like in Oracle, the default schema name is the user name of the creator. On startup datastoreconfig.xml is used by the database driver to read the existing schema name to use, not to set the schema name, thus the misunderstanding.