Categories
- All Categories
- Oracle Analytics and AI Learning Hub
- 54 Oracle Analytics and AI Sharing Center
- 26 Oracle Analytics and AI Lounge
- 312 Oracle Analytics and AI News
- 57 Oracle Analytics and AI Videos
- 16.4K Oracle Analytics and AI Forums
- 6.7K Oracle Analytics and AI Labs
- Oracle Analytics and AI User Groups
- 117 Oracle Analytics and AI Trainings
- 24 Oracle Analytics and AI Challenge
- Find Partners
- For Partners
Connection for the repository
Hi,
We have done a migration from OBIEE 12.2.1.4 to OAS with a BAR file.
The connection pool used in that RPD use Session Variables to connect to the database regarding the "User" connected to "Analytics".
So the connection pool in the RPD is using the session variable to connect to the right database with
"Data source name" = "VALUEOF(NQ_SESSION.PROJECT_DSN)"
E.G. : Connection as user "TEST1" ⇒ session variable "PROJECT_DSN" = "DB_TEST1" and the data source name (the schema) used is "DB_TEST1"
With OAS in "Analytics" we are not able to create a analysis on the repository, the connection is not working.
Since in OAS the connections are defined in DV, do we need to create any connection in DV for using the repository ?
Or do we need to configure a tnsnames.ora file in OAS ?
Jean-Pierre