Re: Oracle & Unicode

From: Todd Gillespie <toddg_at_linux127.ma.utexas.edu>
Date: 20 Mar 2001 15:28:03 GMT
Message-ID: <997su3$cg9$2_at_geraldo.cc.utexas.edu>


[Quoted] eric nuninger <e.nuninger_at_nmg.fr> wrote:
: I would like to store a Unicode String in a NCHAR.
: It works in a VARCHAR but i can't do it in a NCHAR
: I've got an error message : ORA-12704
: I've create my database with the character set UTF8
: Thank you for your help.

  1. Use TRANSLATE().
  2. Visit technet and look up your error. http://technet.oracle.com/docs/products/oracle8i/doc_library/817_doc/server.817/a76999/e12700.htm#1656 [Quoted]
  3. Why do you want to store a unicode string in an NCHAR? If you built [Quoted] the DB with UTF8 as the char set, then VARCHARs are UTF8. Why dick around [Quoted] with NCHAR? (Oh, and what *national*charset did you build the DB with?)
Received on Tue Mar 20 2001 - 16:28:03 CET

Original text of this message