The multischema.xml file lets you update database parameters for colonies. This file is generated by the initcolonypool target, which uses the METADATA shard from the target's specified run time to build the multischema.xml file.
The multischema.xml file contains database information for the METADATA, CONFIGURATION, STATISTICS, and TRANSACTION/MASTER shards for each colony on the run time. After the multischema.xml file is generated, you can update database information by modifying the file, and then invoking the updatecolonypool target.
Parameters for multischema.xml
These table types refer to the shards identified by the <pool id= " "> sections of the multischema.xml file.
If using Oracle, set to: jdbc:oracle:thin:@<DatabaseServerHostname/IPaddress>:<TNSListenerPortNumber>:<DatabaseSID>
If using DB2®,
set to:
jdbc:db2://<Database ServerHostname>:<Port
Number>/<Database name>.<db_user> Database user name
Valid values: DB2 and Oracle
If
using DB2, set to:
com.ibm.db2.jcc.DB2Driver
If using Oracle, set to:
oracle.jdbc.driver.OracleDriver