Table of Contents

Search

  1. Preface
  2. Introduction to Test Data Management
  3. Test Data Manager
  4. Projects
  5. Policies
  6. Data Discovery
  7. Creating a Data Subset
  8. Performing a Data Masking Operation
  9. Data Masking Techniques and Parameters
  10. Data Generation
  11. Data Generation Techniques and Parameters
  12. Working with Test Data Warehouse
  13. Analyzing Test Data with Data Coverage
  14. Plans and Workflows
  15. Monitor
  16. Reports
  17. ilmcmd
  18. tdwcmd
  19. tdwquery
  20. Appendix A: Data Type Reference
  21. Appendix B: Data Type Reference for Test Data Warehouse
  22. Appendix C: Data Type Reference for Hadoop
  23. Appendix D: Glossary

User Guide

User Guide

Source and Target Properties

Source and Target Properties

You can override the name of the table owner if you want to select a table from a different schema.
The following table describes source and target options that you can configure at the data source level:
Source and Target Options
Description
Imported Source Owner Name
The default name of the source owner.
Runtime Source Owner Name
The name of the table owner from which you want the source data. Specify the owner name of the source table if you need the table from a different schema. Enter the schema name in uppercase unless the schema name is case sensitive in the database. If the schema name is case sensitive in the database, enter the name as in the database.
Target Prefix Name
The name prefix of the target table. Specify the target schema name if the target is in a different schema.
Target Pre SQL
An SQL statement to run before writing data to the target. Enter the complete SQL statement.
For example, if you want to alter the name of the target table before writing data to the target, specify the following pre SQL statement:
ALTER TABLE <target table name> RENAME TO $TABLENAME;
Where $TABLENAME is a parameter that you can select in the SQL statement.
Target Post SQL
An SQL statement to run after writing data to the target. Enter the complete SQL statement.
For example, if you want to alter the name of the target table after writing data to the target, specify the following post SQL statement:
ALTER TABLE $TABLENAME RENAME TO <target table name>;
Where $TABLENAME is a parameter that you can select in the SQL statement.

0 COMMENTS

We’d like to hear from you!