Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
My needs are to move about 130 Oracle tables named with "SC_" string, into SQL Server. Blank tables with equvalent datatypes are already created in SQL Server.
I was hoping to create a job using tOracleTableList component, use "CURRENT_TABLE" variable to and be able to use it for tOracleInput and tMSSQLOutput components.
Not sure if this would work, so wanted to take some advise as to how to achieve this task?