Hi Support,
The current Oracle version is 8.1.7. & the plan is to migrate to 10g. It has been observed that there are millions of rows that have illegal characters (European characters) since the 8.1.7 NLS is USASCII7 while 10g will have the NLS of UTF 8.
The current oracle 8.1.7 is not capable of handling the special characters. There are few strategies which are thought of as follows
1)Convert existing European characters to UTF 8 in 10g before data migration. But this will be a huge effort.
2)Possibility of importing to 10g as is (ASCII 7), thus allow future data to be in UTF 8. But since the 10g database is already configured for UTF 8 it will by default store it in UTF 8, thus the migrated data, though imported in ASCII 7 will still be stored as UTF 8?
Please let me know your view.
Regards,
Kailash
Start Free Trial