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 lvarchar (2048);
- alter table CMOBJPROPS67 add QSINITJVMHEAP integer;
- alter table CMOBJPROPS67 add QSMANCUBESTRT decimal(1,0);
- alter table CMOBJPROPS67 add QSMAXJVMHEAP integer;
- alter table CMOBJPROPS67 add QSROLAPCUBECONF blob;
- alter table CMOBJPROPS67 add QSROLAPCADMINCT integer;
- !RunCMScript CMUpgradeScript_configuration_update_35.xml
|