Oracle: Creating a MultiLingual Database
Notes on to create a multilingual database in UTF8 in Oracle10g.
- Run the Oracle Database Configuration Assistant (DBCA)
- Choose Create Database
-
Choose “General Purpose”.
-
Then specify the GLOBAL DATABASE NAME or ORACLE SID (orcl4)
-
Click Next on Management Options.
-
On “Database Credentials”, use the same passwords so we would not forget them for now…
-
On “Storage Options”. Default options is FILE STORAGE. Next.
-
On “Database File Locations”, hit Next as well.
-
On “Recover Options”, same goes here.. Next.
-
On “Database Content”, install the sample schemas for practice.
-
On “Initialization Parameters”, click on the “Character Sets” tab. Note that we chose the 2nd option which is “Use Unicode” (ALT32UTF8) in order to support chinese. On the National Character Set, please choose “UTF8″ (the 2nd option in the drop-down list”) also.
-
Hit Next until we create the database.
-
To check you should have the Oracle Services installed in your Services.