Hi everyone,
I am very new to SnapLogic. Recently I got a task to design triggered task to connect to Oracle with different account and then extract data with dynamic sqls.
Let me clarify my issues.
Basically the pipeline would be something like this
Read data from Oracle (various accounts) --> Transform --> Output to target dbs
First, I need to connect to various oracle dbs from various users (of course they will have different accounts) and extract data. I know I should user parameters for my pipeline, but how should I do it?
Second, can I pass a dynamic sql query for each time I connect to different database and select what I need? Where should I use parameter here and how should I pass dynamic parameter values?
Thanks in advance!