dbCleanRows_db2zOS.sql 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252
  1. -- Licensed Materials - Property of IBM
  2. --
  3. -- BI and PM: CM
  4. --
  5. -- (C) Copyright IBM Corp. 2008, 2019
  6. --
  7. -- US Government Users Restricted Rights - Use, duplication or disclosure
  8. -- restricted by GSA ADP Schedule Contract with IBM Corp.
  9. -- Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
  10. -- Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
  11. delete from CMSYSPROPS;
  12. delete from CMCAPACITY;
  13. delete from CMDBTEST;
  14. delete from CMCRYPTOKEYS;
  15. delete from CMCAKEYS;
  16. delete from CMCAPROPS;
  17. delete from CMOBJECTS;
  18. delete from CMOBJNAMES;
  19. delete from CMDATA;
  20. delete from CMOBJPROPS1;
  21. delete from CMOBJPROPS2;
  22. delete from CMOBJPROPS3;
  23. delete from CMOBJPROPS4;
  24. delete from CMOBJPROPS5;
  25. delete from CMOBJPROPS6;
  26. delete from CMOBJPROPS7;
  27. delete from CMOBJPROPS9;
  28. delete from CMOBJPROPS10;
  29. delete from CMOBJPROPS11;
  30. delete from CMOBJPROPS13;
  31. delete from CMOBJPROPS14;
  32. delete from CMOBJPROPS15;
  33. delete from CMOBJPROPS16;
  34. delete from CMOBJPROPS17;
  35. delete from CMOBJPROPS18;
  36. delete from CMOBJPROPS20;
  37. delete from CMOBJPROPS23;
  38. delete from CMOBJPROPS24;
  39. delete from CMOBJPROPS25;
  40. delete from CMOBJPROPS26;
  41. delete from CMOBJPROPS27;
  42. delete from CMOBJPROPS28;
  43. delete from CMOBJPROPS30;
  44. delete from CMOBJPROPS31;
  45. delete from CMOBJPROPS32;
  46. delete from CMOBJPROPS33;
  47. delete from CMOBJPROPS34;
  48. delete from CMOBJPROPS35;
  49. delete from CMOBJPROPS36;
  50. delete from CMOBJPROPS37;
  51. delete from CMOBJPROPS38;
  52. delete from CMOBJPROPS39;
  53. delete from CMOBJPROPS40;
  54. delete from CMOBJPROPS41;
  55. delete from CMOBJPROPS42;
  56. delete from CMOBJPROPS43;
  57. delete from CMOBJPROPS44;
  58. delete from CMOBJPROPS45;
  59. delete from CMOBJPROPS46;
  60. delete from CMOBJPROPS47;
  61. delete from CMOBJPROPS48;
  62. delete from CMOBJPROPS49;
  63. delete from CMOBJPROPS50;
  64. delete from CMOBJPROPS51;
  65. delete from CMOBJPROPS52;
  66. delete from CMOBJPROPS53;
  67. delete from CMOBJPROPS54;
  68. delete from CMOBJPROPS55;
  69. delete from CMOBJPROPS56;
  70. delete from CMOBJPROPS57;
  71. delete from CMOBJPROPS58;
  72. delete from CMOBJPROPS59;
  73. delete from CMOBJPROPS60;
  74. delete from CMOBJPROPS61;
  75. delete from CMOBJPROPS62;
  76. delete from CMOBJPROPS63;
  77. delete from CMOBJPROPS64;
  78. delete from CMOBJPROPS65;
  79. delete from CMOBJPROPS66;
  80. delete from CMOBJPROPS67;
  81. delete from CMOBJPROPS68;
  82. delete from CMOBJPROPS69;
  83. delete from CMOBJPROPS70;
  84. delete from CMOBJPROPS71;
  85. delete from CMOBJPROPS72;
  86. delete from CMOBJPROPS73;
  87. delete from CMOBJPROPS74;
  88. delete from CMOBJPROPS75;
  89. delete from CMOBJPROPS76;
  90. delete from CMOBJPROPS77;
  91. delete from CMOBJPROPS78;
  92. delete from CMOBJPROPS79;
  93. delete from CMOBJPROPS80;
  94. delete from CMOBJPROPS81;
  95. delete from CMOBJPROPS82;
  96. delete from CMOBJPROPS83;
  97. delete from CMOBJPROPS84;
  98. delete from CMOBJPROPS85;
  99. delete from CMOBJPROPS86;
  100. delete from CMOBJPROPS87;
  101. delete from CMOBJPROPS88;
  102. delete from CMOBJPROPS89;
  103. delete from CMOBJPROPS90;
  104. delete from CMOBJPROPS91;
  105. delete from CMOBJPROPS92;
  106. delete from CMOBJPROPS93;
  107. delete from CMPOLICIES;
  108. delete from CMVIEWED;
  109. delete from CMDELETEDSCHEDULES;
  110. delete from CMPROPERTIES;
  111. delete from CMCLASSES;
  112. delete from CMLOCALES;
  113. delete from CMGUIDS;
  114. delete from CMREFNOORD1;
  115. delete from CMREFNOORD2;
  116. delete from CMREFORD1;
  117. delete from CMREFORD2;
  118. delete from CMSTOREIDS;
  119. delete from CMDATAUPGRADE;
  120. delete from CMNOTIFICATIONTABLE;
  121. delete from CMSIZEINFO;
  122. delete from CMSPLIT;
  123. delete from CMARCHIVESTATUS;
  124. delete from CMARCHIVEQUEUE;
  125. delete from CMDELETEQUEUE;
  126. delete from CMQUEUELOCK;
  127. delete from CMTENANTID;
  128. delete from CMINDEXQUEUE;
  129. delete from CMTAGS;
  130. commit;