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 -> Re: NLS Language management for Tables with different NLS LANGS within the same schema.

Re: NLS Language management for Tables with different NLS LANGS within the same schema.

From: Sybrand Bakker <sybrandb_at_hccnet.nl>
Date: Wed, 20 Oct 2004 17:45:42 +0200
Message-ID: <4v1dn0h4hagr023c55a3gccn06uk91trvu@4ax.com>


On Wed, 20 Oct 2004 15:21:22 +0200, max <igse_at_bluewin.ch> wrote:

>How can I set the language per table in a schema of a database.
>
>For instance:
>
>Table : mygermantable is created from somewhere with WE8ISO8859P1
>
> histable is created from somewhere else with EE8MACCES
>
>
>as an exotic example.
>
>
>What do I have to do if i make a
>
>select mytable.x, histable.y ..... from mytable,histable
>
>where blablabla
>
>
>So that everything will display o.k.
>
>Is there a general HOWTO about this problem which comes over me again
>and again ?
>
>I am happy if I get a usefull answer from anyone of you.
>
>Maximilian

There is a convert function to convert between various charactersets. However, you would better create your databases in a generic UTF8 characterset, in order to get rid of the problem completely.

--
Sybrand Bakker, Senior Oracle DBA
Received on Wed Oct 20 2004 - 10:45:42 CDT

Original text of this message

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