dropcdr.sql 807 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. --
  2. --
  3. -- Licensed Materials - Property of IBM and/or HCL
  4. --
  5. -- IBM Informix Dynamic Server
  6. -- (c) Copyright IBM Corporation 1996, 2004 All rights reserved.
  7. -- (c) Copyright HCL Technologies Ltd. 2017. All Rights Reserved.
  8. --
  9. --
  10. --
  11. -- Title: dropcdr.sql
  12. --
  13. -- For internal use only
  14. -- N.B. - Commands should be in lowercase only
  15. --
  16. database sysmaster;
  17. drop view syscdrhost;
  18. drop view syscdrserver;
  19. drop view syscdrerror;
  20. drop view syscdrgrp;
  21. drop procedure bityesno;
  22. drop procedure replfloattype;
  23. drop procedure replid2Name;
  24. drop procedure bitrow;
  25. drop view syscdrrepl;
  26. drop view syscdrreplset;
  27. drop view syscdrpart;
  28. drop view syscdrqueued;
  29. drop view syscdrtxproc;
  30. delete from flags_text where tabname = 'cdrstate';
  31. delete from flags_text where tabname = 'cdr_rsncjob_state';
  32. close database;