1. This procedure rebinds all SQL procedures in a schema. 这个过程对一个模式中的所有 SQL 过程进行重新绑定。
2. This procedure call rebinds all SQL procedures in the schema SRIELAU, picking up new statistics. 这个过程调用对模式SRIELAU中的所有SQL过程进行重新绑定,获取新的统计数据。
3. A copy of the DBRM is stored in the DB2 catalog (our DB2 "SOURCELIB") for documentation and future REBINDs (a topic left for another column). DBRM的副本存储在DB 2目录中(DB 2“SOURCELIB”),以便进行记录和用于未来的REBIND(留作另一专栏的主题)。
4. To minimize disruption caused by package rebinds, it is important to ensure that existing packages that don't need to be changed can remain untouched. 要最小化包重新绑定导致的混乱,重要的是确保不需要更改的现有包能够保持不变。