123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- <?xml version="1.0" encoding="ISO-8859-1" ?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products:
- (C) Copyright IBM Corp. 2015, 2016
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <configuration>
- <ruleVersion>1.0</ruleVersion>
- <importRule connection="jdbc:sqlserver:.*">
- <skip>
- <catalog>master</catalog>
- <schema>sys</schema>
- <schema>db_securityadmin</schema>
- <schema>db_owner</schema>
- <schema>db_denydatawriter</schema>
- <schema>db_denydatareader</schema>
- <schema>db_ddladmin</schema>
- <schema>db_datawriter</schema>
- <schema>db_datareader</schema>
- <schema>db_backupoperator</schema>
- <schema>db_accessadmin</schema>
- <schema>INFORMATION_SCHEMA</schema>
- <schema>guest</schema>
- </skip>
- </importRule>
- <importRule connection="jdbc:db2:.*">
- <skip>
- <schema>DB2ADMIN</schema>
- <schema>NULLID</schema>
- <schema>SQLJ</schema>
- <schema>SYSCAT</schema>
- <schema>SYSFUN</schema>
- <schema>SYSIBM</schema>
- <schema>SYSIBMADM</schema>
- <schema>SYSIBMINTERNAL</schema>
- <schema>SYSIBMTS</schema>
- <schema>SYSPUBLIC</schema>
- <schema>SYSPROC</schema>
- <schema>SYSSTAT</schema>
- <schema>SYSTOOLS</schema>
- </skip>
- </importRule>
- <importRule connection="jdbc:oracle:.*">
- <skip>
- <schema>SYS</schema>
- <schema>SYSTEM</schema>
- <schema>DBSNMP</schema>
- <schema>OUTLN</schema>
- <schema>MDSYS</schema>
- <schema>ORDSYS</schema>
- <schema>ORDPLUGINS</schema>
- <schema>CTXSYS</schema>
- <schema>DSSYS</schema>
- <schema>PERFSTAT</schema>
- <schema>WKPROXY</schema>
- <schema>WKSYS</schema>
- <schema>WMSYS</schema>
- <schema>XDB</schema>
- <schema>ANONYMOUS</schema>
- <schema>ODM</schema>
- <schema>ODM_MTR</schema>
- <schema>OLAPSYS</schema>
- <schema>TRACESVR</schema>
- <schema>REPADMIN</schema>
- <schema>SYSMAN</schema>
- <schema>EXFSYS</schema>
- <schema>DMSYS</schema>
- <schema>OLAPSYS</schema>
- <schema>ANONYMOUS</schema>
- <schema>PUBLIC</schema>
- </skip>
- </importRule>
- <importRule connection="jdbc:teradata:.*">
- <skip>
- <schema>td12</schema>
- <schema>DBC</schema>
- <schema>Crashdumps</schema>
- <schema>SysCalendar</schema>
- <schema>SysAdmin</schema>
- <schema>SYSDBA</schema>
- <schema>SystemFe</schema>
- </skip>
- </importRule>
- <importRule connection="jdbc:netezza:.*">
- <skip>
- <catalog>SYSTEM</catalog>
- </skip>
- </importRule>
- <importRule connection="jdbc:informix-sqli:.*">
- <skip>
- <catalog>sysmaster</catalog>
- <catalog>sysadmin</catalog>
- <catalog>sysuser</catalog>
- <catalog>sysutils</catalog>
- <catalog>informix</catalog>
- <schema>informix</schema>
- <schema>Administrator</schema>
- </skip>
- </importRule>
- </configuration>
|