

Why don´t characters show
up when I type?
Verify that the characters you are typing are appropriate
for the type of data you are trying to enter. Each field in the application
contains data validation code which prevents the entry of inappropriate
characters for the given data type.
For instance, the database SID is limited to 8 characters
in length, consisting of letters, numbers and underscore characters.
Once the 8th character has been entered, no more characters are accepted
for entry into the field.
Note: Oracle does permit $ characters within a database
SID, however Repgen filters out $ characters to prevent problems from
occurring when the Perl code reads the configuration file.

