<colony_name> |
The name of the colony you want to create or modify. This can
be up to 40 characters in length. |
<primary_key_prefix> |
A two-digit prefix for the colony. The recommendation is to
use numbers from 10 - 99 (except 19 and 20). If you need to use additional
characters, you can use uppercase letters. You can use characters
between A0 and ZZ, where the first character must be an uppercase
letter and the second character can be either an uppercase letter
or a number. |
<new_pool_id> |
The new connection pool pointing to the shard this colony is
associated with. |
<jdbc_url> |
Specify the URL to connect to the database. - If using DB2®,
set to:
jdbc:db2://<Database
ServerHostname>:<Port Number>/<Database name>
- If using Oracle, set to:
jdbc:oracle:thin:@<DatabaseServerHostname/IPaddress>:<TNSListenerPortNumber>:<DatabaseSID>
|
<db_user> |
Specify the user name associated with the database. |
<db_password> |
Specify the password associated with the database. |
<dbvendor> |
Specify the database vendor name. Valid values:
DB2 and Oracle
|
<db_driver_class> |
Specify the class name of your database driver, as follows. - If the <dbvendor> is DB2, set to:
com.ibm.db2.jcc.DB2Driver
- If the <dbvendor> is Oracle, set
to:
oracle.jdbc.OracleDriver
|
<db_schema> |
Specify the shard name associated with the database if it is
different from the <db_user> name you
entered. This parameter is case sensitive and you must specify it
in UPPERCASE. |