Re: Ora2Pg and export of Multbyte UTF8 characters

Поиск
Список
Период
Сортировка
От Andy Shellam
Тема Re: Ora2Pg and export of Multbyte UTF8 characters
Дата
Msg-id 44B7C17E.7080901@andycc.net
обсуждение исходный текст
Ответ на Ora2Pg and export of Multbyte UTF8 characters  (Chaun Keating <scubadog11@yahoo.com>)
Ответы Re: Ora2Pg and export of Multbyte UTF8 characters
UTF8 characters
Список pgsql-admin
Is your database and client encoding set to UTF-8?

That's about all I can think of.



Chaun Keating wrote:
> Hello, I have gotten Ora2pg to work fairly well for
> me, but I am having an issue where mutibyte characters
> are being substituted with replacement characters on
> export from Oracle.
>
> I used both the output to a file and the direct import
> to a PG database and see a bunch of question marks
> instead of my multibyte chars.
>
> I have pulled text directly from each database using
> the exact same DBD::Oracle and DBD::Pg modules and the
> Oracle set displays the multibytes appropriately, so I
> believe I have elminated that module as a potential
> problem.
>
> The oracle characters from the original table look
> fine when I select from the table.  An example (which
> may or may not come through correctly for everyone) is
> as follows:
>
<p>16を基数とした数。16進数では、0~9までの桁数字を通常どおり<p>
>
> The postgres characters from the destination table
> look like:
> <p>16????????16?????0?9????????????????????????<p>
>
> Any hints as to what I need to do to get them
> corrected. When I output to a flat file it appears as
> though the question marks are in the flat file so
> something on export seems to be getting corrupted.
>
> Thanks,
> Chaun
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: explain analyze is your friend
>
> !DSPAM:14,44b7bf7434536342414476!
>
>
>


В списке pgsql-admin по дате отправления:

Предыдущее
От: Chaun Keating
Дата:
Сообщение: Ora2Pg and export of Multbyte UTF8 characters
Следующее
От: "Aaron Bono"
Дата:
Сообщение: Re: *** How can I install two postgresqls in the same machine? *****