Database object names must be delivered to the primary Replication Server in the same format as specified in replication definitions; otherwise, replication fails. For example, if a replication definition specifies a table name in all lowercase, then that table name must appear in all lowercase when it is sent to the primary Replication Server by the Replication Agent.
asis – (the default) database object names are passed to Replication Server in the same format as stored in the primary data server.
lower – database object names are passed to Replication Server in all lowercase, regardless of how they are stored in the primary data server.
upper – database object names are passed to Replication Server in all uppercase, regardless of how they are stored in the primary data server.
In the Oracle data server, by default, database object names are stored in all uppercase. However, if you create a case-sensitive name, the case-sensitivity is retained in Oracle.