Using DBAdapter with Different Schema Names across Environments

DBAdaper Different Schemas

In this post, we will see how to configure DBAdapter with Different Schema Names across Environments. Scenario In our environment , we had a Database Integration. Access was through a common username (e.g “soadb”). Table (e.g INTDATA)  that was holding the data was in different schema in each environment (e.g TSTDTA in… Read moreUsing DBAdapter with Different Schema Names across Environments