IBM DB2 Manual page 438

Table of Contents

Advertisement

-reopt none
-reopt always
-reopt once
-reopt auto
-owner authorization-ID
-package package-name
-verbose
-help
|
|
|
|
422
Application Programming Guide and Reference for Java
-blocking all
-blocking unambig
-blocking no
-sqlid authorization-ID
-version version-id
DB2Binder option descriptions
-url
Specifies the data source at which the IBM Data Server Driver for JDBC and
SQLJ packages are to be bound. The variable parts of the -url value are:
server
The domain name or IP address of the operating system on which the
database server resides.
port
The TCP/IP server port number that is assigned to the database server.
The default is 446.
database
The location name for the database server, as defined in the
SYSIBM.LOCATIONS catalog table.
-user
Specifes the user ID under which the packages are to be bound. This user must
have BIND authority on the packages.
-action
Specifies the action to perform on the packages.
add
Indicates that a package can be created only if it does not already exist.
Add is the default.
replace
Indicates that a package can be created even if a package with the
same name already exists. The new package replaces the old package.
rebind
Indicates that the existing package should be rebound. This option
does not apply to IBM Data Server Driver for JDBC and SQLJ
packages. If -action rebind is specified, -generic must also be specified.
drop
Indicates that packages should be dropped:
v For IBM Data Server Driver for JDBC and SQLJ packages, -action
drop indicates that some or all IBM Data Server Driver for JDBC and
SQLJ packages should be dropped. The number of packages
depends on the -size parameter.
-optprofile profile-name
-generic
-bindoptions "
options-string "

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents