dbUpgrade6_0016-to-6_0017_oracle.sql 653 B

12345678910111213141516171819202122
  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. alter table CMOBJPROPS67 add QSADDJVMARG varchar2 (3072) NULL;
  10. alter table CMOBJPROPS67 add QSINITJVMHEAP number(10) NULL;
  11. alter table CMOBJPROPS67 add QSMANCUBESTRT number(1) NULL;
  12. alter table CMOBJPROPS67 add QSMAXJVMHEAP number(10) NULL;
  13. alter table CMOBJPROPS67 add QSROLAPCUBECONF blob NULL;
  14. alter table CMOBJPROPS67 add QSROLAPCADMINCT number(10) NULL;
  15. !RunCMScript CMUpgradeScript_configuration_update_35.xml