Creating the Unicode TBC_U Database
Create the Unicode TBC_U database in the same way that you create any database using an RDBMS:
Create a database device or tablespace named TBC_U.
Allot 20 MB for storage.
Create a user TBC_U who can drop and create tables.
Grant user privileges or permissions to create and drop tables.
Caution! | You should create the tables for the Unicode-enabled database as user TBC_U, or portions of the Unicode sample application may not work. |