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