View Single Post

   
  #4 (permalink)  
Old 02-24-2008, 03:36 PM
steve
 
Posts: n/a
Default Re: Using Asian Character within CLOB in a single-byte database character set

On Fri, 5 Aug 2005 22:35:05 +0800, rjp wrote
(in article <1123252505.148627.102400@g14g2000cwa.googlegroups .com>):

> ok
> thank you for your answer
> Bye
> RJP
>


store the data in a BLOB, the data is not converted or played with by oracle.
The CLOB will do translation based on your database character setting.

Reply With Quote