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

Home -> Community -> Usenet -> c.d.o.tools -> Character set question

Character set question

From: Jonas M <joao_tomas_at_hotmail.com>
Date: Mon, 4 Jun 2001 16:07:31 +0100
Message-ID: <9fg8kj$vf2$1@venus.telepac.pt>

Hi

If I'm using a database character set , let's say, JAPANESE, in which I need two bytes to represent all the possible characters, or maybe more ( sorry about my ignorance ) if I create a table :

CREATE TABLE TESTING ( WORD varchar2(1))

will I be able to insert a japanese character in the column word ? This should take one byte , but I know the japanese set needs to bytes to represent a character, so what will I get ? an error ?

please explain

thanx in advance Received on Mon Jun 04 2001 - 10:07:31 CDT

Original text of this message

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