Re: i don't understand the significance of character_set_connection
Posted by: Donal Lynch
Date: July 29, 2007 07:01AM

The only effect I've been able to find is on the character set of string literals, so you might see different results for charset('foo'), hex('foo'), and length('foo') depending on the connection_character_set. But if you insert 'foo' into a column it gets converted to that column's character set, and if you select 'foo', it gets converted to character_set_results when it gets sent down to you, so you're right, it doesn't seem to be something that has very many consequences.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: i don't understand the significance of character_set_connection
2514
July 29, 2007 07:01AM


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.