LS_dbCleanIndexes_informix.sql 643 B

1234567891011121314151617181920
  1. -- Licensed Materials - Property of IBM
  2. -- IBM Cognos Products: ccllogging
  3. -- (C) Copyright IBM Corp. 2005, 2014
  4. -- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  5. -- Need to replace the "IPFSCRIPTIDX" with what you have specified in Cognos Configuration advanced property parameter.
  6. drop index IPFSCRIPTIDX_COGIPF_EDTQRY_IDX;
  7. drop index IPFSCRIPTIDX_COGIPF_RUNREP_IDX;
  8. drop index IPFSCRIPTIDX_COGIPF_NATQRY_IDX;
  9. drop index IPFSCRIPTIDX_COGIPF_RUNJOB_IDX;
  10. drop index IPFSCRIPTIDX_COGIPF_RUNJSTP_IDX;
  11. drop index IPFSCRIPTIDX_COGIPF_MOBILE_IDX;
  12. commit work;