<?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: ArcSDE Oracle feature class - change column from non-nullable to nullable in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/arcsde-oracle-feature-class-change-column-from-non/m-p/181172#M10219</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thanks for the feedback. note to self, use the SDE command line. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;SDETABLE reflects the same info as TOAD. ArcGIS still says different. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I used &lt;/SPAN&gt;&lt;STRONG&gt;SDETABLE -o alter_column&lt;/STRONG&gt;&lt;SPAN&gt; to make this nullability change to a second feature class. That didn't work any better. As before, the change isn't visible to ArcGIS - ArcCatalog still shows it as not-nullable.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way to make this sort of change to a feature class such that ArcGIS sees the change, or some way to cause the GDB system tables, such as COLUMN_REGISTRY.OBJECT_FLAGS to refresh or repair?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The alternative seems to be to add a new column, copy over the data from the old column. Seems heavy-handed.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Feb 2014 14:33:46 GMT</pubDate>
    <dc:creator>markcheyne</dc:creator>
    <dc:date>2014-02-13T14:33:46Z</dc:date>
    <item>
      <title>ArcSDE Oracle feature class - change column from non-nullable to nullable</title>
      <link>https://community.esri.com/t5/data-management-questions/arcsde-oracle-feature-class-change-column-from-non/m-p/181170#M10217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I used TOAD to change a feature class column from non-nullable to nullable. And I added a trigger to populate a default value. ArcCatalog still shows the column as non-nullable. So does the ArcGIS Server Services Directory for a feature service published on this layer. And they seem unaware of the trigger -&amp;nbsp; So I still can't insert features with a null value for this column.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Secret sauce, anyone?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 20:51:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/arcsde-oracle-feature-class-change-column-from-non/m-p/181170#M10217</guid>
      <dc:creator>markcheyne</dc:creator>
      <dc:date>2014-02-12T20:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: ArcSDE Oracle feature class - change column from non-nullable to nullable</title>
      <link>https://community.esri.com/t5/data-management-questions/arcsde-oracle-feature-class-change-column-from-non/m-p/181171#M10218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you go behind ArcGIS' back to make updates, the geodatabase metadata is&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;corrupted.&amp;nbsp; In this case, both GDB &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;and&lt;/SPAN&gt;&lt;SPAN&gt; SDE metadata are now incorrect.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is the feature class versioned?&amp;nbsp; If so, did you apply the same changes to&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the adds table?&amp;nbsp; Does it have archiving enabled?&amp;nbsp; If so, did you change &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the history table?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you tried connecting with 'sdetable -o describe' as the table owner?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Clearing the XML of the geodatabase is less pleasant than the column_registry&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;metadata.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 23:51:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/arcsde-oracle-feature-class-change-column-from-non/m-p/181171#M10218</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2014-02-12T23:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: ArcSDE Oracle feature class - change column from non-nullable to nullable</title>
      <link>https://community.esri.com/t5/data-management-questions/arcsde-oracle-feature-class-change-column-from-non/m-p/181172#M10219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thanks for the feedback. note to self, use the SDE command line. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;SDETABLE reflects the same info as TOAD. ArcGIS still says different. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I used &lt;/SPAN&gt;&lt;STRONG&gt;SDETABLE -o alter_column&lt;/STRONG&gt;&lt;SPAN&gt; to make this nullability change to a second feature class. That didn't work any better. As before, the change isn't visible to ArcGIS - ArcCatalog still shows it as not-nullable.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way to make this sort of change to a feature class such that ArcGIS sees the change, or some way to cause the GDB system tables, such as COLUMN_REGISTRY.OBJECT_FLAGS to refresh or repair?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The alternative seems to be to add a new column, copy over the data from the old column. Seems heavy-handed.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 14:33:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/arcsde-oracle-feature-class-change-column-from-non/m-p/181172#M10219</guid>
      <dc:creator>markcheyne</dc:creator>
      <dc:date>2014-02-13T14:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: ArcSDE Oracle feature class - change column from non-nullable to nullable</title>
      <link>https://community.esri.com/t5/data-management-questions/arcsde-oracle-feature-class-change-column-from-non/m-p/181173#M10220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In the end, I used the ArcToolbox tool �??Assign Default to Field�?? to give this column a default value. At least now we can insert rows without assigning a value.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;gotta love it!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 16:15:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/arcsde-oracle-feature-class-change-column-from-non/m-p/181173#M10220</guid>
      <dc:creator>markcheyne</dc:creator>
      <dc:date>2014-02-13T16:15:18Z</dc:date>
    </item>
  </channel>
</rss>

