PowerCenter
- PowerCenter 10.4.0
- All Products
To securely connect to PostgreSQL for the PowerCenter repository, set the[PCRS_DB_SERVICE_NAME] host=Database host IP port=Database port dbname=PowerCenter Repository Service database service name
$ export PGSERVICEFILE; PGSERVICEFILE=<pg_service.conf file directory>/pg_service.conf
$ setenv PGSERVICEFILE <pg_service.conf file directory>/pg_service.conf
$ export PGHOME; PGHOME=/usr/pgsql-10
$ setenv PGHOME /usr/pgsql-10
$ export PATH; PATH=${PATH}:${PGHOME}
$ setenv PATH ${PGHOME}:${PATH}
$ export LD_LIBRARY_PATH; LD_LIBRARY_PATH $PGHOME/lib $ LD_LIBRARY_PATH <InstallationDirectory>/server/bin:${LD_LIBRARY_PATH}
$ setenv LD_LIBRARY_PATH $PGHOME/lib $ setenv LD_LIBRARY_PATH <InstallationDirectory>/server/bin:${LD_LIBRARY_PATH}