IBM DB2 Manual page 441

Table of Contents

Advertisement

|
|
|
|
|
|
|
|
|
|
|
|
|
| |
|
| |
|
|
|
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
|
|
| |
|
|
| |
|
|
|
|
-version
Specifies the version ID of the package that is to be rebound. If -version is
specified, -action rebind, -package, and -generic must also be specified.
-bindoptions
Specifies a string that is delimited with quotation marks. The contents of that
string are one or more parameter and value pairs that represent options for
rebinding a user package. -bindoptions does not apply to IBM Data Server
Driver for JDBC and SQLJ packages.
Possible parameters and values are:
bindObjectExistenceRequired
Specifies whether the database server issues an error and does not
rebind the package, if all objects or needed privileges do not exist at
rebind time. Possible values are:
true
This option corresponds to the SQLERROR(NOPACKAGE)
bind option.
This option corresponds to the SQLERROR(CONTINUE) bind
false
option.
degreeIOParallelism
Specifies whether to attempt to run static queries using parallel
processing to maximize performance. Possible values are:
No parallel processing.
1
This option corresponds to the DEGREE(1) bind option.
-1
Allow parallel processing.
This option corresponds to the DEGREE(ANY) bind option.
packageAuthorizationRules
Determines the values that apply at run time for the following
dynamic SQL attributes:
v The authorization ID that is used to check authorization
v The qualifier that is used for unqualified objects
v The source for application programming options that the database
server uses to parse and semantically verify dynamic SQL statements
v Whether dynamic SQL statements can include GRANT, REVOKE,
ALTER, CREATE, DROP, and RENAME statements
Possible values are:
0
Use run behavior. This is the default.
This option corresponds to the DYNAMICRULES(RUN) bind
option.
1
Use bind behavior.
This option corresponds to the DYNAMICRULES(BIND) bind
option.
2
When the package is run as or runs under a stored procedure
or user-defined function package, the database server processes
dynamic SQL statements using invoke behavior. Otherwise, the
database server processes dynamic SQL statements using run
behavior.
Chapter 8. Installing the IBM Data Server Driver for JDBC and SQLJ
425

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents