<?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: Can't connect to oracle pluggable database (18c) in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/can-t-connect-to-oracle-pluggable-database-18c/m-p/1280829#M35708</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/7880"&gt;@MarceloMarques&lt;/a&gt;&amp;nbsp;said:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;ArcGIS Pro use for "&lt;STRONG&gt;Instance&lt;/STRONG&gt;" the Oracle easy connect syntax "&lt;STRONG&gt;192.168.1.3:1521/XEPDB1&lt;/STRONG&gt;"&lt;/P&gt;&lt;P&gt;You can test this via Oracle SQL Plus first, if able to connect with SQL Plus then ArcGIS Pro will be able as well.&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/databases/connect-oracle.htm" target="_blank" rel="noopener nofollow noreferrer"&gt;Connect to Oracle from ArcGIS—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/data-management-questions/create-database-user-in-oracle-18c-xe-via-arcgis/m-p/1280794/highlight/true#M44528" target="_blank"&gt;https://community.esri.com/t5/data-management-questions/create-database-user-in-oracle-18c-xe-via-arcgis/m-p/1280794/highlight/true#M44528&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I'm not sure if that helps you with your problem or not.&lt;/P&gt;</description>
    <pubDate>Thu, 20 Apr 2023 15:56:11 GMT</pubDate>
    <dc:creator>Bud</dc:creator>
    <dc:date>2023-04-20T15:56:11Z</dc:date>
    <item>
      <title>Can't connect to oracle pluggable database (18c)</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/can-t-connect-to-oracle-pluggable-database-18c/m-p/284152#M10875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;Is there any specific trick to create a connection from ArcCatalog to a pluggable 18c database?&lt;/P&gt;&lt;P&gt;The database is installed on Windows Server 2019 and I am able to connect to it's $CDB container from ArcCatalog. SDE schema is created on a pluggable container and I can't login no matter the connection info I use:&lt;/P&gt;&lt;P&gt;- tns name (XEPDB1)&lt;/P&gt;&lt;P&gt;- full connection string (HOSTNAME:1521/XEPDB1)&lt;/P&gt;&lt;P&gt;**********************************************************************&lt;/P&gt;&lt;P&gt;Fail to connect to specified server. Do you want to continue?&lt;/P&gt;&lt;P&gt;Bad login user.&lt;/P&gt;&lt;P&gt;***********************************************************************&lt;/P&gt;&lt;P&gt;ArcCatalog is hosted on another Windows Server machine (same network).&lt;/P&gt;&lt;P&gt;I am able to login with SQLPlus from ArcCatalog machine, including to the pluggable container.&lt;/P&gt;&lt;P&gt;I have both 32/64bits clients.&lt;/P&gt;&lt;P&gt;I do not see anything in the log locations (e.g. C:\Users\%user_profile%\AppData\Local\Temp)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2020 13:53:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/can-t-connect-to-oracle-pluggable-database-18c/m-p/284152#M10875</guid>
      <dc:creator>DanielSotreanu</dc:creator>
      <dc:date>2020-06-17T13:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Can't connect to oracle pluggable database (18c)</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/can-t-connect-to-oracle-pluggable-database-18c/m-p/1280608#M35697</link>
      <description>&lt;P&gt;Did you find a solution?&lt;/P&gt;&lt;P&gt;I have the same problem:&amp;nbsp;&lt;A href="https://community.esri.com/t5/data-management-questions/create-database-user-in-oracle-18c-xe-via-arcgis/m-p/1280601/highlight/true#M44526" target="_self"&gt;Create database user in Oracle 18c XE via ArcGIS Pro&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2023 03:08:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/can-t-connect-to-oracle-pluggable-database-18c/m-p/1280608#M35697</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2023-04-20T03:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: Can't connect to oracle pluggable database (18c)</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/can-t-connect-to-oracle-pluggable-database-18c/m-p/1280811#M35707</link>
      <description>&lt;P&gt;I figured out my problem.&lt;/P&gt;&lt;P&gt;My TNS wasn't set up correctly. I had to add a TNS entry for XEPDB1. (Previously, it only had an entry for XE.)&lt;/P&gt;&lt;PRE&gt;&lt;STRONG&gt; XEPDB1&lt;/STRONG&gt; =
  (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.3)(PORT = 1521))
    (CONNECT_DATA =
      (SERVICE_NAME = &lt;STRONG&gt;XEPDB1&lt;/STRONG&gt;)
    )
  )&lt;/PRE&gt;&lt;P&gt;Now, I'm able to connect to&amp;nbsp;XEPDB1 in an ArcGIS Pro database connection (reminder: restart ArcGIS Pro after editing tnsnames.ora):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bud_0-1682005225232.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/68598i92D5E23CF7EBCBA4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Bud_0-1682005225232.png" alt="Bud_0-1682005225232.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Likewise, I'm now able to create a new user using the Create Database User geoprocessing tool, because I'm connected to the XEPDB1 PDB:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bud_1-1682005225260.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/68599i2C93D2083717E192/image-size/large?v=v2&amp;amp;px=999" role="button" title="Bud_1-1682005225260.png" alt="Bud_1-1682005225260.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/data-management-questions/create-database-user-in-oracle-18c-xe-via-arcgis/m-p/1280795/highlight/true#M44529" target="_self"&gt;Create database user in Oracle 18c XE via ArcGIS Pro&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2023 15:43:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/can-t-connect-to-oracle-pluggable-database-18c/m-p/1280811#M35707</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2023-04-20T15:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: Can't connect to oracle pluggable database (18c)</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/can-t-connect-to-oracle-pluggable-database-18c/m-p/1280829#M35708</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/7880"&gt;@MarceloMarques&lt;/a&gt;&amp;nbsp;said:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;ArcGIS Pro use for "&lt;STRONG&gt;Instance&lt;/STRONG&gt;" the Oracle easy connect syntax "&lt;STRONG&gt;192.168.1.3:1521/XEPDB1&lt;/STRONG&gt;"&lt;/P&gt;&lt;P&gt;You can test this via Oracle SQL Plus first, if able to connect with SQL Plus then ArcGIS Pro will be able as well.&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/databases/connect-oracle.htm" target="_blank" rel="noopener nofollow noreferrer"&gt;Connect to Oracle from ArcGIS—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/data-management-questions/create-database-user-in-oracle-18c-xe-via-arcgis/m-p/1280794/highlight/true#M44528" target="_blank"&gt;https://community.esri.com/t5/data-management-questions/create-database-user-in-oracle-18c-xe-via-arcgis/m-p/1280794/highlight/true#M44528&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I'm not sure if that helps you with your problem or not.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2023 15:56:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/can-t-connect-to-oracle-pluggable-database-18c/m-p/1280829#M35708</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2023-04-20T15:56:11Z</dc:date>
    </item>
  </channel>
</rss>

