We will be connecting up to 60+ Oracle schemas using EG 7.1. What is the best practice for managing the libraries, db connections and passwords etc..? We have used DSN connections in the past but looking for a better solution. DSN Connection: libname myoralib odbc dsn=TST user=TestUser password=TestPswd schema='XXXX_LOCK';
... View more