dbServer |
Fully qualified hostname for the database server. |
myhost.example.com |
dbPort |
Number for the listening port on the database
server. |
50000 |
dbLocal |
Boolean value specifying whether the database
should be created in the local catalog (TRUE) or on a different server
(FALSE). |
TRUE |
dbNodeName |
Remote database server node name, when dbLocal
is FALSE. This value is used for reference purposes and it is not
the host name. |
RDBSRV |
dbName |
Name of the database. |
PSUR |
dbAlias |
Alias by which the database is known. |
PSUR |
dbLocale |
Database locale or territory code, for example
US or JP. |
US |
dbAdmin |
Administrator user ID for the database instance. |
db2inst1 |
dbAdminPW |
Password for the administrator user ID. |
<pw> |
dbUser |
User ID for accessing the database. |
db2inst1 |
dbUserPW |
Password for the database user ID. |
<pw> |
INITorDDLFile |
One of the following:- INIT to initialize the database instance
- Path to the DDL file that is used to define the database's attributes
|
INIT |
infoflag |
TRUE to display informational messages while
the database is being initialized. FALSE to suppress informational
messages.
|
TRUE |