Database Administration (MOSC)

MOSC Banner

about oracle CHARACTERSET quesiton .

edited May 19, 2010 2:44AM in Database Administration (MOSC) 1 commentAnswered
 1,if i want to change oracle CHARACTERSET , i read this aticle

 "the "normal codepoint conversion" who needs the character to be known in the target characterset. Oracle will convert the source characterset codepoint of a character to the equivalent Unicode codepoint , look this Unicode codepoint up in the target characterset and then uses the found target character set codepoint as endresult."

what does this mean .

suggest our db WE8ISO8859P1 ,  i use dump check  :

SQL> select dump('你好',16) from dual;

   DUMP('你好',16)
   -------------------------
   Typ=96 Len=4: c4,e3,ba,c3

i want to change the db character  from WE8ISO8859P1 to UTF8,

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center