IBM DB2 Manual page 445

Table of Contents

Advertisement

DB2T4XAIndoubtUtil syntax
java com.ibm.db2.jcc.DB2T4XAIndoubtUtil -url jdbc:db2: //server
-user user-ID -password password
-priqty integer
-jdbcCollection NULLID
-jdbcCollection collection-ID
DB2T4XAIndoubtUtil parameter descriptions
-url
-user
-password
-owner
-owner owner-ID
-secqty integer
-bindonly
Specifies the data source at which DB2T4XAIndoubtUtil is to run. The variable
parts of the -url value are:
jdbc:db2:
Indicates that the connection is to a server in the DB2 family.
server
The domain name or IP address of the database server.
port
The TCP/IP server port number that is assigned to the database server.
This is an integer between 0 and 65535. The default is 446.
database
A name for the database server.
database is the DB2 location name that is defined during installation. All
characters in this value must be uppercase characters. You can determine
the location name by executing the following SQL statement on the server:
SELECT CURRENT SERVER FROM SYSIBM.SYSDUMMY1;
Specifes the user ID under which DB2T4XAIndoubtUtil is to run. This user
must have SYSADM authority or must be a member of a RACF group that
corresponds to a secondary authorization ID with SYSADM authority.
Specifes the password for the user ID.
Specifies a secondary authorization ID that has SYSADM authority. Use the
-owner parameter if the -user parameter value does not have SYSADM
authority. The -user parameter value must be a member of a RACF group
whose name is owner-ID.
When the -owner parameter is specified, DB2T4XAIndoubtUtil uses owner-ID
as:
v The authorization ID for creating the SYSIBM.INDOUBT table.
Chapter 8. Installing the IBM Data Server Driver for JDBC and SQLJ
/ database
:port
-help
-delete
-showSQL
429

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents