Im looking for a way to update the OLE DB connection string in multiple SSIS packages at the same time. Unfortunately this task has fallen to me and its rather time consuming.All the packages are connecting to an Oracle database hosted by another company.
Each package has several connection string in the format: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=IP HERE)(PORT=HERE))(CONNECT_DATA=(SERVER=dedicated)(SERVICE_NAME=NAMEHERE))). When the 3rd party does a fail over for whatever reason someone (now me) will open each package and swap the connection string. These are using the Oracle Provider for OLE DB.
Unfortunately im not a DBA and I know very little about this subject. Any assistance would be greatly appreciated!