ltl_character_case

The character case used for database object names in Log Transfer Language (LTL) sent to the Replication Server.

Default

asis

Values

asis – database object names are sent in the same character case as they are returned from the primary database, or (if the value of the use_rssd parameter is true) in the same character case as they are specified in replication definitions.

lower – database object names are sent in all lowercase, regardless of how they are returned from the primary database, or specified in replication definitions.

upper – database object names in LTL are sent in all uppercase, regardless of how they are returned from the primary database, or are specified in replication definitions.

Comments