12345678910111213141516171819202122 |
- -- Licensed Materials - Property of IBM
- --
- -- BI and PM: CM
- --
- -- (C) Copyright IBM Corp. 2010
- --
- -- US Government Users Restricted Rights - Use, duplication or disclosure
- -- restricted by GSA ADP Schedule Contract with IBM Corp.
- alter table CMOBJPROPS67 add QSADDJVMARG varchar2 (3072) NULL;
- alter table CMOBJPROPS67 add QSINITJVMHEAP number(10) NULL;
- alter table CMOBJPROPS67 add QSMANCUBESTRT number(1) NULL;
- alter table CMOBJPROPS67 add QSMAXJVMHEAP number(10) NULL;
- alter table CMOBJPROPS67 add QSROLAPCUBECONF blob NULL;
- alter table CMOBJPROPS67 add QSROLAPCADMINCT number(10) NULL;
- !RunCMScript CMUpgradeScript_configuration_update_35.xml
|