Currently I am running a script in sqldeveloper to get my data from oracle and dump into CSV file and then I import CSV file into SQL Server. Now, I have VS 2017 and I am trying to get same data into SQL server from Oracle database through Attunity driver.
I could connect oracle database using Oracle Source in data flow but at this point I am stuck, I don't know how to run my existing script which has multiple multiple SQL commands - in first line I alter my session to point to correct schema followed by setting some variables, environment setting and select statements.