Switch DB from Oracle to PostGres
We are trying to switch database from Oracle to PG. the data has been migrated (and adapted for PG) and next is to point the app server to DB (it would be war based VM deployment) - What all places needs to be updated for connection details to achieve the same. We have updated : prConfig.xml, context.xml, application.xml and prpcUtils (for command line). But seems something is not complete - tomcat has been started but Kafka fails to come up.