Good afternoon!
Could you help me with Extensions for .NET
I have the following installed:
1) Server Oracle 12c. (ver. 12.1.0.2.0)
2) Visual Studio 2013
3) ODTwithODAC121024
Everything is installed on one host.
I am able to develop and deploy the stored procedure without any issues. But when one starts the procedure the following error appears:
ORA-20100: ODE-00005: Could not create type: Oracle.Database.Extensions.OracleAppDomainFactory, Oracle.Database.Extensions, Version=4.121.2.0, Culture=neutral, PublicKeyToken=89b483f429c47342
ORA-06512: into "SYS.DBMS_CLR", line 129
ORA-06512: into "SYSTEM.STOREDPROCEDURE1", line 6
ORA-06512: into line 2
Could you propose me the solutions of this problem?