I have several Oracle Connectors in my workflows. Every time I export to share my workflows, the connection settings are reset for the individuals I share the knwf with. This is not an issue when I save it to my local and I open it. It is an issue when others use my shared workflows. How can I get the database hostname and database name to stay in the shared workflow oracle connector node configuration settings?
I have found a solution. I set up a configuration file and I have set up the connection to use that config file. This topic can be closed.
2 Likes
Hi!
Can you please share a template of that configuration file and tell how do you set up the connection to use it?
Hi @elaisafonceca,
If you want to store the database hostname and database name, you can do it using a String Configuration node. Set the values in the node and then merge all the variable before passing it to the Orracle Connector node. Inside the connector node, use the flow variable values to configure the database hostname and database name.
Best,
Keerthan
2 Likes
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.