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!

External dll TLLWrapper.dll linking error (TAU_TLL & HERMES)

627469Mar 9 2008 — edited Mar 10 2008
Hi all,

I'm using HERMES with TAU_TLL too, but doing this:

"...
mov_p moving_point;
...
mov_p.check_meet();
...
"

this error is raised:

ORA-06520: PL/SQL: Error loading external library
ORA-06522: /u01/app/oracle/oracle/product/10.2.0/db_1/bin/TLLWrapper.dll:
invalid ELF header

May it depend on my code or is a general library linking error?
I've Oracle 10g (10.2.0.1.0) on linux.
I've linked the library with

CREATE OR REPLACE LIBRARY TLL_lib AS '/u01/app/oracle/oracle/product/10.2.0/db_1/bin/TLLWrapper.dll'
/

Can anyone help me?

Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 7 2008
Added on Mar 9 2008
4 comments
734 views