<?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: Delete user on arcgis server which is oracle in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/delete-user-on-arcgis-server-which-is-oracle/m-p/476212#M27117</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately, it's time for backups, or since you were doing bulk drops anyway, database creation and data instantiation script execution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 29 Nov 2014 05:29:21 GMT</pubDate>
    <dc:creator>VinceAngelo</dc:creator>
    <dc:date>2014-11-29T05:29:21Z</dc:date>
    <item>
      <title>Delete user on arcgis server which is oracle</title>
      <link>https://community.esri.com/t5/data-management-questions/delete-user-on-arcgis-server-which-is-oracle/m-p/476207#M27112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;I hava a problem, when we delete users, we get error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;You can see my code and error whic is given oracle. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Is there any solution about this problem?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;drop user sdedata cascade;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;ORA-00604: error occurred at recursive sql level 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;ORA-21700: object does not exist or is marked for delete oracle&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 10:30:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/delete-user-on-arcgis-server-which-is-oracle/m-p/476207#M27112</guid>
      <dc:creator>GorkemKaradogan</dc:creator>
      <dc:date>2014-11-26T10:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: Delete user on arcgis server which is oracle</title>
      <link>https://community.esri.com/t5/data-management-questions/delete-user-on-arcgis-server-which-is-oracle/m-p/476208#M27113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/87844"&gt;Ora-21700 Object Does Not Exist Or Is Marked For Delete&amp;nbsp; With ST_GEOMETRY&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can move this thread to &lt;A href="https://community.esri.com/space/2050"&gt;Managing Data&lt;/A&gt;‌ or &lt;A href="https://community.esri.com/group/1680"&gt;Geodatabase&lt;/A&gt;‌ for better response.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 18:47:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/delete-user-on-arcgis-server-which-is-oracle/m-p/476208#M27113</guid>
      <dc:creator>AsrujitSengupta</dc:creator>
      <dc:date>2014-11-26T18:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: Delete user on arcgis server which is oracle</title>
      <link>https://community.esri.com/t5/data-management-questions/delete-user-on-arcgis-server-which-is-oracle/m-p/476209#M27114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is unwise to drop users before their tables have been gracefully removed from the geodatabase metadata catalogs.&amp;nbsp; Best practice is to remove geodatabase-registered feature classes using ArcObjects/Python, and to remove SDE-registered tables/views using ArcObjects/Python or 'sdetable -o delete'.&amp;nbsp; If you have corrupted your metadata, it is unlikely you will be able to upgrade the geodatabase before obtaining assistance from Tech Support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only time DROP USER ... CASCADE is really appropriate is when you're planning to drop the SDE user as well, but if this is the case, &lt;SPAN style="text-decoration: underline;"&gt;&lt;EM&gt;&lt;STRONG&gt;DO NOT DROP 'SDE' BEFORE ALL TABLES WITH SDE.ST_GEOMETRY and SDE.ST_RASTER COLUMNS!&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&amp;nbsp; Doing so will corrupt your Oracle instance in a way that can only be "repaired" by dropping the entire database instance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 21:17:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/delete-user-on-arcgis-server-which-is-oracle/m-p/476209#M27114</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2014-11-26T21:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: Delete user on arcgis server which is oracle</title>
      <link>https://community.esri.com/t5/data-management-questions/delete-user-on-arcgis-server-which-is-oracle/m-p/476210#M27115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so what can i do ? i droped 'SDE' before all tables with SRD.ST_GEOMETRY and SDE.ST_RASTER columns.ı search all table these coloums result is empty but i have some object like these columns&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2014 07:45:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/delete-user-on-arcgis-server-which-is-oracle/m-p/476210#M27115</guid>
      <dc:creator>GorkemKaradogan</dc:creator>
      <dc:date>2014-11-27T07:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: Delete user on arcgis server which is oracle</title>
      <link>https://community.esri.com/t5/data-management-questions/delete-user-on-arcgis-server-which-is-oracle/m-p/476211#M27116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Same things happened to me some times ago. There is no solution. Only way you can restore whole database instance from backup or create new instance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2014 08:40:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/delete-user-on-arcgis-server-which-is-oracle/m-p/476211#M27116</guid>
      <dc:creator>SuleymanARSLAN</dc:creator>
      <dc:date>2014-11-27T08:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: Delete user on arcgis server which is oracle</title>
      <link>https://community.esri.com/t5/data-management-questions/delete-user-on-arcgis-server-which-is-oracle/m-p/476212#M27117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately, it's time for backups, or since you were doing bulk drops anyway, database creation and data instantiation script execution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Nov 2014 05:29:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/delete-user-on-arcgis-server-which-is-oracle/m-p/476212#M27117</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2014-11-29T05:29:21Z</dc:date>
    </item>
  </channel>
</rss>

