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

Home -> Community -> Usenet -> c.d.o.server -> Re: setting NLS client property to utf8 charset

Re: setting NLS client property to utf8 charset

From: Sebastian Rehm <Sebastian.Rehm_at_de.bosch.com>
Date: Mon, 26 Feb 2001 13:27:39 +0100
Message-ID: <3A9A4BBB.CC813737@de.bosch.com>

For WinNT:
 REGEDIT
  HKEY_LOCAL_MACHINE\Software\Oracle
   NLS_LANG = AMERICAN_AMERICA.UTF8  If you have multiple Oracle-Homes, set NLS_LANG in all HOMEx too

 REGEDIT
  HKEY_LOCAL_MACHINE\Software\Oracle\HOME0    NLS_LANG = AMERICAN_AMERICA.UTF8   HKEY_LOCAL_MACHINE\Software\Oracle\HOME1    NLS_LANG = AMERICAN_AMERICA.UTF8   HKEY_LOCAL_MACHINE\Software\Oracle\HOMEn    NLS_LANG = AMERICAN_AMERICA.UTF8 Unix:
  setenv NLS_LANG AMERICA_AMERICA.UTF8

Sebastian

Julien Reynier schrieb:
> I'm using Oracle 8i 8.1.6. My oracle database is install with utf8
> charset.
> So I would like to set NLS property of my client to this value too. How
> can I do this?
Received on Mon Feb 26 2001 - 06:27:39 CST

Original text of this message

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