Table of Contents

Search

  1. Preface
  2. Data Replication Overview
  3. Installing Data Replication
  4. Preparing Source and Target Systems
  5. Replication Basic Concepts
  6. InitialSync Processing
  7. Extractor and Applier Processing
  8. DDL Replication
  9. Recovery and Checkpoint Processing
  10. Configuring the Server Manager
  11. Creating Replication Configurations in the Data Replication Console
  12. Managing Replication Configurations
  13. Running Data Replications
  14. Configuring Selected Replication Types
  15. Monitoring Data Replication
  16. Maintaining the Replication Environment
  17. Troubleshooting
  18. Data Replication Files and Subdirectories
  19. Data Replication Runtime Parameters
  20. InitialSync, Extractor, and Applier Command Line Parameters
  21. Server Manager Command Line Parameters
  22. Updating Configurations in the Replication Configuration CLI
  23. DDL Statements for Manually Creating Recovery Tables
  24. Sample Scripts for Enabling or Disabling SQL Server Change Data Capture
  25. Glossary

Schema Generation Parameters

Schema Generation Parameters

Data Replication uses default parameters in the
DataReplication_installation
/uiconf/default.cfg file when generating target tables based on a source table schema.
You can edit the following default parameters:
schema_converter_use_quotes_in_tables_names={
true
|false}
Indicates whether to surround table names with brackets when Data Replication generates SQL CREATE TABLE scripts.
When you enable this option, Data Replication surrounds table names with the following symbols:
  • Square brackets [ ] for Microsoft SQL Server
    and Sybase ASE
  • Apostrophes (') for MySQL
  • Double quotation marks (") for other target databases
For Teradata targets, Data Replication surrounds table names with double quotation marks, regardless of this parameter setting.
The default value is true.
schema_converter_use_quotes_in_columns_names={true|
false
}
Indicates whether to surround column names with brackets when Data Replication generates SQL CREATE TABLE scripts.
When you enable this option, Data Replication surrounds table names with the following symbols:
  • Square brackets [ ] for Microsoft SQL Server
    and Sybase ASE
  • Apostrophes (') for MySQL
  • Double quotation marks (") for other target databases
For Teradata targets, Data Replication surrounds column names with double quotation marks, regardless of this parameter setting.
The default value is false.
schema_converter_change_table_and_column_names_to_default_db_case={
true
|false}
Indicates whether to change the capitalization of table and column names when Data Replication generates SQL CREATE TABLE scripts.
If you set this parameter to true, Data Replication performs the following case conversion:
  • Changes all letters to uppercase for
    DB2,
    Netezza, Oracle
    , and PostgreSQL
    targets.
  • Changes all letters to lowercase for Greenplum targets.
  • Does not change the capitalization of table and column names for other target databases.
The default value is true.

0 COMMENTS

We’d like to hear from you!