DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: loading images.. ORA-28575: unable to open RPC

  1. #1
    Join Date
    Sep 2001
    Location
    Düsseldorf, Germany.
    Posts
    588
    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

  2. #2
    Join Date
    Jul 2002
    Location
    Lincolnshire, IL
    Posts
    203
    Ref-Technet

    Cause: Initialization of a network connection to the external procedure agent did not succeed. This problem can be caused by network problems, incorrect listener configuration, or incorrect transfer code.
    Action: Check listener configuration in LISTENER.ORA and
    TNSNAMES.ORA, or check Oracle Names Server.

    Sandy
    "Greatest Rewards come only with Greatest Commitments!"

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width