Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Instructions

  1. Completely uninstall and reinstall oracle 12c. The installer we used was from the zip folder in TC4S0A\GROUPS\AARA\AARAD\Software Library\Developer Tools\Oracle, followed a standard installation, except for not installing any VS dev tools, and installed it system-wide.

  2. Unconfigure Oracle’s GAC with the attached bat file (This is now in the \\Tc4s0a\groups\AARA\AARAD\NORMS folder)

  3. Installed the latest ODT from Oracle’s website

Note: If you are still having issues after this step, check the machine.config file in your Entity Framework folder. If it contains the following code, comment it out, and try running NORMS again.

<section name="oracle.manageddataaccess.client" type="OracleInternal.Common.ODPMSectionHandler, Oracle.ManagedDataAccess, Version=4.122.18.3, Culture=neutral, PublicKeyToken=89b483f429c47342"/>

<oracle.manageddataaccess.client>

<version number="*">

<settings>

<setting name="NAMES.DIRECTORY_PATH" value="TNSNAMES"/>

</settings>
<dataSources>

<dataSource alias="SampleDataSource" descriptor="(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=ORCL))) "/>

</dataSources>

</version>

</oracle.manageddataaccess.client>

  • No labels