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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

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

Processing
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,321 views