Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Multi-byte character sets and database links

Multi-byte character sets and database links

From: Marc Kazen <marc.kazen_at_spamhater.compaq.com>
Date: 1998/02/18
Message-ID: <34eb49b4.24560656@news.compaq.com>#1/1

When performing the following SQL statement via a dblink we encounter a "ORA-24365: error in character conversion" error:

SELECT categorydescription
FROM sc_cat_language
WHERE languagename = 'French';

The source database executes without error if we log into it and run the query. The field contains a double-byte character specific to french, and it seems that the destination database cannot handle it.

We've tried changing the NLS_Language entry in the ORCALE.INI and the Windows registry to NLS_LANG = American_America.JA16EUC, but this hasn't helped. What needs to be set to allow Oracle to handle this?

Thanks for your help

        Marc Kazen

marc.kazen (at) compaq.com (replace the at with the @) Received on Wed Feb 18 1998 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US