<?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: Error in the some st_geometry functions (ORA-28579) in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/error-in-the-some-st-geometry-functions-ora-28579/m-p/327288#M18693</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="mso-fareast-font-family: 'Times New Roman';"&gt;I've moved your post into the&lt;/SPAN&gt;&amp;nbsp; &lt;A _jive_internal="true" href="https://community.esri.com/community/gis/managing-data"&gt;&lt;SPAN style="color: blue; mso-fareast-font-family: 'Times New Roman';"&gt;Managing Data&lt;/SPAN&gt;&lt;/A&gt; &lt;SPAN style="mso-fareast-font-family: 'Times New Roman';"&gt;space.&amp;nbsp; You will get a much better answer here as the &lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.esri.com/community/help-and-feedback"&gt;&lt;SPAN style="color: blue; mso-fareast-font-family: 'Times New Roman';"&gt;GeoNet Help&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="mso-fareast-font-family: 'Times New Roman';"&gt; is intended for community help and feedback. I have also added in a few additional tags. You can see more&lt;BR /&gt;on the community structure, and what topics are under each space from the following documents:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt; &lt;A _jive_internal="true" href="https://community.esri.com/docs/DOC-1544"&gt;&lt;SPAN style="color: blue; font-family: 'Times New Roman','serif'; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;GeoNet Community Structure&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;A _jive_internal="true" href="https://community.esri.com/docs/DOC-1545"&gt;&lt;SPAN style="color: blue; font-family: 'Times New Roman','serif'; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;ArcGIS Discussion Forums Migration Strategy&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; Don &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Aug 2014 14:29:05 GMT</pubDate>
    <dc:creator>DonOpgenorth</dc:creator>
    <dc:date>2014-08-12T14:29:05Z</dc:date>
    <item>
      <title>Error in the some st_geometry functions (ORA-28579)</title>
      <link>https://community.esri.com/t5/data-management-questions/error-in-the-some-st-geometry-functions-ora-28579/m-p/327287#M18692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have problem when I try to use some st_geometry functions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One of them is the st_buffer()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the resource center there are a example for use it (st_buffer):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/ST_Buffer/006z0000003z000000/" title="http://resources.arcgis.com/en/help/main/10.1/index.html#/ST_Buffer/006z0000003z000000/"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#/ST_Buffer/006z0000003z000000/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, look that happened when I try to run the query using sqlplus:&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL&amp;gt; SELECT sa.id "Sensitive Areas", hs.name "Hazardous Sites"&lt;/P&gt;&lt;P&gt;&amp;nbsp; 2&amp;nbsp; FROM sensitive_areas sa, hazardous_sites hs&lt;/P&gt;&lt;P&gt;&amp;nbsp; 3&amp;nbsp; WHERE sde.st_overlaps (sa.zone, sde.st_buffer (hs.location, 0.01)) = 1;&lt;/P&gt;&lt;P&gt;SELECT sa.id "Sensitive Areas", hs.name "Hazardous Sites"&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;ERROR at line 1:&lt;/P&gt;&lt;P&gt;ORA-28579: network error during callback from external procedure agent&lt;/P&gt;&lt;P&gt;ORA-06512: at "SDE.ST_GEOMETRY_SHAPELIB_PKG", line 325&lt;/P&gt;&lt;P&gt;ORA-06512: at "SDE.ST_GEOMETRY_OPERATORS", line 1213&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The curious is that others functions like st_relate works fine!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone can help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ArcSDE 10.1 for Linux&lt;BR /&gt;Oracle 11g (11.2.0.3)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks and regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marcelo E. Peinado&lt;/P&gt;&lt;P&gt;Optimus GIS &amp;amp; IT Solutions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 21:27:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/error-in-the-some-st-geometry-functions-ora-28579/m-p/327287#M18692</guid>
      <dc:creator>MarceloEdy_Peinado</dc:creator>
      <dc:date>2014-07-09T21:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: Error in the some st_geometry functions (ORA-28579)</title>
      <link>https://community.esri.com/t5/data-management-questions/error-in-the-some-st-geometry-functions-ora-28579/m-p/327288#M18693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="mso-fareast-font-family: 'Times New Roman';"&gt;I've moved your post into the&lt;/SPAN&gt;&amp;nbsp; &lt;A _jive_internal="true" href="https://community.esri.com/community/gis/managing-data"&gt;&lt;SPAN style="color: blue; mso-fareast-font-family: 'Times New Roman';"&gt;Managing Data&lt;/SPAN&gt;&lt;/A&gt; &lt;SPAN style="mso-fareast-font-family: 'Times New Roman';"&gt;space.&amp;nbsp; You will get a much better answer here as the &lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.esri.com/community/help-and-feedback"&gt;&lt;SPAN style="color: blue; mso-fareast-font-family: 'Times New Roman';"&gt;GeoNet Help&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="mso-fareast-font-family: 'Times New Roman';"&gt; is intended for community help and feedback. I have also added in a few additional tags. You can see more&lt;BR /&gt;on the community structure, and what topics are under each space from the following documents:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt; &lt;A _jive_internal="true" href="https://community.esri.com/docs/DOC-1544"&gt;&lt;SPAN style="color: blue; font-family: 'Times New Roman','serif'; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;GeoNet Community Structure&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;A _jive_internal="true" href="https://community.esri.com/docs/DOC-1545"&gt;&lt;SPAN style="color: blue; font-family: 'Times New Roman','serif'; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;ArcGIS Discussion Forums Migration Strategy&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; Don &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2014 14:29:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/error-in-the-some-st-geometry-functions-ora-28579/m-p/327288#M18693</guid>
      <dc:creator>DonOpgenorth</dc:creator>
      <dc:date>2014-08-12T14:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: Error in the some st_geometry functions (ORA-28579)</title>
      <link>https://community.esri.com/t5/data-management-questions/error-in-the-some-st-geometry-functions-ora-28579/m-p/327289#M18694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm having the exact same issue.&lt;/P&gt;&lt;P&gt;Did you find the resolution?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 20:08:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/error-in-the-some-st-geometry-functions-ora-28579/m-p/327289#M18694</guid>
      <dc:creator>NicoleSchleifer</dc:creator>
      <dc:date>2015-02-04T20:08:10Z</dc:date>
    </item>
  </channel>
</rss>

