Network Deployment (Distributed operating systems), v8.0 > Administer applications and their environment > Administer web services - UDDI registry > Administer the UDDI registry > Reinstalling the UDDI registry application
Create an Oracle database for the UDDI registry
Complete this task to use Oracle as the database store for your UDDI registry data.
This task creates three new schemas: ibmuddi, ibmudi30 and ibmuds30. We cannot complete this task if schemas with these names exist already.
The following steps use a number of variables. Before you start, decide appropriate values to use for these variables. The variables, and suggested values, are:
OracleUserID
The Oracle user ID to use to create the database.
OraclePassword
The password for the Oracle user ID. The Oracle database can be either local or remote. To create a remote database, refer first to the database product documentation about the relevant capabilities of the product.
You complete this task only once for each UDDI registry, as part of setting up and deploying a UDDI registry.
The supported versions of Oracle are v9i and v10g. Each version has the following restrictions:
UDDI restrictions and Oracle versions. The table lists the Version 9i and v10g restrictions for different UDDI parameters.
Version 9i restrictions Version 10g restrictions discoveryURL (Business) maximum 4000 bytes UDDI specification 4096 characters maximum 4000 bytes UDDI specification 4096 characters accessPoint (bindingTemplate) maximum 4000 bytes UDDI specification 4096 characters maximum 4000 bytes UDDI specification 4096 characters instanceParms (tModelInstanceInfo) maximum 4000 bytes UDDI specification 8192 characters overviewURL (tModelInstanceInfo) maximum 4000 bytes UDDI specification 4096 characters Digital Signature maximum 4000 bytes
Procedure
- Run the following commands:
sqlplus OracleUserID/OraclePassword @ uddi30crt_10_prereq_oracle.sql sqlplus OracleUserID/OraclePassword @ uddi30crt_20_tables_generic.sql
- Run one of the following commands, depending on the version of Oracle.
- For Oracle v9i:
sqlplus OracleUserID/OraclePassword @ uddi30crt_25_tables_oracle_pre10g.sql- For Oracle v10g and later:
sqlplus OracleUserID/OraclePassword @ uddi30crt_25_tables_oracle.sql
- Run the following commands:
Optional. To use the database as a default UDDI node...
sqlplus OracleUserID/OraclePassword @ uddi30crt_30_constraints_generic.sql sqlplus OracleUserID/OraclePassword @ uddi30crt_35_constraints_oracle.sql sqlplus OracleUserID/OraclePassword @ uddi30crt_40_views_generic.sql sqlplus OracleUserID/OraclePassword @ uddi30crt_45_views_oracle.sql sqlplus OracleUserID/OraclePassword @ uddi30crt_50_triggers_oracle.sql sqlplus OracleUserID/OraclePassword @ uddi30crt_60_insert_initial_static_data.sqlsqlplus OracleUserID/OraclePassword @ uddi30crt_70_insert_default_database_indicator.sql
What to do next
Continue with setting up and deploying your UDDI registry node.
Set up a default UDDI node
Set up a customized UDDI node