Why and when to perform this task
Perform this task if you want to use DB2 as the database store (either local or remote) for your UDDI Registry data. You only need to do this once for each UDDI Registry, as part of Setting up and deploying a UDDI Registry.
If you are creating a remote database, use the database product documentation to familiarize yourself with the relevant capabilities of the product before proceeding with this task.
Before you begin
Steps for this task
set DB2CODEPAGE=1208
create database <DataBaseName> using codeset UTF-8 territory enwhere <DataBaseName> is the name of the database being created.
-tvf uddi30crt_70_insert_default_database_indicator.sql
What to do next
Continue with setting up and deploying your UDDI Registry node.
Related tasks
Creating a Cloudscape database for the UDDI Registry
Creating an Oracle database for the UDDI Registry