Creating the TBC Database
Create the TBC database in the same way that you create any database using an RDBMS:
Create a database device or tablespace named TBC.
Allot 20 MB for storage.
Create a user TBC who can drop and create tables.
Grant user privileges or permissions to create and drop tables.
Caution! | The user TBC must create the tables for the TBC database, or portions of the standard sample application will not work. |