Hello mates,
We have already an implemented DB2 instance with the following specs: - Database territory: el_GR (AIX) - Database code set: UTF-8 - Database codepage: 1208
Our goal is to migrate data to a destination Db2 instance with the following specs: - Database territory: EL_GR (AIX) - Database code set: UTF-8 - Database codepage: 1208
We would like to know whether data loss or any conversion issue might arise (from el_GR to EL_GR)?
Thanks in advance for your time.
Answer by DH0 (463) | Nov 22, 2018 at 09:14 AM
I would not expect so - EL_GR is UTF-8 which should encompass all of el_GR. But that is probably best asked of AIX (tag the question for AIX). On the database side of things you are not making any changes - so from Db2's perspective it should all be the same.
(The only time the OS locale should come into play is if you are using, say, the CLP or other clients locally; remote clients should not be affected by this at all.)
HTH.
I am receiving the error message sql30081n, how do I resolve this? 1 Answer
Do I need to flush the package cache after I alter a table to make it volatile? 1 Answer
When using circular logging when are the secondary log files freed or re-used? 1 Answer
If I drop my instances will I loose my databases and the data with it? 1 Answer
What type of authentication types does DB2 support? 1 Answer