Question
EY
IN
Last activity: 29 Mar 2022 14:12 EDT
Accessing Oracle Synonym via External Classes
One of my customer has Oracle DB and synonym created in it. We need to look up this via an external class mapping. Web application is Apache Tomcat. Pega version 8.6. Hosted in AWS. PegaRules/PegaData is in PostgreSQL.
I have tried to add includeSynonyms=true param in Context.xml. While restarting the server, Pega is ignoring this element saying not a valid key word. This configuration is mentioned in https://community.pega.com/support/support-articles/unable-use-synonyms-nbam-schema
Is there a solution to this or Pega can't pick the synonyms yet?