cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can change your system assigned username to something more personal in your community settings. X

How do you setup up Oracle RAC in db.properties on PDMlink 9.1 ?

LGrosz
3-Visitor

How do you setup up Oracle RAC in db.properties on PDMlink 9.1 ?

Has anyone successfully set up the db.properties settings to recognize an ORACLE RAC database ?

I read that the service_name just needs to be identified and not the wt.pom.jdbc.xxx properties, however, I am not able to get it to work.

Any help would be appreciated.

1 REPLY 1

You need to have three properties set in the db.properties:

  • wt.pom.serviceName=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=xxx)(PORT=1521))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=xxx))))
  • wt.pom.dbUse=xxx
  • wt.pom.dbPassword=xxx

And remove the jdbc properties:

  • wt.pom.jdbc.hos
  • wt.pom.jdbc.port
  • wt.pom.jdbc.service
Top Tags