boot1150XC6.sql 2.3 KB

123456789101112131415161718192021222324252627282930313233
  1. { ************************************************************************* }
  2. { }
  3. { Licensed Materials - Property of IBM and/or HCL }
  4. { }
  5. { IBM Informix Dynamic Server }
  6. { Copyright IBM Corporation 2009 }
  7. { (c) Copyright HCL Technologies Ltd. 2017. All Rights Reserved. }
  8. { }
  9. { Title: boot1150XC6.sql }
  10. { }
  11. { Description: }
  12. { Bootstrapping script for a 11.50.XC6 database }
  13. { }
  14. { ************************************************************************* }
  15. { }
  16. { ** IMPORTANT - PLEASE READ }
  17. { }
  18. { All types and routines referenced in this file must be prefixed }
  19. { with the user name "informix". E.g., use "informix.boolean" }
  20. { and not "boolean" }
  21. { }
  22. { Also, please follow the formatting conventions!!! }
  23. { }
  24. { Please ensure that the identifiers that you choose are <= 18 }
  25. { characters in length. Otherwise the changes would affect database }
  26. { reversion. }
  27. { }
  28. { ************************************************************************* }
  29. create procedure informix.dummyproc_1150XC6()
  30. end procedure;
  31. grant execute on procedure informix.dummyproc_1150XC6 to public as informix;