Connect with different database server dynamically based upon flag or without flag and don't want to use choice connector to connect with other database server because we are using same database configuration more than 1000 times in our project using multiple database connectors. if we use choice connector, we need to apply everywhere in our project. e.g.
Flag True Connect with Oracle database server and Flag False Connect with SQL database server