collation table

sureshp

Member
Hi,

I've to load _trans.df into the production database since there is some issue in report generation, do i need to do pro dump/load after updating collation table. please advice.

Thanks
 
After changing either codepage or collation of database you will need to do an index rebuild. You should also adjust the collation for the database server and the clients accordingly, otherwise the resulting behavior might be a bit confusing. ( -cpcoll in startup.pf )
 
Back
Top