Interview Questions

How do I use Unicode codesets with the WebLogic jDriver for Oracle driver?

BEA WebLogic Questions and Answers


(Continued from previous question...)

How do I use Unicode codesets with the WebLogic jDriver for Oracle driver?

To use Unicode codesets:
1. Install the appropriate codeset when you install Oracle. If you did not do this in the original installation, you will need to re-run the Oracle installer and install the proper codeset.
2. Define the NLS_LANG variable in the environment where the JDBC driver is running. Do this by assigning the proper codeset to NLS_LANG in the shell from where you start the WebLogic Server.
The Developers Guide has more information about internationalization support.

(Continued on next question...)

Other Interview Questions