Error calling c#-dll from PL/SQL
My task is calling a c#-dll from PL/SQL. My machine is Win7-64bit.
My database is 11.2.0.3.
I have installed the Oracle Developer Tools for Visual Studio (11.2.0.3.0) in my Visual Studio 2010.
I have written a c#-dll as a "Visual C# Oracle CLR Project" and I am able do deploy it into my database.
There I can call the PL/SQL-Function representing my dll.
But when I do so, I get this error: "ORA-20100: ODE-00006: App domain could not be created for the specified security level"
My previous search revealed, that there is probably a problem of rights on directories.
My database is 11.2.0.3.
I have installed the Oracle Developer Tools for Visual Studio (11.2.0.3.0) in my Visual Studio 2010.
I have written a c#-dll as a "Visual C# Oracle CLR Project" and I am able do deploy it into my database.
There I can call the PL/SQL-Function representing my dll.
But when I do so, I get this error: "ORA-20100: ODE-00006: App domain could not be created for the specified security level"
My previous search revealed, that there is probably a problem of rights on directories.
0