<?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: Slow identifying ArcSDE layer - Oracle tablespace issue in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/slow-identifying-arcsde-layer-oracle-tablespace/m-p/111775#M6383</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There's probably a lot of interrelated things going on here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;AUTOEXTEND is a datafile property (tablespaces reside in one or more datafiles,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and tables [or their partitions] are assigned to tablespaces).&amp;nbsp; This would have an &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;impact on not being to add rows (if the tablespace storage had been exhausted),&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;but not on query, per se.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There's probably dozens of things that can be done to improve query performance,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;but the order in which they should be attempted depends on the answers to these&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;questions: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;+ What geometry storage is being used (ST_GEOMETRY, SDO_GEOMETRY, SDELOB, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; SDEBINARY)?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;+ Is your table versioned?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;+ Have you used DBTUNE keywords to distribute the table(s) and LOBs across &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; tablespaces?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;+ How many rows in your business table?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;+ If versioned, how many rows in your adds and deletes tables?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;+ If versioned, when was the last time you did a compress?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Feb 2012 15:16:43 GMT</pubDate>
    <dc:creator>VinceAngelo</dc:creator>
    <dc:date>2012-02-16T15:16:43Z</dc:date>
    <item>
      <title>Slow identifying ArcSDE layer - Oracle tablespace issue</title>
      <link>https://community.esri.com/t5/data-management-questions/slow-identifying-arcsde-layer-oracle-tablespace/m-p/111774#M6382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I found that when querying an ArcSDE feature class it was taking a long time to return the results (much longer than usual); I could also not update the attributes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It was discovered that there was not enough space left in the Oracle tablespace so it was put onto autoextend.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can now alter the attributes but it still appears very slow when identifying features in ArcMap.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do I also need to restart the server / do something within ArcSDE?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 14:27:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/slow-identifying-arcsde-layer-oracle-tablespace/m-p/111774#M6382</guid>
      <dc:creator>ChrisBuckmaster1</dc:creator>
      <dc:date>2012-02-16T14:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: Slow identifying ArcSDE layer - Oracle tablespace issue</title>
      <link>https://community.esri.com/t5/data-management-questions/slow-identifying-arcsde-layer-oracle-tablespace/m-p/111775#M6383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There's probably a lot of interrelated things going on here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;AUTOEXTEND is a datafile property (tablespaces reside in one or more datafiles,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and tables [or their partitions] are assigned to tablespaces).&amp;nbsp; This would have an &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;impact on not being to add rows (if the tablespace storage had been exhausted),&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;but not on query, per se.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There's probably dozens of things that can be done to improve query performance,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;but the order in which they should be attempted depends on the answers to these&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;questions: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;+ What geometry storage is being used (ST_GEOMETRY, SDO_GEOMETRY, SDELOB, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; SDEBINARY)?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;+ Is your table versioned?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;+ Have you used DBTUNE keywords to distribute the table(s) and LOBs across &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; tablespaces?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;+ How many rows in your business table?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;+ If versioned, how many rows in your adds and deletes tables?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;+ If versioned, when was the last time you did a compress?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 15:16:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/slow-identifying-arcsde-layer-oracle-tablespace/m-p/111775#M6383</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2012-02-16T15:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: Slow identifying ArcSDE layer - Oracle tablespace issue</title>
      <link>https://community.esri.com/t5/data-management-questions/slow-identifying-arcsde-layer-oracle-tablespace/m-p/111776#M6384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Vince&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your response - our issues seems to have resolved itself overnight.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2012 07:28:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/slow-identifying-arcsde-layer-oracle-tablespace/m-p/111776#M6384</guid>
      <dc:creator>ChrisBuckmaster1</dc:creator>
      <dc:date>2012-02-17T07:28:50Z</dc:date>
    </item>
  </channel>
</rss>

