Hi,
I want to connect with different database server dynamically based upon flag or without flag and don't want to use choice connector because we are using database configuration more than 1000 times in our project. if we used choice connector, we need to apply everywhere.
if flag is true connect: Oracle database server
if flag is false connect: SQL database server
Thank you for help and suggestions.