Steps to store multi language data in one database without affecting existing database structure
We have to store data in "Hindi" language as per need of the application into existing database without changing the structure of database and without affecting existing functionality i.e. existing insertion/updation/selection of data should not be affected means if it is stored in english it should be accessed as it is?
So is there any provision for it in Oracle? If yes then what are the steps to do same or any oracle note that guides to do same...?
Thanks