dbUpgrade6_0013-to-6_0014_oracle.sql 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. -- Licensed Materials - Property of IBM
  2. --
  3. -- BI and PM: CM
  4. --
  5. -- (C) Copyright IBM Corp. 2010
  6. --
  7. -- US Government Users Restricted Rights - Use, duplication or disclosure
  8. -- restricted by GSA ADP Schedule Contract with IBM Corp.
  9. --CMSCRIPT_UPGRADE_SKIP_COMMAND(6.000506,6.0006)
  10. alter table CMOBJPROPS67 add QSIDLECONTIMEOUT number(10) null;
  11. --CMSCRIPT_UPGRADE_SKIP_COMMAND(6.000506,6.0006)
  12. alter table CMOBJPROPS67 add QSDUMPMODEL number(1) null;
  13. --CMSCRIPT_UPGRADE_SKIP_COMMAND(6.000506,6.0006)
  14. alter table CMOBJPROPS67 add QSDISPLAN number(1) null;
  15. --CMSCRIPT_UPGRADE_SKIP_COMMAND(6.000506,6.0006)
  16. alter table CMOBJPROPS67 add ASMAXATTACHSIZE number(10) null;
  17. --CMSCRIPT_UPGRADE_SKIP_COMMAND(6.000506,6.0006)
  18. alter table CMOBJPROPS67 add PPSMAXATTACHSIZE number(10) null;
  19. --CMSCRIPT_UPGRADE_SKIP_COMMAND(6.000506,6.0006)
  20. insert into CMOBJPROPS67(CMID) select CMID from CMOBJECTS where CLASSID=227;
  21. --CMSCRIPT_UPGRADE_SKIP_COMMAND(6.000506,6.0006)
  22. alter table CMOBJPROPS51 add QUERYMODE clob null;
  23. --CMSCRIPT_UPGRADE_SKIP_COMMAND(6.000506,6.0006)
  24. !RunCMScript CMUpgradeScript_configuration_update_34.xml