<?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: Too many points for ST_GEOMETRY to handle? in Geodatabase Questions</title>
    <link>https://community.esri.com/t5/geodatabase-questions/too-many-points-for-st-geometry-to-handle/m-p/806127#M2886</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A ticket was submitted to ESRI. I was wondering if anybody has stumbled on the same issue. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oracle DB is Enterprise Edition Release 11.2.0.3.0 - 64bit&lt;/P&gt;&lt;P&gt;Oracle Client is 11.2.0.2.0 (32bit) - I don't think it is even a factor in this case&lt;/P&gt;&lt;P&gt;ArcSDE is 10.1 w/ SP1 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried all related functions: &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;ST_GeomFromText, &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;ST_LINESTRING, ST_LineFromText, &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;ST_MLineFromText, &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;ST_MLineString. All threw the same error. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do you think might be the issues then? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Feb 2015 16:06:22 GMT</pubDate>
    <dc:creator>ChenLiang</dc:creator>
    <dc:date>2015-02-05T16:06:22Z</dc:date>
    <item>
      <title>Too many points for ST_GEOMETRY to handle?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/too-many-points-for-st-geometry-to-handle/m-p/806125#M2884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am writing a PL/SQL procedure to create a linestring from a set of given points in a point feature class with ST_GEOMETRY function calls and then insert into a line feature class. My script seems working only with a small number of points like 320 points (where CLOB char count is 10991). If I added more points (CLOB char count is 11041), the same script, specifically the ST_GEOMETRY creation statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;st_linefromtext&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;v_shp_clob&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; v_geo_srid&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;));&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;, threw an error: ORA-20004: Error generating shape from text: Invalid text used to construct geometry (-1). A worse error appeared: ORA-20000: Failed to get Geometry text Memory when the number of points was 17840.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didn't find any parameter on SDE or ST_GEOMETRY to specify the limitation. Oracle has too big numbers for CLOB size or BUFFER to pose this limit. Has anybody here run into this error and find a way to handle it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My env is Oracle 11gR2 and SDE 10.1 on Linux&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 22:58:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/too-many-points-for-st-geometry-to-handle/m-p/806125#M2884</guid>
      <dc:creator>ChenLiang</dc:creator>
      <dc:date>2015-02-04T22:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: Too many points for ST_GEOMETRY to handle?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/too-many-points-for-st-geometry-to-handle/m-p/806126#M2885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is properly an issue for Tech Support, but there are details you can add here *and* take there:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Which exact Oracle 11gR2 release, with what patch update (CPU)?&lt;/LI&gt;&lt;LI&gt;Which exact ArcGIS release (10.1 + SP? + patches)&lt;/LI&gt;&lt;LI&gt;Which exact Oracle client are you using?&lt;/LI&gt;&lt;LI&gt;Have you tried using SDE.ST_GeomFromText?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With all those low-level memory errors, I doubt this is exclusively due to an Esri issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 02:48:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/too-many-points-for-st-geometry-to-handle/m-p/806126#M2885</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2015-02-05T02:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: Too many points for ST_GEOMETRY to handle?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/too-many-points-for-st-geometry-to-handle/m-p/806127#M2886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A ticket was submitted to ESRI. I was wondering if anybody has stumbled on the same issue. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oracle DB is Enterprise Edition Release 11.2.0.3.0 - 64bit&lt;/P&gt;&lt;P&gt;Oracle Client is 11.2.0.2.0 (32bit) - I don't think it is even a factor in this case&lt;/P&gt;&lt;P&gt;ArcSDE is 10.1 w/ SP1 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried all related functions: &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;ST_GeomFromText, &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;ST_LINESTRING, ST_LineFromText, &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;ST_MLineFromText, &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;ST_MLineString. All threw the same error. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do you think might be the issues then? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 16:06:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/too-many-points-for-st-geometry-to-handle/m-p/806127#M2886</guid>
      <dc:creator>ChenLiang</dc:creator>
      <dc:date>2015-02-05T16:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: Too many points for ST_GEOMETRY to handle?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/too-many-points-for-st-geometry-to-handle/m-p/806128#M2887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The general rules is that the client should always be at the level of the database or higher.&amp;nbsp; Using a 11.2.0.3 client with a 11.2.0.2 database would generally be considered safe, but I wonder if the root cause isn't due to using an older, unpatched client against a slightly newer (but also unpatched) database.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 18:11:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/too-many-points-for-st-geometry-to-handle/m-p/806128#M2887</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2015-02-05T18:11:11Z</dc:date>
    </item>
  </channel>
</rss>

