<?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 Blank/Empty Attribute table in ArcMap on ST_GEOMETRY table in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/blank-empty-attribute-table-in-arcmap-on-st/m-p/429795#M24570</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have added ST_GEOMETRY columns to a few tables in my Oracle 10g database, and populated the geometry using SQL.&amp;nbsp; Everything in Oracle looks good when performing selections using ST functions.&amp;nbsp; I registered the table with sdelayer - o register...and everything looks fine.&amp;nbsp; In ArcGIS 10, I can add the layers to ArcMap, view, identify, pan.&amp;nbsp; All works as expected.&amp;nbsp; BUT, when I open the attribute table, it is blank.&amp;nbsp; No records at all.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When I did my "register", i chose -C USER with the primary key field of the table.&amp;nbsp; If I look in the SDE metadata tables, it shows my PK field as the rowid field. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I must be missing something, but I have double checked everything and I added/populated/registered the tables as described in the Esri Help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any tips for troubleshooting are appreciated!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcSDE 10&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Oracle 10.2.0.4&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Wendy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Sep 2011 15:00:42 GMT</pubDate>
    <dc:creator>WendyTurner</dc:creator>
    <dc:date>2011-09-20T15:00:42Z</dc:date>
    <item>
      <title>Blank/Empty Attribute table in ArcMap on ST_GEOMETRY table</title>
      <link>https://community.esri.com/t5/data-management-questions/blank-empty-attribute-table-in-arcmap-on-st/m-p/429795#M24570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have added ST_GEOMETRY columns to a few tables in my Oracle 10g database, and populated the geometry using SQL.&amp;nbsp; Everything in Oracle looks good when performing selections using ST functions.&amp;nbsp; I registered the table with sdelayer - o register...and everything looks fine.&amp;nbsp; In ArcGIS 10, I can add the layers to ArcMap, view, identify, pan.&amp;nbsp; All works as expected.&amp;nbsp; BUT, when I open the attribute table, it is blank.&amp;nbsp; No records at all.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When I did my "register", i chose -C USER with the primary key field of the table.&amp;nbsp; If I look in the SDE metadata tables, it shows my PK field as the rowid field. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I must be missing something, but I have double checked everything and I added/populated/registered the tables as described in the Esri Help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any tips for troubleshooting are appreciated!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcSDE 10&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Oracle 10.2.0.4&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Wendy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2011 15:00:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/blank-empty-attribute-table-in-arcmap-on-st/m-p/429795#M24570</guid>
      <dc:creator>WendyTurner</dc:creator>
      <dc:date>2011-09-20T15:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: Blank/Empty Attribute table in ArcMap on ST_GEOMETRY table</title>
      <link>https://community.esri.com/t5/data-management-questions/blank-empty-attribute-table-in-arcmap-on-st/m-p/429796#M24571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok, figured out my original problem.&amp;nbsp; The rowid field i was using, even though SDE was ok with it (number, not null); ArcGIS didn't like it.&amp;nbsp;&amp;nbsp; If I look in the sde.column_registry, it is showing the decimal_digits = 10 for my rowid.&amp;nbsp; I am guessing ArcGIS doesn't like that.&amp;nbsp; I can't seem to figure out how to get rid of the entries in the column_registry table...sdelayer only gets rid of the layer info.&amp;nbsp; I can't drop the table and start over.&amp;nbsp; I did alter the Oracle table to make the rowid field a number(38), so ArcGIS should be happy now.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2011 17:43:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/blank-empty-attribute-table-in-arcmap-on-st/m-p/429796#M24571</guid>
      <dc:creator>WendyTurner</dc:creator>
      <dc:date>2011-09-20T17:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: Blank/Empty Attribute table in ArcMap on ST_GEOMETRY table</title>
      <link>https://community.esri.com/t5/data-management-questions/blank-empty-attribute-table-in-arcmap-on-st/m-p/429797#M24572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;While it might seem like ArcSDE was okay with it, NUMBER is not a valid rowid column type,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;since it maps to SE_FLOAT64_TYPE.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can't remove entries in the column registry without risking your ArcSDE instance, but&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;you may be able to update the row to contain the modified type information (but this should&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;be done under the guidance of Tech Support).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2011 19:50:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/blank-empty-attribute-table-in-arcmap-on-st/m-p/429797#M24572</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2011-09-20T19:50:25Z</dc:date>
    </item>
  </channel>
</rss>

