Re: Collation set to latin1_swedish_ci incompatible with latin1_bin
Posted by: Donal Lynch
Date: July 06, 2007 09:08PM

Hard to tell without the context, but it might be that the WebGUI developers are specifying latin1_bin because they intend assetIds to be case-sensitive (_ci in the default collation is 'case insensitive'), and the server is throwing up its hands because it's being asked to compare assetIds declared as case-insensitive in an old table and assetIds declared as case-sensitive in a new table. What is the collation of the assetId column in the different tables in the query?

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Collation set to latin1_swedish_ci incompatible with latin1_bin
2596
July 06, 2007 09:08PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.