<?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 Remove SDE in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/remove-sde/m-p/89351#M5203</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;On a test server SDE 10.2 was installed in it's own schema.&amp;nbsp; There is a also a user schema that contains feature classes along with other data.&amp;nbsp; Is it possible to remove all traces of ArcSDE from the database without losing other data in that user schema?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Oracle 11g&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm a SQL Server dba and don't know much about Oracle but do know SDE.&amp;nbsp; I'm working with the Oracle dba on this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Dec 2013 19:19:11 GMT</pubDate>
    <dc:creator>ScottNoldy</dc:creator>
    <dc:date>2013-12-17T19:19:11Z</dc:date>
    <item>
      <title>Remove SDE</title>
      <link>https://community.esri.com/t5/data-management-questions/remove-sde/m-p/89351#M5203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;On a test server SDE 10.2 was installed in it's own schema.&amp;nbsp; There is a also a user schema that contains feature classes along with other data.&amp;nbsp; Is it possible to remove all traces of ArcSDE from the database without losing other data in that user schema?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Oracle 11g&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm a SQL Server dba and don't know much about Oracle but do know SDE.&amp;nbsp; I'm working with the Oracle dba on this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 19:19:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/remove-sde/m-p/89351#M5203</guid>
      <dc:creator>ScottNoldy</dc:creator>
      <dc:date>2013-12-17T19:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: Remove SDE</title>
      <link>https://community.esri.com/t5/data-management-questions/remove-sde/m-p/89352#M5204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;You can "DROP USER SDE CASCADE"&lt;/SPAN&gt;&lt;SPAN style="font-style: italic; text-decoration: underline;"&gt;&lt;STRONG&gt; IF AND ONLY IF&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt; no other user has a table which&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;uses &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;one of the SDE user's object types (e.g., no tables with an SDE.ST_GEOMETRY column).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;If you drop the SDE user while some user references SDE-owned objects, it will cause the&lt;BR /&gt;DROP to partially fail, and set up a referential integrity issue within the database&amp;nbsp;instance, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;where further attempts to DROP will fail due to missing objects (and attempts to create&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;a new SDE login will fail due to conflicting objects,...).&amp;nbsp; &lt;SPAN style="font-style: italic;"&gt;The&amp;nbsp;only solution to this is dropping &lt;BR /&gt;the database instance and restoring from backup.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;The safest procedure would be to drop all the users that had SDE.ST_GEOMETRY at any time,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;then recreate the user(s) and restore the non-ST_GEOMETRY table(s).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 19:37:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/remove-sde/m-p/89352#M5204</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2013-12-17T19:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: Remove SDE</title>
      <link>https://community.esri.com/t5/data-management-questions/remove-sde/m-p/89353#M5205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the help Vince.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is the above the same if we're using SDO_Geometry instead of ST_Geometry?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Dec 2013 13:08:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/remove-sde/m-p/89353#M5205</guid>
      <dc:creator>ScottNoldy</dc:creator>
      <dc:date>2013-12-18T13:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: Remove SDE</title>
      <link>https://community.esri.com/t5/data-management-questions/remove-sde/m-p/89354#M5206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you've exclusively used SDO_GEOMETRY, and never used SDE.ST_GEOMETRY, then&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;there would be no users to drop.&amp;nbsp; The ST_GEOMETRY calalog would still contain the&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SDE tables with ST_GEOMETRY types, but that's all.&amp;nbsp; You should certainly look for&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;rogue ST_GEOMETRY columns before dropping SDE.&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, 18 Dec 2013 15:19:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/remove-sde/m-p/89354#M5206</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2013-12-18T15:19:41Z</dc:date>
    </item>
  </channel>
</rss>

