call of external procedure get "ORA-06522: undefined symbol:"
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?
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?
0