To enable all the compatibility features set it to ORA
db2set DB2_COMPATIBILITY_VECTOR=ORA
If the DB2_COMPATIBILITY_VECTOR registry variable is set to ORA, and the DB2_DEFERRED_PREPARE_SEMANTICS registry variable is not set, a default value of YES is used. However, it is recommended that the DB2_DEFERRED_PREPARE_SEMANTICS registry variable be explicitly set to YES.
db2set DB2_DEFERRED_PREPARE_SEMANTICS=YES
Make sure you issue a db2stop/db2start in order for the changes to take effect.
db2stop force
db2start
No comments:
Post a Comment