<?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: Can you use the default configuration for external procedures : extproc.ora file in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/can-you-use-the-default-configuration-for-external/m-p/146170#M8290</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Good result.&amp;nbsp; Thanks for the follow up.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 May 2012 22:56:09 GMT</pubDate>
    <dc:creator>MarkChilcott</dc:creator>
    <dc:date>2012-05-02T22:56:09Z</dc:date>
    <item>
      <title>Can you use the default configuration for external procedures : extproc.ora file</title>
      <link>https://community.esri.com/t5/data-management-questions/can-you-use-the-default-configuration-for-external/m-p/146164#M8284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN style="font-family:&amp;amp;quot;"&gt;To use the SQl functions of ST_Geometry, you need to configure the Oracle listener.ora and the tnsnames.ora files.&amp;nbsp; The following link to Oracle documentation would indicate the default configuration no longer requires this configuration change, just a simple addition to the &lt;/SPAN&gt;&lt;SPAN style="font-family:&amp;amp;quot;"&gt;extproc.ora file.&amp;nbsp; There are some times when this won't work though - see below.&lt;BR /&gt;&lt;BR /&gt;Question then is, will this default configuration work with ArcSDE ST_Geometry?&lt;BR /&gt;Anyone know?&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family:&amp;amp;quot;"&gt;&lt;BR /&gt;&lt;A href="http://download.oracle.com/docs/cd/B28359_01/network.111/b28316/advcfg.htm#NETAG0132"&gt;http://download.oracle.com/docs/cd/B28359_01/network.111/b28316/advcfg.htm#NETAG0132&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;13.5.1 indicates:&lt;BR /&gt;&lt;BR /&gt;Note:&lt;BR /&gt;The default configuration for external procedures no longer requires a network listener to work with Oracle Database and extproc agent. The extproc agent is spawned directly by Oracle Database and eliminates the risks that extproc might be spawned by Oracle Listener, unexpectedly. This default configuration is recommended for maximum security.&lt;BR /&gt;You can change the default configuration for external procedures and have your extproc agent spawned by Oracle Listener. To do this, however, you must perform additional network configuration steps.&lt;BR /&gt;Having your extproc agent spawned by Oracle Listener is necessary if you use:&lt;BR /&gt;&lt;BR /&gt;* Multi-threaded Agent&lt;BR /&gt;* Oracle Database in MTS mode on Windows&lt;BR /&gt;* AGENT clause of the LIBRARY specification or AGENT IN clause of the PROCEDURE specification such that you can redirect external procedures to a different extproc agent&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;When you use the default configuration for external procedures, the extproc agent is spawned directly by Oracle Database. There are no configuration changes required for either listener.ora or tnsnames.ora.&lt;BR /&gt;When the default configuration for external procedures is used, define the environment variables to be used by external procedures in the extproc.ora file located in the $ORACLE_HOME/hs/admin directory on UNIX operating systems or the %ORACLE_HOME%\hs\admin directory on Windows.&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2011 06:31:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/can-you-use-the-default-configuration-for-external/m-p/146164#M8284</guid>
      <dc:creator>MarkChilcott</dc:creator>
      <dc:date>2011-08-24T06:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: Can you use the default configuration for external procedures : extproc.ora file</title>
      <link>https://community.esri.com/t5/data-management-questions/can-you-use-the-default-configuration-for-external/m-p/146165#M8285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Mark, thanks for pointing this out.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Right now only windows has been tested, but at first glance this does appear to work.&amp;nbsp; The only quirk on the system (Windows Server 2008 R2 64bit / Oracle 11.2.0.2 64bit) that I have been testing this on is, it appears that the EXTPROC_DLL values need to be escaped ('\' needs to be '\\').&amp;nbsp; As in, adding the following entries to the extproc.ora file appear to work:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;EXTPROC=ANY&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;EXTPROC=C:\\ArcGIS\\ArcSDE\\.....st_shapelib.dll&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;EXTPROC=ONLY:C:\\ArcGIS\\ArcSDE\\.....st_shapelib.dll&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We will continue testing this, and if successful update our documentation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again for bringing this to my attention.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Travis&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2011 22:12:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/can-you-use-the-default-configuration-for-external/m-p/146165#M8285</guid>
      <dc:creator>TravisVal</dc:creator>
      <dc:date>2011-08-25T22:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: Can you use the default configuration for external procedures : extproc.ora file</title>
      <link>https://community.esri.com/t5/data-management-questions/can-you-use-the-default-configuration-for-external/m-p/146166#M8286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Travis,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;No problem. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mark&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2011 22:34:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/can-you-use-the-default-configuration-for-external/m-p/146166#M8286</guid>
      <dc:creator>MarkChilcott</dc:creator>
      <dc:date>2011-08-25T22:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: Can you use the default configuration for external procedures : extproc.ora file</title>
      <link>https://community.esri.com/t5/data-management-questions/can-you-use-the-default-configuration-for-external/m-p/146167#M8287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Travis, hi Mark,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also tried to use extproc.ora instead of configuring listener.ora and the st functions worked for me too. My system is a Windows Server 2008 R2 64bit with Oracle 11.2.0.2 64bit and I used SQL*Plus directly from this machine or from a Windows 7 client with an Oracle 11.2.0.1 32bit client installation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you continue your tests ? Do you think that this could be a supported alternative for using the spatial type functions ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Esri Germany&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2011 14:07:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/can-you-use-the-default-configuration-for-external/m-p/146167#M8287</guid>
      <dc:creator>MichaelHöck</dc:creator>
      <dc:date>2011-12-08T14:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: Can you use the default configuration for external procedures : extproc.ora file</title>
      <link>https://community.esri.com/t5/data-management-questions/can-you-use-the-default-configuration-for-external/m-p/146168#M8288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey Martin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We did continue our testing and this is now a supported configuration.&amp;nbsp; The documentation is in the process of being updated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Travis&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2011 18:13:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/can-you-use-the-default-configuration-for-external/m-p/146168#M8288</guid>
      <dc:creator>TravisVal</dc:creator>
      <dc:date>2011-12-09T18:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: Can you use the default configuration for external procedures : extproc.ora file</title>
      <link>https://community.esri.com/t5/data-management-questions/can-you-use-the-default-configuration-for-external/m-p/146169#M8289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Travis, that's good news!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Esri Germany&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Dec 2011 13:05:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/can-you-use-the-default-configuration-for-external/m-p/146169#M8289</guid>
      <dc:creator>MichaelHöck</dc:creator>
      <dc:date>2011-12-12T13:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: Can you use the default configuration for external procedures : extproc.ora file</title>
      <link>https://community.esri.com/t5/data-management-questions/can-you-use-the-default-configuration-for-external/m-p/146170#M8290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Good result.&amp;nbsp; Thanks for the follow up.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2012 22:56:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/can-you-use-the-default-configuration-for-external/m-p/146170#M8290</guid>
      <dc:creator>MarkChilcott</dc:creator>
      <dc:date>2012-05-02T22:56:09Z</dc:date>
    </item>
  </channel>
</rss>

