Re: Oracle10 e PHP

From: Gerard H. Pille <ghp_at_skynet.be>
Date: Wed, 25 Feb 2009 19:18:56 +0100
Message-ID: <49a58b8d$0$2860$ba620e4c_at_news.skynet.be>


Daniele schreef:
>> The conversion from 1 to 3 bytes is because sql*net thinks the client uses
>> a different characterset than the database, probably UTF.
>>
>> Do you specify a characterset in the oci_connect?
>>
>>
>> $c = oci_connect("hr", "hrpwd", "localhost/XE", 'AL32UTF8');
>>
> Very strange thing.
[Quoted] > In my oci_connect I already had the characterset among parameters.

"The" characterset? Which one was it?

[Quoted] Why do you find this strange? Specifying the character set with the oci_connect is said to speed up connecting. Received on Wed Feb 25 2009 - 19:18:56 CET

Original text of this message