Skip to Main Content

Database Software

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!

Multilingual in oracle

Ricky007Sep 9 2015 — edited Sep 10 2015

Dear Experts,

              NLSRTL     11.2.0.4.0    Production

             Oracle Database 11g Enterprise Edition     11.2.0.4.0    64bit Production

             PL/SQL     11.2.0.4.0    Production

            

             Our application are used by few countries,So our customers would like to see the data in their own languages(French,German,swedish..etc)

            

please suggest how to handle multilingual in oracle?

Now,should I Create separate database to support Unicode?

how to store Unicode characters in an Oracle database?

Mine Desired Requirement

-----------------------------------------

create table product

(

product_id number,

product_name varchar2(20)

);

insert into product values(1,'Mobiles');

Select * from product;

product_id         product_name

1                   mobile(Mobile In French language)

This post has been answered by Jarkko Turpeinen on Sep 9 2015
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 8 2015
Added on Sep 9 2015
18 comments
2,462 views