Need some assistance... ODAC .NET

I am upgrading our 6.1.4 system to 8.1 and need to figure out how to get the Oracle .NET Assemblies into IAM so I can

use the Imports System.Data.OracleProvider in a few custom scripts I need to write.

Thanks for any help.

Robin Stone

Longwood University

Parents Reply Children
  • Maybe I explained it wrong... the following steps have been tried

    1. Download and install oracle ODAC with ODP.NET - This is done and works. I can connect via a client to an oracle database via the oracle client.
    2. Move ODP.NET DLL's to One Identity program files directory.
    3. Start designer on same machine as step 3. Try to create script using the Imports 'commnd". Oracle namespace is not recognized therefore assembly not available. 
    4. Use Software-loader application on same machine to load assemblies into database. Try script again. Still no Oracle namespace
    5. Re-compiled.database and restarted service as well as closed designer and re-opened. Still no oracle namespace.
    6. Loaded VSS Pro 2019 on management machine (same one I have been testing with), Ran gacutil.exe and it showed assemblies in cache.
    7. Created a project in VSS and was able to reference the oracle name space.

    So I know the libraries are not loading. I don't understand why. Do I need to install these DLL's on all my job servers?

    Any help is greatly appreciated.