dbUpgrade7_0004-to-7_0005_oracle.sql 513 B

1234567891011121314151617
  1. -- Licensed Materials - Property of IBM
  2. --
  3. -- BI and PM: CM
  4. --
  5. -- (C) Copyright IBM Corp. 2012
  6. --
  7. -- US Government Users Restricted Rights - Use, duplication or disclosure
  8. -- restricted by GSA ADP Schedule Contract with IBM Corp.
  9. alter table CMOBJPROPS48 add (
  10. REPOSCACHEOBJTTL number(10) null,
  11. REPOSNUMOBJDISK number(10) null,
  12. REPOSNUMOBJMEM number(10) null);
  13. insert into CMOBJPROPS48(CMID) select CMID from CMOBJECTS where CLASSID=240;
  14. !RunCMScript CMUpgradeScript_configuration_update_39.xml