1·The db2rbind command can be used to rebind all packages in the database.
db2rbind 命令可用于重新绑定数据库中的所有包。
2·Consider rebinding applications (using the rebind PACKAGE command) after changing this parameter.
在更改该参数后请考虑重新绑定应用程序(使用REBIND PACKAGE命令)。
3·You can access and rebind the named attributes just created, add others, remove some, and so on.
你能够访问和重新绑定刚刚被建立,命名的属性,增加其他的,移除一些等。
4·Then we analyzed the access plan and decided to do runstats and rebind the database during a long-running test.
然后,我们分析访问计划,并决定在长时间的测试运行期间,运行 runstats 并重新绑定数据库。
5·Run the application using another code path to capture the remaining SQL; then rebind and re-run the application using static SQL execution.
使用另一条代码路径运行应用程序,以捕捉剩下的sql;然后,使用静态SQL执行重新绑定并重新运行应用程序。
6·Rebind all the packages, since all packages are invalidated during the migration. It's recommended to rebind all the packages by running.
重新绑定所有的包,因为在迁移过程中,这些包被设置为无效。
7·In addition, maintenance commands such as reorg and rebind are also included to restore the state of the database after command deployment.
此外,还包括reorg和rebind等维护命令,用于在命令部署后恢复数据库的状态。
8·Rebind applications that use static SQL after using RUNSTATS so that the query optimizer can choose the best access plan given the new statistics.
在使用RUNSTATS之后需要重新绑定使用静态SQL的应用程序,这样查询优化器就可以选择新统计信息所给出的最佳存取方案。
9·Note that assigning the desired object to exports will simply rebind the local exports variable, which is probably not what you want to do. module.
为了实现这个,需要将期望导出的对象赋值给module . exports。注意,将期望的对象赋值给exports会简单地重新绑定到本地exports变量上,这可能不是你想要的。
10·To rebind the package for a stored procedure, drop and recreate it with new REOPT level, or rebind the package for this specific SQL stored procedure.
要重新绑定存储过程的包,我们需要先删除它,然后再重新创建绑定新REOPT级别的存储过程,或者为这个特定的SQL存储过程重新绑定一个包。