I have created a small NET function , then deployed it. Ok
When I execute it
select GETMENGEVIAID(2) from dual;
----------
ORA-20100: ODE-00006: AppDomain could not be created for the specified security level
ORA-06512: at "SYSTEM.DBMS_CLR", line 152
ORA-06512: at "SYSTEM.DBMS_CLR", line 42
ORA-06512: at "SYSTEM.DBMS_CLR", line 145
ORA-06512: at "SCART.GETMENGEVIAID", line 7
------
What is the reason?
How to fix it?