DB2 bind on z/os

Posted 一一工作驿站

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了DB2 bind on z/os相关的知识,希望对你有一定的参考价值。

BIND and REBIND options for packages and plans

There are several options you can use for binding or rebinding plans and packages. Some of the options are common for both bind and rebind and for both plans and packages.

Defaults: The default for an option is the value used if you omit the entire option.
  • A default of plan value for BIND PACKAGE means that the default is the same as the value determined during the bind or rebind of the plan to which the package is appended at run time.
  • A default of existing value for REBIND PLAN or REBIND PACKAGE means that the default is the value that was determined during the previous bind or rebind of the plan or package that you are rebinding.

Catalog records: The DB2® catalog records information about plans and packages, chiefly in the tables SYSIBM.SYSPLAN and SYSIBM.SYSPACKAGE. The descriptions of where the options record information omit the constant qualifier, SYSIBM, of those table names.

For all other cases, the option descriptions note the specific defaults, which DB2 assigns at bind time. If a specific default value exists, that value is underlined.

以上是关于DB2 bind on z/os的主要内容,如果未能解决你的问题,请参考以下文章

db2 - Partitioning on Multiple Columns

db2 - Partitioning on Multiple Columns

DB2——表的append on属性

How to install fixpack on DB2

How to install fixpack on DB2

jquery的bind跟on绑定事件的区别