Table of Contents

Search

  1. Preface
  2. Fast Clone Overview
  3. Configuring and Using the Fast Clone Server
  4. Creating Cloning Configuration Files in the Fast Clone Console
  5. Unloading Data from the Source Database
  6. Loading Data to a Target
  7. Remote Configuration Management
  8. Fast Clone Command Line Interface
  9. Troubleshooting
  10. Fast Clone Configuration File Parameters
  11. Glossary

User Guide

User Guide

Character Replacement Parameter

Character Replacement Parameter

In the [CHARACTER_REPLACEMENT] section of the configuration file, specify character replacement rules.
By default the [CHARACTER_REPLACEMENT] section is empty. You can use the following parameter to define a replacement rule:
replacement_rule_id
="
CharacterToBeReplaced
_
NewCharacter
"
Ensure that each
replacement_rule_id
value in the [CHARACTER_REPLACEMENT] section is unique. For the value, use the following syntax:
CharacterToBeReplaced
_
NewCharacter
The character to be replaced and the new character must be separated with a single underscore.
For example:
replace1="a_b"
To remove the
CharacterToBeReplaced
character from source data, set
NewCharacter
to an empty value. For example, to remove the tab character (\t), define
replace99="\t_"
.
You can use hexadecimal notation in the
CharacterToBeReplaced
or
NewCharacter
value in a character replacement rule. If you want to replace a backslash (\) character, you must use hexadecimal notation.
You must not use multibyte characters in the
CharacterToBeReplaced
or
NewCharacter
value in a character replacement rule.
Also, you can use the following non-printable ASCII characters:
  • \a (alert)
  • \b (backspace)
  • \n (new line)
  • \r (carriage return)
  • \t (horizontal tab)
  • \v (vertical tab)

0 COMMENTS

We’d like to hear from you!