It is advisable to prefix table & column names while replicating Source into Database. Now DBSync Cloud Replication allows including prefix for table & column names globally for all the profiles in Replication console. Also each profile can have different prefix. This section shows the steps involved in including prefix for table and column name.

Global prefix

<<Installation Folder>>\dbsync-repl\WEB-INF\db\conf

column.prefix=<<prefix>>
table.prefix=<<prefix>>

column.prefix=sfc
table.prefix=sft

Profile prefix

<<Installation Folder>>\dbsync-repl\WEB-INF\db

column.prefix=<<prefix>>
table.prefix=<<prefix>>

column.prefix=sfc
table.prefix=sft