<?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: Cannot load Oracle 19c tables to map in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/cannot-load-oracle-19c-tables-to-map/m-p/1212558#M59824</link>
    <description>&lt;P&gt;This is happening for multiple tables in the DB (probably all but there are hundreds).&amp;nbsp; One table that is it happening with just has BOOKMARK_ID_N and POSITION_VC as a Long and Text field respectively.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 14 Sep 2022 17:19:50 GMT</pubDate>
    <dc:creator>Jay_Gregory</dc:creator>
    <dc:date>2022-09-14T17:19:50Z</dc:date>
    <item>
      <title>Cannot load Oracle 19c tables to map</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/cannot-load-oracle-19c-tables-to-map/m-p/1212551#M59822</link>
      <description>&lt;P&gt;I was provided connection details to a non-spatial Oracle DB.&amp;nbsp; I can create the connection (sde) file and see the list of tables, however if I right click on a table and choose Add To Current Map, I get the error:&lt;/P&gt;&lt;P&gt;Failed to add data: C:\Users\...\dbconnection.sde\SCHEMA.NAME.&amp;nbsp; DBMS table not found[ORA-00942: table or view does not exist].&lt;/P&gt;&lt;P&gt;Strangely, I am able to use Python search cursor to traverse the table programmatically, and arcpy.TableToTable_conversion will successfully export the data to a local geodatabase.&amp;nbsp; But what I want to do is add the table to a map so I can publish it to my ArcGIS Enterprise environment. (next step will be to register database as a datastore on Enterprise but this is the first step of course)&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have checked with the DBA, and seem to have the correct permissions (CREATE_SESSION and SELECT.&amp;nbsp; Have also loaded the Oracle drivers (OracleDatabaseInstantClient19c) to my windows machine and added location to my path. Any ideas here what could be happening.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2022 17:10:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/cannot-load-oracle-19c-tables-to-map/m-p/1212551#M59822</guid>
      <dc:creator>Jay_Gregory</dc:creator>
      <dc:date>2022-09-14T17:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot load Oracle 19c tables to map</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/cannot-load-oracle-19c-tables-to-map/m-p/1212555#M59823</link>
      <description>&lt;P&gt;what is the schema of the table look like?&lt;BR /&gt;&lt;BR /&gt;Wonder if there is a field that is causing an error via Pro UI.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2022 17:16:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/cannot-load-oracle-19c-tables-to-map/m-p/1212555#M59823</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2022-09-14T17:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot load Oracle 19c tables to map</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/cannot-load-oracle-19c-tables-to-map/m-p/1212558#M59824</link>
      <description>&lt;P&gt;This is happening for multiple tables in the DB (probably all but there are hundreds).&amp;nbsp; One table that is it happening with just has BOOKMARK_ID_N and POSITION_VC as a Long and Text field respectively.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2022 17:19:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/cannot-load-oracle-19c-tables-to-map/m-p/1212558#M59824</guid>
      <dc:creator>Jay_Gregory</dc:creator>
      <dc:date>2022-09-14T17:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot load Oracle 19c tables to map</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/cannot-load-oracle-19c-tables-to-map/m-p/1212560#M59825</link>
      <description>&lt;P&gt;That is weird. I do not have any other ideas, sorry.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2022 17:23:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/cannot-load-oracle-19c-tables-to-map/m-p/1212560#M59825</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2022-09-14T17:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot load Oracle 19c tables to map</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/cannot-load-oracle-19c-tables-to-map/m-p/1212594#M59828</link>
      <description>&lt;P&gt;Does "Long" really mean "LONG"? LONG is not a supported Oracle type.&lt;/P&gt;&lt;P&gt;Do a DESCRIBE in SQL*Plus and report that here (you can redact the actual column names, but don't alter the types).&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2022 18:14:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/cannot-load-oracle-19c-tables-to-map/m-p/1212594#M59828</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2022-09-14T18:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot load Oracle 19c tables to map</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/cannot-load-oracle-19c-tables-to-map/m-p/1212614#M59831</link>
      <description>&lt;P&gt;I unfortunately do not know how to access the tables outside of Pro (not a DBA &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Here is a screenshot from Pro though&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2022 18:43:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/cannot-load-oracle-19c-tables-to-map/m-p/1212614#M59831</guid>
      <dc:creator>Jay_Gregory</dc:creator>
      <dc:date>2022-09-14T18:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot load Oracle 19c tables to map</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/cannot-load-oracle-19c-tables-to-map/m-p/1212667#M59839</link>
      <description>&lt;P&gt;There are a couple of Esri Oracle 19 patches, have those been applied?&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2022 20:35:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/cannot-load-oracle-19c-tables-to-map/m-p/1212667#M59839</guid>
      <dc:creator>CraigSwisher</dc:creator>
      <dc:date>2022-09-14T20:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot load Oracle 19c tables to map</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/cannot-load-oracle-19c-tables-to-map/m-p/1212668#M59840</link>
      <description>&lt;P&gt;To oracle?&amp;nbsp; Or to Pro?&amp;nbsp; I don't believe I have installed any Pro patches to address Oracle compatibility.&amp;nbsp; I am on Pro 2.9.3.&amp;nbsp; Where can I find more information about the patches?&amp;nbsp; I know the DBA said Oracle is patched with latest - they do not have any spatial libraries loaded on their DB though - I am just trying to access plain tables in a standard Oracle DB.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2022 20:42:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/cannot-load-oracle-19c-tables-to-map/m-p/1212668#M59840</guid>
      <dc:creator>Jay_Gregory</dc:creator>
      <dc:date>2022-09-14T20:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot load Oracle 19c tables to map</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/cannot-load-oracle-19c-tables-to-map/m-p/1213886#M59976</link>
      <description>&lt;P&gt;Absolutely uninteresting, but when I upgraded Pro to 3.0.1, my issue went away.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2022 16:58:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/cannot-load-oracle-19c-tables-to-map/m-p/1213886#M59976</guid>
      <dc:creator>Jay_Gregory</dc:creator>
      <dc:date>2022-09-19T16:58:45Z</dc:date>
    </item>
  </channel>
</rss>

