Informatica-EIC / REST-API-Samples

This repository contains Java samples for EIC REST API. For instructions on running the samples, see the Readme files in the java directory.
MIT License
24 stars 32 forks source link

python/externalDBLinker.py - does not create links when multiple dblinks with same name are used in a single database #36

Closed darren-wrigley closed 1 year ago

darren-wrigley commented 3 years ago

when trying to generate external links from an oracle database, we can configure a schema to use for each dblink, in dblinks.csv.

if there are multiple dblinks using the same name, in different schemas (non public dblinks), then the process will not work properly. we need a way to know what schema us used that has the reference to the dblink, so that can be used to find the right target schema & database.

darren-wrigley commented 1 year ago

may need to revisit if it comes up again