|
|
|
BlueCielo Kronodoc 5.0 Administrator's Guide | BlueCielo ECM Solutions |
Kronodoc 5.0 requires the use of the AL32UTF8 character set for the database. Upgrading the character set in-place from the previous WE8ISO8859P15 character set is not supported by Oracle, so it is necessary to create a new database and copy the data using exp and imp.
Since the length of all fields of type VARCHAR in the old schema have been defined in bytes, it is necessary that those fields’ types be upgraded to have their lengths defined in characters instead — otherwise values at their maximum length containing non-ASCII characters will no fit inside the fields in the multi-byte database.
The exact steps for doing the database migration may vary depending on the environment, but the general steps are:
Copyright © 2000-2012 BlueCielo ECM Solutions |