Hi Experts,
I have a scenario in which I need to read the contents of a flat file, get the value of first column (take for e.g., column name is MaterialNumber), call a stored procedure on remote DB which will return me another set of material numbers (say for e.g., call it, MaterialNoDB). I need to compare the values present in the file (MaterialNumber) and that is fetched from the Database (MaterialNoDB).
There is no input to the SP. I only need to call the SP which will return me the values (i.e. MaterialNoDB). I was planning to implement a MM where I will do a JDBC Lookup to fetch the values. The only confusion I have here is that should I use the JDBC Channel as Receiver or Sender for the Lookup? I was planning to use a Sender JDBC Channel since I have to call the SP and get the values from the DB but I am not sure if that would work out.
Any suggestion or guidance in this regard would be really helpful to me.
P.S.: The DB is neither a Oracle DB nor a Microsoft SQL server.
Thanks,
Arkesh