ORA-06522: ld.so.1: extproc: fatal: relocation error: file xxxxx.so: symbol yyyyy: referenced symbol not found
(Doc ID 851610.1)
Last updated on JANUARY 30, 2022
Applies to:
PL/SQL - Version 9.2.0.8 and laterInformation in this document applies to any platform.
Symptoms
An external procedure successfully calls, loads and executes a function within a given shared library, but within this function is another call to a secondary function that is found within a separate shared library.
It is when the initial shared library attempts to execute the function within the 2nd shared library that an error is returned.
Error:
ORA-06522: ld.so.1: extproc: fatal: relocation error: file xxxxx.so: symbol yyyyy: referenced symbol not found
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |