ORA-28575: could not open the RPC connection to external procedure

Hello

I get the following error:

ORA-28575: could not open the RPC connection to external procedure

ORA-06512: at "SDE". ST_GEOMETRY_SHAPELIB_PKG', line 1325

ORA-06512: at "SDE". ST_GEOM_UTIL', line823

my environment:

ORACLE 11 g 2 (11.2.0.3)

IBM AIX 6.1

ESRI software: ArcSDE 10.1 SP1

Since I'm on oracle 11g release 2, I used the method of the external procedure:

under $ORACLE_HOME/hs/admin

in the "extproc.ora" file, I added the line

SET EXTPROC_DLL = ANY

and still the same problem.

so I made the (listener and tnsnames configuration method) where that might solve the problem. However, it does not help...

I also applied the oracle metalink 1256784.1 ID DOC

but without success and I'm still getting this error (ORA-28575).

After extensive troubleshooting, I discovered that this will happen in one of two situations:

1. the external procedure library .so is corrupted.

OR

2. the external procedure library .so is a 32-bit... .to check that the Unix ( file lib.so), the exit command should give you 64-bit

Tags: Database

Similar Questions

  • ORA-28575: could not open the RPC connection to the external procedure agent

    Hello world

    Could you please help me with this problem? I am trying to configure Oracle XE 11 g for external procedures, this because I need to access certain procedures in a DLL in Delphi 6.0, but even with the simplest of the dll that I do, as a sum in C, I can't pass this ORA-28575 error: could not open the RPC connection to the external procedure agent.

    It's my listener.ora:

    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\oraclexe\app\oracle\product\11.2.0\server)
    (= Extproc PROGRAM)
    )
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = C:\oraclexe\app\oracle\product\11.2.0\server)
    (= Extproc PROGRAM)
    )
    )

    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC0))
    (ADDRESS = (PROTOCOL = TCP)(HOST = myPC) (PORT = 1521))
    )
    )


    DEFAULT_SERVICE_LISTENER = (XE)

    and that's my tnsnames.ora:
    XE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = myPC) (PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = XE)
    )
    )

    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC0))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    )
    )

    ORACLR_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC1))
    )
    (CONNECT_DATA =
    (SID = CLRExtProc)
    (PRESENTATION = RO)
    )
    )

    Do you know what could be the problem? I'm out of ideas and google search...

    Also, is there a difference in a call to a DLL in VB and one made in Delphi?

    Thank you and best regards,

    See the MOS NOTES:
    ORA-28575: cannot open connection to RPC if "ORA_EXTPROC_THREADED" is set in the registry [945396.1 ID]
    External procedures - troubleshooting errors ORA-28575 [70638.1 ID]

  • ORA-31640: could not open the dump file ' / restoration/psdwh/exp_dataONLY_iccs_25062.

    Hello
    Version 11203

    I try to import the schema in exadata machine using impdp.
    The impdp can't open the dump file.

    Departure "ICCS. "" SYS_IMPORT_FULL_01 ": userid = ICCS / * full = TABLE_EXISTS_ACTION = APPEND
    DIRECTORY = PARALLEL EXP_FOR_EXADATA = 4 DUMPFILE=exp_dataONLY_iccs_25062012_%U.dmp LOGFILE = exp_dataONLY_iccs_25062012.log
    Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
    ORA-31693: Table data object "ICCS"."INF_CALL_ERR" failed to load/unload and is being skipped due to error:
    ORA-31640: unable to open dump file "/restore/psdwh/exp_dataONLY_iccs_25062012_04.dmp" for read
    ORA-19505: failed to identify file "/restore/psdwh/exp_dataONLY_iccs_25062012_04.dmp"
    ORA-27037: unable to obtain file status
    Linux-x86_64 Error: 2: No such file or directory
    Additional information: 3
    .....
    ORA-31693: Table data object "ICCS"."CC_AGG3" failed to load/unload and is being skipped due to error:
    ORA-31640: unable to open dump file "/restore/psdwh/exp_dataONLY_iccs_25062012_02.dmp" for read
    ORA-19505: failed to identify file "/restore/psdwh/exp_dataONLY_iccs_25062012_02.dmp"
    ORA-27037: unable to obtain file status
    Linux-x86_64 Error: 2: No such file or directory
    Additional information: 3
    . . imported "ICCS"."CUST_S"                         19.78 MB  580379 rows
    . . imported "ICCS"."CUST_SUM_CD"                    16.79 MB  843460 rows
    ORA-31693: Table data object "ICCS"."BILL_CUST_SALE_TMP_C" failed to load/unload and is being skipped due to error:
    ORA-31640: unable to open dump file "/restore/psdwh/exp_dataONLY_iccs_25062012_02.dmp" for read
    ORA-19505: failed to identify file "/restore/psdwh/exp_dataONLY_iccs_25062012_02.dmp"
    .....
    I checked the file is exist in the file system:
    [oracle@dm01db01 psdwh]$ ls -l /restore/psdwh/exp_dataONLY_iccs_25062012_04.dmp
    -rwxrwxrwx 1 oracle oinstall 701464576 Jun 25 10:36 /restore/psdwh/exp_dataONLY_iccs_25062012_04.dmp
    I checked that the file has the same authority as user oracle:
    dm01db01{oracle} /home/oracle >id
    uid=1000(oracle) gid=1001(oinstall) groups=101(fuse),1001(oinstall),1002(dba)
    I also checked that I have a right permission on the directory above:
    cd /restore
    ls -l
    drwxrwxrwx  3 oracle oinstall         9216 Jun 27 19:15 psdwh
    I have veified directory exists:
    SQL> select * from dba_directories;
    
    OWNER      DIRECTORY_NAME   DIRECTORY_PATH
    ----------------------------------------------
    SYS       EXP_FOR_EXADATA   /restore/psdwh
    I read, write on directory permission to the PUBLIC, and as you can see there are a few tables that managed to import:
    . . imported "ICCS"."CUST_S"                         19.78 MB  580379 rows
    . . imported "ICCS"."CUST_SUM_CD"                    16.79 MB  843460 rows
    Please note I'm getting this error everytime I use expdp with PARALLEL and with %U in the name of dumpfile.
    for example:
    expdp userid=iccs/iccs@psdwh  content=data_only EXCLUDE=statistics DIRECTORY=EXP_FOR_EXADATA 
    PARALLEL=4 DUMPFILE=exp_dataONLY_iccs_25062012_%U.dmp LOGFILE=exp_dataONLY_iccs_25062012.log
    If I export without PARALLEL and %U, average with just a dump file, I have no problem at all to import the file.

    Any advice?

    Thank you

    The problem is probably due to the directory is not not accessible from all nodes in the cars. If it works with parallel = 1 but not at the same time > 1 then the other nodes which are used to import data and given that the file exist, then please check that the disk is accessible from all nodes in the basket.

    Dean

  • Could not open the photos on my external hard drive

    When my outside of the opening drive the photos it will not open. Here is what I get. The version of this file is not compatible with the Version of windows your race (have windows xp and now with the new computer is Windows 7) it says then check information computer system. to see if you need and 86(32bit) x or x 64(64 bit) version of the program. Don't know what to do at this point.

    Files on the outside are visible in the Explorer? If so, how the properties of these files show?

  • ORA-00210: could not open the specified control file

    ORA-00202: control file: ' / u01/app/oracle/oradata/DB11G/STANDDB/control01.ctl'

    ORA-27037: unable to get file status

    Linux error: 2: no such file or directory

    Additional information: 3

    ORA - 205 marked during: ALTER DATABASE MOUNT...

    Did you check the alerts log.. ?

    have you checked the control file is available in this mount point... ?

    When you have this error... ? I mean what you're trying to do... ?

  • Could not open the page "Get Started"

    After I instaled the oracle 11g XE on windows XP I open "Get Started". I get this: "Firefox cannot connect to this server 127.0.0.1:8080."
    I write about several sql: "' conn / as sysdba" and I get 'connected to an idle instance'. "
    Then to 'cancel the stop' = > 'instance shut down. "
    Then for "startup" = >
    ORA-1078, ORA - 01565:eror in the identification of the file "C:\oraclexe\app\oracle\product\11.2.0\server\dbs/spfileXE.ora".
    ORA-27041: could not open the file
    04002 - OSD: could not open the file

    Published by: 937555 on 02.06.2013 20:47

    Hello

    seems that something went wrong during installation when your spfile does not exist or is not readable or corrupted somehow.
    You should check your Setup for error logs, starting with cloneDBCreation.log in C:\oraclexe\app\oracle\product\11.2.0\server\config\log on your machine. This is where the creation of the spfile might be connected.

    -Udo

  • ORA-17503: ksfdopn:2 could not open the file +M0347_DG1/m0347/spfilem0347.ora ORA-15001

    ASM, database version: 11.2.0.3

    Get error in the two alert logfile of ASM in cluster with two nodes below.

    ============

    Errors in the /u02/diag/asm/+asm/+ASM1/trace/+ASM1_ora_86521.trc file:

    ORA-17503: ksfdopn:2 could not open the file +M0347_DG1/m0347/spfilem0347.ora

    ORA-15001: diskgroup 'M0347_DG1' does not exist or is not mounted

    Same thing is written to the trace file as well.

    There is that a single database that p0347 runs and diskgroup that m0347_dg1 has been for other databases M0347 which is interrupted both diskgroup m0347_dg1 was abandoned.

    But why is it looking for spfilem0347.ora, please let me know how to fix.

    ORA-17503: ksfdopn:2 could not open the file +M0347_DG1/m0347/spfilem0347.ora

    P0347 database has nothing to do with the question. right?

    Probally you have not deleted from database M0347 of OCR and CRS was trying to start the database.

    $ORACLE_HOME of database using

    $ srvctl config database-d M0347

    If it is saved in OCR you should remove it.

    This command will delete the database.

    $ srvctl remove the d M0347 database

    Make sure Diskgroup is registered.

    With the help of GI $ORACLE_HOME

    $ srvctl config diskgroup g M0347

    If registered in OCR you can remove it.

    $ srvctl remove diskgroup g M0347

  • Satellite U405 - S2833 Fingerprint error: could not open the sensor

    Hello, I am very new to the forums so I apologize in advance if I don't give all the necessary accurate information in this thread.

    I have a Toshiba U405-S2833 and it came with the TrueSuite Access Fingerprint Software.

    I downloaded an update a few days ago, but I don't remember if it's for Vista or Toshiba. Since then, my fingerprints were all removed from the system, and when I try re - save, I get this error message "error: could not open the sensor" I can't find the material to fix the sensor manually without going through the TrueSuite software.

    Any help would be greatly appreciated.
    Thanks in advance

    I am also having the same problem.

    My boss uses a Satellite U405-2628 fingerprinting and with the sensor TrueSuite Access Manager. It worked fine, then I updated windows and it has stopped working. I was on the updates and noticed an update of TrueSuite and thought that maybe that was messed up things.

    Then there were other issues that went past me locked out of the machine (anti-virus and loss of relationship with the field... also my fault). So I decided to wipe the machine and install fresh Vista.

    I installed everything but the TrueSuite software still not able to open the sensor. After hitting my head on it, I decided enough was enough and I restored it using Toshiba recovery disks.

    It took a few hours and here I am logged in as administrator and the TrueSuite software still cannot open the sensor. I don't know what I can do, since it is to return to the factory settings.

    As the above poster said, HELP!

    Thank you.

    ... a little later...

    Well, I managed to do work, and this can be useful for some people out there since I found no easy answers. I can't guarantee anything, and it's really complicated... so here go us.

    First, I downloaded the latest update from Toshiba (util_fingerprint_27460A.exe) and nothing has worked.
    Then I uninstalled the sensor since (click right, uninstalled) Device Manager to uninstall the driver as well (it should invite you to do so)
    Then, still in the Device Manager, I scanned for new hardware and it came with my sensor. I said to look for drivers and when he could not find, I think it gave me an option for windows search for an answer... or something like that. He came back with a link to Authentec (www.authentec.com/win7update/w7wbf32.exe, I think). So I downloaded that and installed. He rose through the device under "Biometric devices" then before... I think it's under the "Personall security device" or something like that. But alas, still no luck. So I uninstalled all the device from the Device Manager (taking care of uninstalling the driver as well) and of the TrueSuite software. Then came the break I was looking for.

    Online research I came across this page... http://members.driverguide.com/driver/detail.php?action=download&driverid=1194755. I had the chance before to DriverGuide.com so I thought what the heck. It is a driver of HP for the same sensor and it is dated 2006. So I downloaded and installed. Still nothing...

    Disgusted, I thought, well let's try to install util_fingerprint_27460A.exe on top of that. So I did, restarted and I couldn't believe my eyes when he said to connect and register fingerprints not seriously. And so I did. I hope this helps people, I don't really know how the sensor I so messed up, but I'm glad it worked.

    Yet one thing... and this may be important. When I took TrueSuite first after doing all this, he told me that the storage of fingerprints was full... or something in that sense. So I clicked the button remove all traces of fingers button and it I would like to register my fingerprints. I'm starting to wonder if that was all I had to do in the first place... Guess I'll never know.

    Good luck.

    Post edited by: rewind22x

  • Could not open the page to update windows with the error 80072efe

    Could not open the page to update windows with the error 80072efe

    0x80072EFE - ERROR_INTERNET_CONNECTION_ABORTED - the connection with the server has been terminated.

    How to reset the Windows Update components?
    http://support.Microsoft.com/kb/971058

    TaurArian [MVP] 2005-2010 - Update Services

  • JavaLoader error: could not open the file

    I developed a small application and I'm trying to install it in my camera (Curve 8900) using the javaloader. I used Blackberry plugin for eclipse to develop my app and it works very well in the Simulator. I got the shape of keys BB to sign the application and all of the APIs are now signed.  the javaloader that I use is the one in the eclipse installation folder:

    C:\eclipse clasic\plugins\net.rim.ejde.componentpack4.2.1_4.2.1.19\components\bin

    I use this version because I used to develop the small JRE 4.2.1 application in eclipse.

    and the command is: javaloader.exe u load myapp.cod

    I get just the error: error: could not open the file and nothing is copied to the device.

    The connection is good because I am able to see the device help info: javaloader-u deviceinfo

    I have just the knowledge base on the development for BB and it's my first show stopper...

    Thanks in advance for your help

    This is the solution... I managed to install the application without delay!

    Thank you very much

    Jesus

  • 2% failed: ERROR: could not open the file %s

    I'm trying to convet system winnt in esx, always fail in the setp2. I tired to convet locally and remotely and get the same error message. Help, please

    10:32 step 1: connecting to Agent VMware Converter on 172.19.129.10

    10:32 step 2: creation of target virtual machine and the conversion of the data

    10:32:05 configuring settings for the virtual machine target...

    10:32:07 creating virtual machine target...

    10:33:04 ERROR: could not open the file %s

    The newspaper has been attached

    I already test the TCP 902 on the source by telnet to the target ESX machine and it seems that TCP 902 is open. The result of telnet has also been downloaded.

    Help, please!

    Problems with vConverter.

    StarWind Software R & D

  • VMware Converter failed % 2: ERROR: could not open the file %s

    I'm trying to convet system winnt in esx, always fail in the setp2. I tired to convet locally and remotely and get the same error message. Help, please

    10:32 step 1: connecting to Agent VMware Converter on 172.19.129.10

    10:32 step 2: creation of target virtual machine and the conversion of the data

    10:32:05 configuring settings for the virtual machine target...

    10:32:07 creating virtual machine target...

    10:33:04 ERROR: could not open the file %s

    The newspaper has been attached

    This is the result of that port TCP 443 is blocked?

    Nope

    More likely, the system of the source (172.19.129.10) cannot reach the host ESX by DNS or TCP Port 902 is stuck between them.

    HA - nfc: / /------Corcus [storage2] / [email protected]:902

    Kind regards

    EvilOne

    VMware vExpert 2009

    NOTE: If your question or problem has been resolved, please mark this thread as answered and awarded points accordingly.

  • SP2-0310-could not open the file "catalog.sql.

    I created the database and after completing the creation

    I encounter error SP2-0310-could not open the file "catalog.sql.

    When I gave

    SQL > @catproc.sql

    If I gave as

    SQL > exec catproc.sql

    then I get

    ERROR on line 1:
    ORA-06553: PLS-213: STANDARD package is not accessible

    That's great.. good luck :) Please close the message.

    Anil Malkai

  • How can I stop the yellow browser bar to appear? one that says "could not contact the server connection?

    This yellow bar appears constantly while I'm using the internet. It is said"LastPass could not contact the server connection, etc. etc. »

    It is very annoying and causes my screen to jump on when it is active.

    I use windows 7 on a HP desktop computer.

    Or disable LastPass until you contact LastPass support for help.

  • When I try to install Firefox, I get an error "could not open the output file. I used Firefox before and it doesn't work anymore, so I uninstalled. Cannot re - install now.

    When I try to install Firefox, I get an error "could not open the output file. I used Firefox before and it doesn't work anymore, so I uninstalled. Cannot re - install now.

    This has happened

    Each time Firefox opened

    I tried to download firefox.

    User Agent

    Mozilla/4.0 (compatible; INTERNET EXPLORER 6.0; Windows NT 5.1; SV1; AntivirXP08; GTB6.3; .NET CLR 2.0.50727; MS - RTC LM 8)

    When you click on the download link on GetFirefox.com, you should be asked if you want to run or save the file. If this situation occurs when you try to run the download, try instead to record and put the file on your desktop or in a similar place, where you are certain that you can find.

    When the download is complete, try double-clicking on the downloaded file in the normal Windows Explorer (browse your way to the file from the desktop). This should start the installation.

    If, in the Explorer window, you notice that the file seems to be missing the Firefox icon orange/blue, right click the file and select Properties. The image should look like the attached picture (except that mine is in Danish, but that is irrelevant) if saved correctly - if it don't look like this, would you please describe the content or attach a screenshot of the box. Especially what it says under "File Type" - it must be 'program '. If this isn't the case, will have to focus on what could be the problem here.

    A bit off-topic, your Internet Explorer seems to be quite a bit outdated (IE 6, where the current version is IE 8), so I highly recommend that you try to run Windows Update to get your system up to date. Is it as a society (such as a thin client Terminal Server computer) system, this is not possible, and most likely, your system administrator will have to help you.

Maybe you are looking for