Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Contexts are initialized at run time. I do not think you can add that to the Metadata section & test it out because they don't get initialized during that test. For testing the connection you will need the absolute values.
However, you can add that to the metadata schema, use that schema as an input/ output and then test it out. It should work definitely.
Hi all,
While on the subject on DB connections and contexts...
Lets say I created 2 distinct Oracle connections which I exported as context.
Is it possible to have a input parameter which would allow me to switch the connection on a given job?
For instance, I have several databases that contain the same table name which I have to extract data. I would like to avoid recreating the same job for each databases because if the table changes, it will impact both jobs.
My goal would be to fetch data both databases by running the same job on using a parameter that would toggle source DB connection. Is this possible? Could someone provide the steps and/or screen prints as example?
Thanks,