PL/SQL (MOSC)

MOSC Banner

call of external procedure get "ORA-06522: undefined symbol:"

edited Jan 8, 2014 4:32AM in PL/SQL (MOSC) 6 commentsAnswered ✓
Hello,
I added a new function to our external library. The new function used a other library ImageMagickWand.
When I call with pl/SQL an old function of the new library I get the follwing messages:
select sys_resource.get_grafikinfo('/obj-media/i33/vcm/i33vcm90901/flo.jpg','B') from dual
       *
FEHLER in Zeile 1: (Error in line 1)
ORA-06520: PL/SQL: Fehler beim Laden der externen Library (PL/SQL Error loading external library)
ORA-06522: /dufhome/dba/oracle/product/rdbms/11202/lib/libduf.so: undefined
symbol: NewMagickWand
ORA-06512: in "SYS_RESOURCE.FILE_JPG", Zeile 1
ORA-06512: in "SYS_RESOURCE.GET_GRAFIKINFO", Zeile 109
 
Did I have to define the used library ImageMagickWand? How and where did I have to define them?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center