Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Error ORA-20100 during a function execution

User_L3ELOJan 28 2022

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?

Comments

Post Details

Added on Jan 28 2022
5 comments
805 views