Skip to Main Content

SQL & PL/SQL

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.

Problem with external library build in .NET

316033Jul 30 2002
Hello. Is it possible to create Dll in (Visual Basic .NET or C# .Net or C++ .NET) with external procedures or functions than i call in PL/SQL. I know it's possible in C++ 6.0 but in .NET i don't know how.

I create the dll and the external library in ORACLE but not working.

If is possible, give me an example please.

This is my error when dll in Visual Basic .NET:

ORA-06521: PL/SQL: Error mapping function
ORA-06522: Unable to load symbol from DLL
ORA-06512: at "CESCOBAR.MENSAJEVBNET", line 0
ORA-06512: at line 1

This is my error when dll in Visual C++ .NET:

ORA-06520: PL/SQL: Error loading external library
ORA-06522: Unable to load DLL
ORA-06512: at "CESCOBAR.MENSAJECNET", line 0
ORA-06512: at line 1

Thanks.

Carlos.

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Oct 8 2002
Added on Jul 30 2002
2 comments
369 views