We have a server that is end of life with SQL 2014. We migrated the SSISDB from 2014 to 2019 and it seems to have worked (we did upgrade the SSISDB and it matches the 2019 version).
Packages can be executed, deployed, imported to local machines.
Some of the packages were using the Oracle Destination and Oracle Source. The Oracle source seems to work fine. Some of the Oracle Destinations are not working.
It appears that the previous version had the format schema.table and that says table not found. If in the Oracle Destination Editor, in the name of the table drop down, if I click on lookup table, they now show as "schema"."table". Once I select the table with this format, it works.
So my question is, is there a way to mass convert these table names, or am I stuck with having to re-select each table in each destination?
Jeffery