Created
January 20, 2018 19:50
-
-
Save shoppersstop-support/c08c982abe8fedc7db8460b15f015461 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <preferences> | |
| <configsynch> | |
| <Settings CustomEntityClass="" MaxChangesToDisplay="15000"> | |
| <AuditDeployment ValidateLockid="N" ValidateOldValues="N" ValidateRecordExistsBeforeDelete="N"/> | |
| </Settings> | |
| <SourceDatabases> | |
| <!-- LOCAL SOURCE CDT XML --> | |
| <Database Name="SOURCE_SSL_UAT_CDT" className="" | |
| dbType="xml" | |
| folder="/home/sterling/CDT/masterconfig" jdbcURL="" | |
| schema="" user=""/> | |
| <!-- UAT SOURCE CDT DB --> | |
| </SourceDatabases> | |
| <TargetDatabases> | |
| <!-- UAT TARGET CDT DB --> | |
| <Database Name="TARGET_SSL_UAT_DB" | |
| className="oracle.jdbc.OracleDriver" dbType="oracle" | |
| folder="" httpurl="" httpuser="" | |
| jdbcURL="jdbc:oracle:thin:@ibm-sterling-uat.cuuwuekjmchg.ap-south-1.rds.amazonaws.com:1521:ORCL" | |
| schema="STERLINGOMS" user="sterlingoms"/> | |
| <!-- UAT TARGET CDT XML --> | |
| </TargetDatabases> | |
| <SourceTargetPrefs> | |
| <SourceTargetPrefs> | |
| <SourceTargetPair SourceDatabase="SOURCE_SSL_UAT_CDT" TargetDatabase="TARGET_SSL_UAT_DB"> | |
| <Ignore> | |
| <Table Name="YFS_ZIP_CODE_LOCATION"/> | |
| <Table Name="YFS_ITEM"/> | |
| <Table Name="YFS_PERSON_INFO"/> | |
| <Table Name="YFS_USER"/> | |
| </Ignore> | |
| <AppendOnly> | |
| <Table Name="YFS_PIPELINE"/> | |
| </AppendOnly> | |
| <Transformations/> | |
| </SourceTargetPair> | |
| </SourceTargetPrefs> | |
| </SourceTargetPrefs> | |
| </configsynch> | |
| </preferences> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment