Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Difference between nvarchar2( 10) and varchar2( 10 char)

567945Mar 20 2007 — edited Mar 20 2007
Hi ,

I had to enhance my application's DB to support unicode data entries(Multilingual data entries) and retrieval. I want to know the basic difference between the following data type decalrations:

nvarchar2( 10) and varchar2( 10 char)

Can any one suggest me which would be a optimum choice?

regards,
Siddarth
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 17 2007
Added on Mar 20 2007
5 comments
12,033 views