Example: Create a Replication Definition

This example demonstrates how to create a replication definition using the rs_char_raw type defined in Replication Server.

These Oracle table and type definitions are used in the example:
create replication definition use_name_t_repdef
with primary at ra_source_db.ra_source_ds
with all tables named 'USE_NAME_T'
(
   PKEY int,
   PNAME rs_rs_char_raw
)
primary key (PKEY)
searchable columns (PKEY)
go
Note: For this example, ltl_character_case must be upper.