Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle use Big5 or Unicode and why?
What're pros and cons? Thanks.
Yong Huang wrote:
> marcowcl_at_hotmail.com (Marco) wrote in message news:<56e6376d.0304280205.51a3004b_at_posting.google.com>...
> > My company wants to use Oracle as the database to store Chinese. I am
> > evaulating this product. Would you please advise why Oracle require
> > Unicode as the code standard to store Chinese instead of Big5.
>
> Why do you think it requires that?
>
> SQL> select * from v$nls_valid_values where value like '%BIG5%' or
> value like 'UTF%' order by 2;
>
> PARAMETER VALUE
> --------------- ---------------
> CHARACTERSET UTF8
> CHARACTERSET UTFE
> CHARACTERSET ZHT16BIG5
> CHARACTERSET ZHT16BIG5FIXED
>
> You see. You have choices.
>
> Yong Huang
Received on Thu May 01 2003 - 08:26:48 CDT
![]() |
![]() |