• FEATURES
  • PRICING
  • MARKETPLACE
  • CASE STUDIES
  • BLOG
  • OpenSpecimen deployment with Oracle RAC

    Has anyone successfully deployed OpenSpecimen with Oracle RAC?

    In case anybody is interested, OpenSpecimen will run with an Oracle RAC instance.
    However, to get it to work, you will need to edit the ant build.xml and change every instance of:

    jdbc:oracle:thin:@${database.host}:${database.port}:${database.name}

    to:

    jdbc:oracle:thin:@${database.host}:${database.port}/${database.name}

    and deploy the app.
    The only difference in the connection string is the slash instead of colon between database port and database name.
    Good luck!

    @Dave_Mulvihill,

    Yes we have successfully deployed OpenSpecimen v1.1_RC3 with Oracle RAC.

    Regards,
    Shannon