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: oracle language

Re: oracle language

From: Sybrand Bakker <gooiditweg_at_sybrandb.demon.nl>
Date: Tue, 23 Dec 2003 17:01:12 +0100
Message-ID: <7jpguv8ink9r12ngu9vfrl1jfaikvgj0el@4ax.com>


On Tue, 23 Dec 2003 16:26:19 +0100, "Antonio M." <antispam_at_antispam.com> wrote:

>in my database when insert char 'Ñ' (Spain) in any string column , i see
>'?'.
>how can i change this configuration?
>
>thanks for all.
>
>

By creating the database using the correct characterset or set the NLS_LANG env var/ registry value correctly. The charset would need to be ISO8859P15 or MSWIN1252.

You can verify the database charset by querying nls_database_parameters

--
Sybrand Bakker, Senior Oracle DBA
Received on Tue Dec 23 2003 - 10:01:12 CST

Original text of this message

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