Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 214 Oracle Analytics News
- 42 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Oracle 11.1.1.9 BI AdminTool Physical Connection Pool

We need to change the Data source name in the physical layer of the RPD to Protocol tcps and port 2484. The connection fails. We know it is setup correctly because all the jdbc datasouces in OBIEE are using the tcps and 2484 settings.
Has anyone been successful in implementing this?
Answers
-
Hi. I think you should provide a little bit more information on your problem. Right now it is very similar to "we have changed something, nothing works now". What was your previous setup? What have you changed? What do you want to achieve? Some relevant screenshots or logs could be useful too.
0 -
The database connection will only be accessible from 2484 TCPS. I need to change that connection string in the picture. The rest of the OBIEE internal and external communication is already SSL only. The JDBC DataSources database connection have also been changed to 2484 TCPS. However when I try to change the data source name ( which is what the RPD connection pool calls its database connection string) to TCPS port 2484 instead of TCP 1521 nonssl protocol the database can not make a connection.
0 -
Are you sure it's as simple as just putting a "s" in your protocol (and changing the port) ?
Don't you have to define anything else to make it work?
I guess to secure a JDBC connection you also need some settings as system properties or JSBC connection properties, so you maybe need some extra pieces to connect using OCI as well.
Ask your DBA what he would put in a tnsnames.ora to define that connection (and maybe try adding it there for OBIEE so in the connection pool you just put the tns name value instead of the full connection string.
0 -
I tried the tnsnames.ora , and sqlnet.ora file in OBIEE...I also tried adding the wallet in the connection string...Also tried creating a new ODBC connection with our custom keystores. Does anyone have any experience with doing this? This is the last huddle in switching our system to 100% SSL only ports.
0 -
The datasources are JDBC connections those we already have connecting at TCPS 2484.
0 -
Yeah, but OBIEE use a direct OCI connection (a lot better than JDBC) ...
Did you try googling on how you are supposed to configure an OCI connection to be SSL?
Right now I can't remember I saw somewhere all the data connections in SSL, so can't point you directly to a doc link for that. But as you can set OBIEE to be fully SSL (even between components etc.) I'm kind of sure it must accept sources being SSL as well, it's why I guess it's more about configuring it correctly ...
0 -
I opened an SR, according to them there is no documentation. I was hoping someone figured it out.
0 -
You are using OCI libraries. In order for OCI to be able to connect it needs a wallet with trusted certificates from the DB imported.
0 -
I have a wallet, tnsnames.ora, sqlnet.ora ...I have tried using the wallet parameter in the connection string. Do you have specific instructions on how to accomplish this?
0