Hi,

I am getting following error while importing images...

--------------------------------------------------------
ERROR at line 1:
ORA-29532: Java call terminated by uncaught Java exception:
oracle.jdbc.driver.OracleSQLException: ORA-28575: unable to open RPC connection
to external procedure agent
--------------------------------------------------------

I have configured my listener for external procedure also..

Code:
D:\oracle\ora81\bin>lsnrctl

LSNRCTL for 32-bit Windows: Version 8.1.7.0.0 - Production on 28-AUG-2002 13:04:05

(c) Copyright 1998 Oracle Corporation.  All rights reserved.

Willkommen in LSNRCTL. Geben Sie "help" ein, um Information zu erhalten.

LSNRCTL> status
Verbindung mit (ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC0)) wird aufgebaut
STATUS des LISTENER
------------------------
Alias                     LISTENER
Version                   TNSLSNR for 32-bit Windows: Version 8.1.7.0.0 - Production
Startdatum                28-AUG-2002 12:40:16
Uptime                    0 Tage 0 Std. 23 Min. 51 Sek.
Trace-Ebene               off
Sicherheit                ON
SNMP                      OFF
Parameterdatei des Listener D:\oracle\ora81\network\admin\listener.ora
Log-Datei des Listener    D:\oracle\ora81\network\log\listener.log
Services  bersicht...
  ORCL          has 1-Dienstroutine(n)
  plsextproc            has 1-Dienstroutine(n)
Der Befehl wurde erfolgreich ausgef©úhrt.
LSNRCTL>
as well as tnsnames..


Code:
EXTPROC_CONNECTION_DATA=
  (DESCRIPTION=
    (ADDRESS=
        (PROTOCOL=IPC)
	(KEY=EXTPROC0)
    )
    (CONNECT_DATA=
      (SID=plsextproc)
    )
    )
  )
What will be the error?

Please advice

Thanks

Sameer