<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: oracle extproc program:ORA-28575 in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/oracle-extproc-program-ora-28575/m-p/4195649#M14621</link>
    <description>When i try to execute my package which uses external procedure calls i get this ORA-28575 error.------on openvms</description>
    <pubDate>Mon, 12 May 2008 07:09:03 GMT</pubDate>
    <dc:creator>ora_lion</dc:creator>
    <dc:date>2008-05-12T07:09:03Z</dc:date>
    <item>
      <title>oracle extproc program:ORA-28575</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/oracle-extproc-program-ora-28575/m-p/4195648#M14620</link>
      <description>database: oracle 10g&lt;BR /&gt;i try to execute my package which uses external procedure;&lt;BR /&gt;my procedure:&lt;BR /&gt;conn test/test&lt;BR /&gt;create or replace library libc_1 as '$1$DGA3:[BENBHM.USERS.LK]test.olb'&lt;BR /&gt;/&lt;BR /&gt;create or replace package test_utl&lt;BR /&gt;as&lt;BR /&gt;function test return pls_integer;&lt;BR /&gt;end test_utl;&lt;BR /&gt;/&lt;BR /&gt;create or replace package body test_utl&lt;BR /&gt;as&lt;BR /&gt;function test return pls_integer&lt;BR /&gt;is&lt;BR /&gt;external&lt;BR /&gt;library libc_1&lt;BR /&gt;name "test"&lt;BR /&gt;language C;&lt;BR /&gt;end test_utl;&lt;BR /&gt;/&lt;BR /&gt;&lt;BR /&gt;my listener.ora&lt;BR /&gt;SID_LIST_LISTENER =&lt;BR /&gt;  (SID_LIST =&lt;BR /&gt;    (SID_DESC =&lt;BR /&gt;      (SID_NAME = PLSExtProc)&lt;BR /&gt;      (ORACLE_HOME = $22$dkb0:[oracle])&lt;BR /&gt;      (PROGRAM = extproc)&lt;BR /&gt;    )&lt;BR /&gt;  )&lt;BR /&gt; &lt;BR /&gt;LISTENER =&lt;BR /&gt;  (DESCRIPTION_LIST =&lt;BR /&gt;    (DESCRIPTION =&lt;BR /&gt;      (ADDRESS = (PROTOCOL = TCP)(HOST = masic2)(PORT = 1521))&lt;BR /&gt;    )&lt;BR /&gt;  )&lt;BR /&gt; &lt;BR /&gt;CALLOUT_LISTENER =&lt;BR /&gt;        (ADDRESS_LIST =&lt;BR /&gt;        (ADDRESS =&lt;BR /&gt;        (PROTOCOL = IPC)&lt;BR /&gt;        (KEY = aa)&lt;BR /&gt;        )&lt;BR /&gt;)&lt;BR /&gt; &lt;BR /&gt;SID_LIST_CALLOUT_LISTENER =&lt;BR /&gt;        (SID_LIST =&lt;BR /&gt;        (SID_DESC =&lt;BR /&gt;        (SID_NAME = aa)&lt;BR /&gt;        (ORACLE_HOME = $22$dkb0:[oracle])&lt;BR /&gt;        (PROGRAM = extproc)&lt;BR /&gt;        )&lt;BR /&gt;)&lt;BR /&gt;tnsnames.ora &lt;BR /&gt;EXTPROC_CONNECTION_DATA =&lt;BR /&gt;(DESCRIPTION =&lt;BR /&gt;        (ADDRESS_LIST =&lt;BR /&gt;                (ADDRESS = (PROTOCOL = IPC)(KEY = aa))&lt;BR /&gt;        )&lt;BR /&gt;        (CONNECT_DATA =&lt;BR /&gt;        (SID = aa)&lt;BR /&gt;        (PRESENTATION = RO)&lt;BR /&gt;        )&lt;BR /&gt;)&lt;BR /&gt;the two Listeners start successfully.&lt;BR /&gt;When i try to execute my package which uses external procedure calls i get this ORA-28575 error. &lt;BR /&gt;SQL&amp;gt; conn test/test&lt;BR /&gt;Connected.&lt;BR /&gt;SQL&amp;gt; select  test_utl.test from dual;&lt;BR /&gt;select  test_utl.test from dual&lt;BR /&gt;                           *&lt;BR /&gt;ERROR at line 1:&lt;BR /&gt;ORA-28575: unable to open RPC connection to external procedure agent&lt;BR /&gt;&lt;BR /&gt;i try this on windows,i can work.</description>
      <pubDate>Mon, 12 May 2008 07:06:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/oracle-extproc-program-ora-28575/m-p/4195648#M14620</guid>
      <dc:creator>ora_lion</dc:creator>
      <dc:date>2008-05-12T07:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: oracle extproc program:ORA-28575</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/oracle-extproc-program-ora-28575/m-p/4195649#M14621</link>
      <description>When i try to execute my package which uses external procedure calls i get this ORA-28575 error.------on openvms</description>
      <pubDate>Mon, 12 May 2008 07:09:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/oracle-extproc-program-ora-28575/m-p/4195649#M14621</guid>
      <dc:creator>ora_lion</dc:creator>
      <dc:date>2008-05-12T07:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: oracle extproc program:ORA-28575</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/oracle-extproc-program-ora-28575/m-p/4195650#M14622</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;create or replace library libc_1 as '$1$DGA3:[BENBHM.USERS.LK]test.olb'&lt;BR /&gt;&lt;BR /&gt;.OLB ? :-)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 30 May 2008 06:46:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/oracle-extproc-program-ora-28575/m-p/4195650#M14622</guid>
      <dc:creator>Ruslan R. Laishev</dc:creator>
      <dc:date>2008-05-30T06:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: oracle extproc program:ORA-28575</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/oracle-extproc-program-ora-28575/m-p/4195651#M14623</link>
      <description>Ah yes, I missed this entry earlier.&lt;BR /&gt;Ruslan is right about the .olb observation.&lt;BR /&gt;The library should be an shareable executable typically called .EXE and created uning 'lnproc' ?&lt;BR /&gt;&lt;BR /&gt;Of course you can be 'cute' and call the EXE file .olb, but that just spells trouble.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 30 May 2008 10:54:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/oracle-extproc-program-ora-28575/m-p/4195651#M14623</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2008-05-30T10:54:03Z</dc:date>
    </item>
  </channel>
</rss>

