<?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: Geodatabase - Copy Featureclass Names to Excel in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/geodatabase-copy-featureclass-names-to-excel/m-p/1537655#M88181</link>
    <description>&lt;P&gt;What version of Pro?&lt;/P&gt;&lt;P&gt;3.2 has a new&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://community.esri.com/t5/data-management-questions/generate-schema-report-tool-feedback/td-p/1350612" target="_self"&gt;Generate Schema Report tool&lt;/A&gt;.&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/893"&gt;@JonathanMurphy&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;What kind of database? Oracle, SQL Server, or PostgreSQL?&lt;/P&gt;&lt;P&gt;If I remember correctly, there is a geodatabase system table called GDB_ITEMS in the SDE owner (Oracle) that has a list of GDB tables.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are also Oracle system tables.&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;DIV class=""&gt;&lt;P&gt;for all views (you need dba privileges for this query)&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;select&lt;/SPAN&gt; view_name &lt;SPAN class=""&gt;from&lt;/SPAN&gt; dba_views&lt;/PRE&gt;&lt;P&gt;for all accessible views (accessible by logged user)&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;select&lt;/SPAN&gt; view_name &lt;SPAN class=""&gt;from&lt;/SPAN&gt; all_views&lt;/PRE&gt;&lt;P&gt;for views owned by logged user&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;select&lt;/SPAN&gt; view_name &lt;SPAN class=""&gt;from&lt;/SPAN&gt; user_views&lt;/PRE&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;A href="https://stackoverflow.com/a/13742917/5576771" target="_blank" rel="noopener"&gt;https://stackoverflow.com/a/13742917/5576771&lt;/A&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;</description>
    <pubDate>Thu, 12 Sep 2024 08:59:24 GMT</pubDate>
    <dc:creator>Bud</dc:creator>
    <dc:date>2024-09-12T08:59:24Z</dc:date>
    <item>
      <title>Geodatabase - Copy Featureclass Names to Excel</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/geodatabase-copy-featureclass-names-to-excel/m-p/1537260#M88135</link>
      <description>&lt;P&gt;I was given access to an enterprise feature database. I would like to systematically go through the featureclasses in the database to determine how they work together. My plan was to take a list of the featureclasses and keep notes on where different information is stored, then I can reference this as I figure out how the pieces fit together.&lt;/P&gt;&lt;P&gt;My plan was to copy the list into excel and start putting notes on what each featureclass contains, and then use this as a reference as I figure out how the different featureclasses work together. Is there a way to copy the list to a text file, export as csv, or just copy into excel?&lt;/P&gt;&lt;P&gt;At this point I will simply be copying each name into excel, but there must be a quicker way.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2024 12:38:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/geodatabase-copy-featureclass-names-to-excel/m-p/1537260#M88135</guid>
      <dc:creator>sdavidson</dc:creator>
      <dc:date>2024-09-11T12:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: Geodatabase - Copy Featureclass Names to Excel</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/geodatabase-copy-featureclass-names-to-excel/m-p/1537650#M88180</link>
      <description>&lt;P&gt;Tiny bit of python will get you where you need to be:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/functions/listfeatureclasses.htm" target="_self"&gt;ListFeatureClasses&lt;/A&gt;&amp;nbsp;is your friend&lt;BR /&gt;&lt;BR /&gt;There's an example at the bottom of the help page. You can print your result to the python window in Pro and copy and paste the whole thing to excel&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2024 08:41:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/geodatabase-copy-featureclass-names-to-excel/m-p/1537650#M88180</guid>
      <dc:creator>RichardHowe</dc:creator>
      <dc:date>2024-09-12T08:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: Geodatabase - Copy Featureclass Names to Excel</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/geodatabase-copy-featureclass-names-to-excel/m-p/1537655#M88181</link>
      <description>&lt;P&gt;What version of Pro?&lt;/P&gt;&lt;P&gt;3.2 has a new&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://community.esri.com/t5/data-management-questions/generate-schema-report-tool-feedback/td-p/1350612" target="_self"&gt;Generate Schema Report tool&lt;/A&gt;.&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/893"&gt;@JonathanMurphy&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;What kind of database? Oracle, SQL Server, or PostgreSQL?&lt;/P&gt;&lt;P&gt;If I remember correctly, there is a geodatabase system table called GDB_ITEMS in the SDE owner (Oracle) that has a list of GDB tables.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are also Oracle system tables.&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;DIV class=""&gt;&lt;P&gt;for all views (you need dba privileges for this query)&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;select&lt;/SPAN&gt; view_name &lt;SPAN class=""&gt;from&lt;/SPAN&gt; dba_views&lt;/PRE&gt;&lt;P&gt;for all accessible views (accessible by logged user)&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;select&lt;/SPAN&gt; view_name &lt;SPAN class=""&gt;from&lt;/SPAN&gt; all_views&lt;/PRE&gt;&lt;P&gt;for views owned by logged user&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;select&lt;/SPAN&gt; view_name &lt;SPAN class=""&gt;from&lt;/SPAN&gt; user_views&lt;/PRE&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;A href="https://stackoverflow.com/a/13742917/5576771" target="_blank" rel="noopener"&gt;https://stackoverflow.com/a/13742917/5576771&lt;/A&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Thu, 12 Sep 2024 08:59:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/geodatabase-copy-featureclass-names-to-excel/m-p/1537655#M88181</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2024-09-12T08:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: Geodatabase - Copy Featureclass Names to Excel</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/geodatabase-copy-featureclass-names-to-excel/m-p/1537657#M88182</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/776990"&gt;@sdavidson&lt;/a&gt;&amp;nbsp;, in your Enterprise Geodatabase there will be a table called SDE.sde_layers (or DBO.sde_layers SDE.layers or similar depending on your database type). The table_name column will give you a list of all the registered datasets which will be like your list of Feature Classes.&lt;/P&gt;&lt;P&gt;select table_name from [database].[sde].[SDE_layers] order by owner, table_name&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2024 08:56:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/geodatabase-copy-featureclass-names-to-excel/m-p/1537657#M88182</guid>
      <dc:creator>ChrisUnderwood</dc:creator>
      <dc:date>2024-09-12T08:56:25Z</dc:date>
    </item>
  </channel>
</rss>

