Hi,
I have a question on the physical layer connections on OBIEE 12C repository. I have an Oracle database instance ORCL and there are two schemas: IM and RM. So in the repository I created a database called ORCL and two connection pools, IM and RM. Each schema is uses a different set of credentials.
When I run an analyse for IM data, it runs fine. But when I run an analyses for RM data, it errors out saying, "ORA-00942: table or view does not exist". Upon analyzing the logs, I noticed the RM analyse is using the IM connection pool. Which explains why I'm getting the error.
Should I have created two separate database in the physical layer, ORCL-IM and ORCL-RM and each one only one connection pool?
