Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Oracle library

Projects we know this applies to:

  • eMER

  • CAMIS (need to check)

  • Others?

Different versions of the Oracle library are required for running some applications locally vs deploying them to development, acceptance and prod.

To update the reference to the Oracle library:

...

Open the repos for the project being deployed.

...

Right click the project in the “Solution explorer”.
Example:

...

Select “Properties” from the context menu.
Example:

...

Once the references have been added a first time, if you need to switch, select “Remove” and then select the appropriate library, according to your purpose (local or a deployment.

To run on your local environment, set the reference for Oracle to the ODP library.

...

Oracle for deployments to development, acceptance and production need to use the GAC version of the oracle library.

...

View file
nameoracle.dataaccess.dll

Image RemovedProjects we know this applies to:

  • eMER

  • CAMIS (need to check)

  • Others?

Please refer to



Once code has passed testing in your local development environment:

  • create a PR for review.

  • deploy the code to development. Currently there is no pipeline for this so the deployment has to be done manually.

  • Ask another developer to test your code in development.

...