Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

External Procedures

Status
Not open for further replies.

silvia23

Technical User
Joined
May 22, 2003
Messages
26
Location
ES
Hello!
I'm trying to execute a procedure which call an external function, and the next problem has appeared:

SQL> exec run_demo;
SQL Error: ORA-06521: PL/SQL: Error al crear la correspondencia de la función
ORA-06522: Unable to
load symbol from DLL

Procedimiento PL/SQL terminado con éxito.

What mechanism is used by Oracle to map the functions?¿ Because when I try to call an internal function belonged to an Oracle package the same error appear.
Any idea?¿
Thanks again,
Silvia
 
Try without the ; at the end of the line.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top