import.xml 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. <?xml version="1.0" encoding="ISO-8859-1" ?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products:
  5. (C) Copyright IBM Corp. 2015, 2016
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <configuration>
  9. <ruleVersion>1.0</ruleVersion>
  10. <importRule connection="jdbc:sqlserver:.*">
  11. <skip>
  12. <catalog>master</catalog>
  13. <schema>sys</schema>
  14. <schema>db_securityadmin</schema>
  15. <schema>db_owner</schema>
  16. <schema>db_denydatawriter</schema>
  17. <schema>db_denydatareader</schema>
  18. <schema>db_ddladmin</schema>
  19. <schema>db_datawriter</schema>
  20. <schema>db_datareader</schema>
  21. <schema>db_backupoperator</schema>
  22. <schema>db_accessadmin</schema>
  23. <schema>INFORMATION_SCHEMA</schema>
  24. <schema>guest</schema>
  25. </skip>
  26. </importRule>
  27. <importRule connection="jdbc:db2:.*">
  28. <skip>
  29. <schema>DB2ADMIN</schema>
  30. <schema>NULLID</schema>
  31. <schema>SQLJ</schema>
  32. <schema>SYSCAT</schema>
  33. <schema>SYSFUN</schema>
  34. <schema>SYSIBM</schema>
  35. <schema>SYSIBMADM</schema>
  36. <schema>SYSIBMINTERNAL</schema>
  37. <schema>SYSIBMTS</schema>
  38. <schema>SYSPUBLIC</schema>
  39. <schema>SYSPROC</schema>
  40. <schema>SYSSTAT</schema>
  41. <schema>SYSTOOLS</schema>
  42. </skip>
  43. </importRule>
  44. <importRule connection="jdbc:oracle:.*">
  45. <skip>
  46. <schema>SYS</schema>
  47. <schema>SYSTEM</schema>
  48. <schema>DBSNMP</schema>
  49. <schema>OUTLN</schema>
  50. <schema>MDSYS</schema>
  51. <schema>ORDSYS</schema>
  52. <schema>ORDPLUGINS</schema>
  53. <schema>CTXSYS</schema>
  54. <schema>DSSYS</schema>
  55. <schema>PERFSTAT</schema>
  56. <schema>WKPROXY</schema>
  57. <schema>WKSYS</schema>
  58. <schema>WMSYS</schema>
  59. <schema>XDB</schema>
  60. <schema>ANONYMOUS</schema>
  61. <schema>ODM</schema>
  62. <schema>ODM_MTR</schema>
  63. <schema>OLAPSYS</schema>
  64. <schema>TRACESVR</schema>
  65. <schema>REPADMIN</schema>
  66. <schema>SYSMAN</schema>
  67. <schema>EXFSYS</schema>
  68. <schema>DMSYS</schema>
  69. <schema>OLAPSYS</schema>
  70. <schema>ANONYMOUS</schema>
  71. <schema>PUBLIC</schema>
  72. </skip>
  73. </importRule>
  74. <importRule connection="jdbc:teradata:.*">
  75. <skip>
  76. <schema>td12</schema>
  77. <schema>DBC</schema>
  78. <schema>Crashdumps</schema>
  79. <schema>SysCalendar</schema>
  80. <schema>SysAdmin</schema>
  81. <schema>SYSDBA</schema>
  82. <schema>SystemFe</schema>
  83. </skip>
  84. </importRule>
  85. <importRule connection="jdbc:netezza:.*">
  86. <skip>
  87. <catalog>SYSTEM</catalog>
  88. </skip>
  89. </importRule>
  90. <importRule connection="jdbc:informix-sqli:.*">
  91. <skip>
  92. <catalog>sysmaster</catalog>
  93. <catalog>sysadmin</catalog>
  94. <catalog>sysuser</catalog>
  95. <catalog>sysutils</catalog>
  96. <catalog>informix</catalog>
  97. <schema>informix</schema>
  98. <schema>Administrator</schema>
  99. </skip>
  100. </importRule>
  101. </configuration>