Table of Contents

Search

  1. Preface
  2. Data Replication Overview
  3. Understanding Data Replication
  4. Sources - Preparation and Replication Considerations
  5. Targets - Preparation and Replication Considerations
  6. Starting the Server Manager
  7. Getting Started with the Data Replication Console
  8. Defining and Managing Server Manager Main Servers and Subservers
  9. Creating and Managing User Accounts
  10. Creating and Managing Connections
  11. Creating Replication Configurations
  12. Materializing Targets with InitialSync
  13. Scheduling and Running Replication Tasks
  14. Implementing Advanced Replication Topologies
  15. Monitoring Data Replication
  16. Managing Replication Configurations
  17. Handling Replication Environment Changes and Failures
  18. Troubleshooting
  19. Data Replication Files and Subdirectories
  20. Data Replication Runtime Parameters
  21. Command Line Parameters for Data Replication Components
  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 parameter settings when generating target tables based on source table schema unless you adjust the defaults in the
DataReplication_installation
/uiconf/default.cfg file.
If the default.cfg file does not exist, you can create the file in the uiconf directory and then add parameters to it. For more information, see Default.cfg File.
The following parameters are related to schema generation:
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
  • 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
  • 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!