<?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: How to delete a nonexistent, broken database view from Catalog in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/delete-a-nonexistent-broken-database-view-from/m-p/1431568#M83106</link>
    <description>&lt;P&gt;Create a fake view via a SQL client (outside of Pro) that uses the same name as the broken Catalog view:&lt;/P&gt;&lt;PRE&gt;create or replace view roll_up_vw as&lt;BR /&gt;select&lt;BR /&gt;    1 as objectid&lt;BR /&gt;from&lt;BR /&gt;    dual&lt;/PRE&gt;&lt;P&gt;Then, delete the view via Catalog. The view will disappear from Catalog.&lt;/P&gt;</description>
    <pubDate>Fri, 10 May 2024 13:57:16 GMT</pubDate>
    <dc:creator>Bud</dc:creator>
    <dc:date>2024-05-10T13:57:16Z</dc:date>
    <item>
      <title>Delete a nonexistent, broken database view from Catalog</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/delete-a-nonexistent-broken-database-view-from/m-p/1431556#M83105</link>
      <description>&lt;P&gt;ArcGIS Pro 3.3.0; Oracle 18c database (non-GDB)&lt;/P&gt;&lt;P&gt;Sometimes database views get broken in ArcGIS Pro. I try to delete the view using Catalog, but I get various errors.&lt;/P&gt;&lt;P&gt;Often, the cause is the view has been deleted from the database. The view was never registered with the geodatabase (in this particular case, the Oracle database is not an enterprise geodatabase, proving that the view isn't registered). So it's unclear why the view persists in Catalog since the view wouldn't be listed in any geodatabase system tables (since the geodatabase system tables don't exist).&lt;/P&gt;&lt;P&gt;How can I delete the broken database view from Catalog?&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2024 13:58:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/delete-a-nonexistent-broken-database-view-from/m-p/1431556#M83105</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2024-05-10T13:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete a nonexistent, broken database view from Catalog</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/delete-a-nonexistent-broken-database-view-from/m-p/1431568#M83106</link>
      <description>&lt;P&gt;Create a fake view via a SQL client (outside of Pro) that uses the same name as the broken Catalog view:&lt;/P&gt;&lt;PRE&gt;create or replace view roll_up_vw as&lt;BR /&gt;select&lt;BR /&gt;    1 as objectid&lt;BR /&gt;from&lt;BR /&gt;    dual&lt;/PRE&gt;&lt;P&gt;Then, delete the view via Catalog. The view will disappear from Catalog.&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2024 13:57:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/delete-a-nonexistent-broken-database-view-from/m-p/1431568#M83106</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2024-05-10T13:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete a nonexistent, broken database view from Catalog</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/delete-a-nonexistent-broken-database-view-from/m-p/1543263#M88645</link>
      <description>&lt;P&gt;Will this solution work for a broken database view in an Enterprise Geodatabase, too?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2024 23:48:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/delete-a-nonexistent-broken-database-view-from/m-p/1543263#M88645</guid>
      <dc:creator>AliciaMcMurchie1</dc:creator>
      <dc:date>2024-09-26T23:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete a nonexistent, broken database view from Catalog</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/delete-a-nonexistent-broken-database-view-from/m-p/1543371#M88653</link>
      <description>&lt;P&gt;Yes. I think&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/7880"&gt;@MarceloMarques&lt;/a&gt;&amp;nbsp;would agree.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2024 11:34:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/delete-a-nonexistent-broken-database-view-from/m-p/1543371#M88653</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2024-09-27T11:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete a nonexistent, broken database view from Catalog</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/delete-a-nonexistent-broken-database-view-from/m-p/1543491#M88669</link>
      <description>&lt;P&gt;Thanks! I had broken a database view in an Enterprise GDB by changing a field name instead of alias in the feature class it referenced, causing me to be unable to delete the DB view. Changing the field name back in the feature class "fixed" the DB view and I was able to removed it, though. It's good to know there's another solution in case something else caused a DB view to break, though.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2024 16:52:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/delete-a-nonexistent-broken-database-view-from/m-p/1543491#M88669</guid>
      <dc:creator>AliciaMcMurchie1</dc:creator>
      <dc:date>2024-09-27T16:52:47Z</dc:date>
    </item>
  </channel>
</rss>

