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: QUESTION:about data type convert

Re: QUESTION:about data type convert

From: <sybrandb_at_yahoo.com>
Date: 16 Jan 2006 01:01:34 -0800
Message-ID: <1137402094.121126.284780@g43g2000cwa.googlegroups.com>


In your 8.1.6 database your characterset and national characterset are not identical.
You can find out what they are from v$nls_database_parameters. Likely your national characterset is some UTF characterset and your normal characterset is an 8 byte characterset. You need to use the CONVERT function to convert the string from one characterset to another.

-- 
Sybrand Bakker
Senior Oracle DBA
Received on Mon Jan 16 2006 - 03:01:34 CST

Original text of this message

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