Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Problem with Pro C

Problem with Pro C

From: Roger Premo <rpremo_at_hanys.org>
Date: 11 Mar 2004 05:42:43 -0800
Message-ID: <8183ef38.0403110542.3078711c@posting.google.com>


We have recently migrated from Oracle 8.1.7 to Oracle 9.2.0.4 on HPUX vers 11 64 bit. We have a Pro C application that ran fine on Oracle 8i but now we get

ORA-06520 PL/SQL: Error loading external library

 Cause: An error was detected by PL/SQL trying to load the external library dynamically.

env
SHLIB_PATH=/opt/oracle/product/9.2.0/lib32 LD_LIBRARY_PATH=/opt/oracle/product/9.2.0/lib

listener.ora
EXTPROC_LISTENER =
  (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = extproc))   )
SID_LIST_EXTPROC_LISTENER =
  (SID_LIST =
    (SID_DESC =
(SID_NAME = extproc)
(GLOBAL_DBNAME = PlsExtProc)
(ORACLE_HOME = /opt/oracle/product/9.2.0)
(ENVS = 'GROUPER_DIR=/proj/dev/C/bin/')
(PROGRAM = /opt/oracle/product/9.2.0/bin/extproc)
    )
  )

Any help would be appreciated. Received on Thu Mar 11 2004 - 07:42:43 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US