<?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 Connection Properties Fails in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/geodatabase-connection-properties-fails/m-p/487235#M21411</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using Pro 2.1.2 and I can connect to the Oracle database using the Instant Client with no problems, but when I try to access the Geodatabase Connection Properties I get the same issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the Oracle Easy Connect string different from using the Oracle Instant Client?&amp;nbsp; Can you please elaborate more on the Oracle Easy Connect string?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Apr 2018 13:38:33 GMT</pubDate>
    <dc:creator>MichaelVolz</dc:creator>
    <dc:date>2018-04-17T13:38:33Z</dc:date>
    <item>
      <title>GeoDatabase Connection Properties Fails</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/geodatabase-connection-properties-fails/m-p/487228#M21404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using ArcGIS Pro 2.1.1 with Oracle 12.1.0.2, I get the following error when I try to look at the GeoDatabase Connection Properties:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/395929_pastedImage_1.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The connection works fine and I can do just about anything else with the GDB.&amp;nbsp; The TNS as not an issue so it appears that it is an invalid error message...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2018 20:31:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/geodatabase-connection-properties-fails/m-p/487228#M21404</guid>
      <dc:creator>rbae</dc:creator>
      <dc:date>2018-02-06T20:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: GeoDatabase Connection Properties Fails</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/geodatabase-connection-properties-fails/m-p/487229#M21405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried the below:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Closing and reopening ArcGIS Pro and then trying again?&lt;/LI&gt;&lt;LI&gt;Create a new connection to that Oracle db and try again?&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 03:44:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/geodatabase-connection-properties-fails/m-p/487229#M21405</guid>
      <dc:creator>Asrujit_SenGupta</dc:creator>
      <dc:date>2018-02-07T03:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: GeoDatabase Connection Properties Fails</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/geodatabase-connection-properties-fails/m-p/487230#M21406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I too have same problem with Pro 2.1.0.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/230847"&gt;Asrujit SenGupta&lt;/A&gt;‌, both suggested workarounds doesn't work.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/7258"&gt;Ryan Bae&lt;/A&gt;‌ - Alternate way I found was to create database connection using python window.&amp;nbsp; This connection shows up 'GeoDatabase Connection Properties'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;import arcpy&lt;BR /&gt;arcpy.CreateDatabaseConnection_management("Path to your .sde file",&lt;BR /&gt; "connection_name.sde",&lt;BR /&gt; "DB",&lt;BR /&gt; "instance",&lt;BR /&gt; "DATABASE_AUTH",&lt;BR /&gt; "username",&lt;BR /&gt; "PWD",&lt;BR /&gt; "SAVE_USERNAME",&lt;BR /&gt; 'TRANSACTIONAL');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/3116"&gt;Dan Patterson&lt;/A&gt;‌,&lt;A href="https://community.esri.com/migrated-users/3100"&gt;Xander Bakker&lt;/A&gt;‌,&lt;A href="https://community.esri.com/migrated-users/45316"&gt;Kory Kramer&lt;/A&gt;‌ Can you kindly help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;arcgispro 2.1‌&lt;/P&gt;&lt;P&gt;utility network data model‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2018 05:17:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/geodatabase-connection-properties-fails/m-p/487230#M21406</guid>
      <dc:creator>AbhijeetKulkarni</dc:creator>
      <dc:date>2018-03-02T05:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: GeoDatabase Connection Properties Fails</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/geodatabase-connection-properties-fails/m-p/487231#M21407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/7258"&gt;Ryan Bae&lt;/A&gt;&amp;nbsp;, it might be good to contact Esri Support and work through the problem with them.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/people/abhijeet"&gt;abhijeet&lt;/A&gt;&amp;nbsp;You mention that the connection shows up, but do you actually have access to the database through that connection?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2018 11:20:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/geodatabase-connection-properties-fails/m-p/487231#M21407</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2018-03-02T11:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: GeoDatabase Connection Properties Fails</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/geodatabase-connection-properties-fails/m-p/487232#M21408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Xander, I do have access to the database with that connection. I used same username/pwd via python and it worked.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2018 09:05:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/geodatabase-connection-properties-fails/m-p/487232#M21408</guid>
      <dc:creator>AbhijeetKulkarni</dc:creator>
      <dc:date>2018-03-09T09:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: GeoDatabase Connection Properties Fails</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/geodatabase-connection-properties-fails/m-p/487233#M21409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/people/KKramer-esristaff"&gt;KKramer-esristaff&lt;/A&gt;‌, I could reproduce this issue consistently.&amp;nbsp; Not sure if this is reported as bug already so wondering if you could help about it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 13:04:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/geodatabase-connection-properties-fails/m-p/487233#M21409</guid>
      <dc:creator>AbhijeetKulkarni</dc:creator>
      <dc:date>2018-04-17T13:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: GeoDatabase Connection Properties Fails</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/geodatabase-connection-properties-fails/m-p/487234#M21410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhijeet.&amp;nbsp; We do have a bug logged that I think covers what is being described here.&amp;nbsp; In that bug, the following workaround is listed:&lt;/P&gt;&lt;P&gt;"Use an Oracle Easy Connect string while connecting to the Oracle geodatabase."&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 13:15:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/geodatabase-connection-properties-fails/m-p/487234#M21410</guid>
      <dc:creator>KoryKramer</dc:creator>
      <dc:date>2018-04-17T13:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: GeoDatabase Connection Properties Fails</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/geodatabase-connection-properties-fails/m-p/487235#M21411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using Pro 2.1.2 and I can connect to the Oracle database using the Instant Client with no problems, but when I try to access the Geodatabase Connection Properties I get the same issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the Oracle Easy Connect string different from using the Oracle Instant Client?&amp;nbsp; Can you please elaborate more on the Oracle Easy Connect string?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 13:38:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/geodatabase-connection-properties-fails/m-p/487235#M21411</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2018-04-17T13:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: GeoDatabase Connection Properties Fails</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/geodatabase-connection-properties-fails/m-p/487236#M21412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Working with enterprise database connections is not my forte so I actually can't elaborate with any authority.&amp;nbsp; From a quick Google search I see that an Easy Connect string can be specified in Instant Client mode, so it doesn't seem like it is one or the other... but again, at this point I'm just Googling:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://www.oracle.com/technetwork/database/features/oci/ic-faq-094177.html#A4428" title="http://www.oracle.com/technetwork/database/features/oci/ic-faq-094177.html#A4428"&gt;Instant Client FAQ&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 13:51:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/geodatabase-connection-properties-fails/m-p/487236#M21412</guid>
      <dc:creator>KoryKramer</dc:creator>
      <dc:date>2018-04-17T13:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: GeoDatabase Connection Properties Fails</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/geodatabase-connection-properties-fails/m-p/487237#M21413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kory,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help - the Oracle Easy Connect string did work for me.&amp;nbsp; Since there is a bug logged for the TNSNames issue, I will mark this as resolved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Ryan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 16:40:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/geodatabase-connection-properties-fails/m-p/487237#M21413</guid>
      <dc:creator>rbae</dc:creator>
      <dc:date>2018-04-17T16:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: GeoDatabase Connection Properties Fails</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/geodatabase-connection-properties-fails/m-p/487238#M21414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So I did some testing where I created a database connection but did not save the credentials (I unchecked Save user name and password) and I then clicked on Geodatabase Connection Properties. When I did this I saw the Connection Properties dialog box appear where it has truncated the first 2 letters of the instance which would cause initial ORA-12154 error as it cannot resolve the database instance because ArcPro changed the name by truncating the first 2 letters.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 16:54:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/geodatabase-connection-properties-fails/m-p/487238#M21414</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2018-04-17T16:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: GeoDatabase Connection Properties Fails</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/geodatabase-connection-properties-fails/m-p/487239#M21415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you nailed it.&amp;nbsp; I was able to reproduce this as well.&amp;nbsp; I then added a TNS entry that duplicated the original, minus the first two characters of the TNS Name, and it worked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 17:01:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/geodatabase-connection-properties-fails/m-p/487239#M21415</guid>
      <dc:creator>rbae</dc:creator>
      <dc:date>2018-04-17T17:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: GeoDatabase Connection Properties Fails</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/geodatabase-connection-properties-fails/m-p/487240#M21416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This thread is answered if your org allows the use of&amp;nbsp;Oracle Easy Connect which my org does not for both security and maintenance reasons during enterprise upgrades.&amp;nbsp; Hopefully, the diagnosis I have provided will help ESRI to fix the root cause of this issue for newer versions of Pro.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 17:13:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/geodatabase-connection-properties-fails/m-p/487240#M21416</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2018-04-17T17:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: GeoDatabase Connection Properties Fails</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/geodatabase-connection-properties-fails/m-p/487241#M21417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the comments here &lt;A href="https://community.esri.com/people/rbae"&gt;rbae&lt;/A&gt;‌ and &lt;A href="https://community.esri.com/people/mvolz47"&gt;mvolz47&lt;/A&gt;‌&amp;nbsp; I just wanted to pass along that the truncation behavior noted here has been included in the notes of the defect that the development team is assessing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 21:08:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/geodatabase-connection-properties-fails/m-p/487241#M21417</guid>
      <dc:creator>KoryKramer</dc:creator>
      <dc:date>2018-04-17T21:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: GeoDatabase Connection Properties Fails</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/geodatabase-connection-properties-fails/m-p/487242#M21418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for passing that info along to development Kory.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 21:55:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/geodatabase-connection-properties-fails/m-p/487242#M21418</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2018-04-17T21:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: GeoDatabase Connection Properties Fails</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/geodatabase-connection-properties-fails/m-p/487243#M21419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're welcome!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 21:57:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/geodatabase-connection-properties-fails/m-p/487243#M21419</guid>
      <dc:creator>KoryKramer</dc:creator>
      <dc:date>2018-04-17T21:57:07Z</dc:date>
    </item>
    <item>
      <title>Re: GeoDatabase Connection Properties Fails</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/geodatabase-connection-properties-fails/m-p/487244#M21420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By "Oracle Full\Administrator Client" and "Oracle Instant Client", you refer to the type of Oracle Database Client software. --&amp;nbsp;&lt;A class="link-titled" href="https://docs.oracle.com/en/database/oracle/oracle-database/12.2/ntcli/oracle-database-client-installation-types.html#GUID-C8EE50B6-CD75-44C7-90C5-5D3105EBCECE" title="https://docs.oracle.com/en/database/oracle/oracle-database/12.2/ntcli/oracle-database-client-installation-types.html#GUID-C8EE50B6-CD75-44C7-90C5-5D3105EBCECE"&gt;Oracle Database Client Installation Types&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The clients use a connect identifier in the connect string to connect to a service. Easy Connect method enables clients to connect to a database server without any configuration.&amp;nbsp;&lt;A class="link-titled" href="http://www.orafaq.com/wiki/EZCONNECT" title="http://www.orafaq.com/wiki/EZCONNECT"&gt;EZCONNECT - Oracle FAQ&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/help/data/databases/connect-oracle.htm" title="https://pro.arcgis.com/en/pro-app/help/data/databases/connect-oracle.htm"&gt;Connect to Oracle from ArcGIS—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff; margin-top: 0px; margin-bottom: 1.55rem;"&gt;Either type the Oracle TNS name in the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="" style="font-weight: bold;"&gt;Instance&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;text box, or provide &lt;STRONG&gt;one of the following Oracle Easy Connect strings&lt;/STRONG&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL style="color: #4c4c4c; background-color: #ffffff; font-size: 15.9375px; margin-left: 0.775rem; margin-top: 0px; margin-bottom: 0px; padding: 0px;"&gt;&lt;LI style="margin: 0.3875rem 0px 0.3875rem 1.5rem;"&gt;The name of the Oracle server/Oracle service name or ID&lt;P style="margin-top: 0px; margin-bottom: 1.55rem;"&gt;For example, if Oracle is installed on myserver and myosvc is the Oracle service name, type the following:&lt;/P&gt;&lt;P style="margin-top: 0px; margin-bottom: 1.55rem;"&gt;&lt;SPAN class=""&gt;myserver/myosvc&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI style="margin: 0.3875rem 0px 0.3875rem 1.5rem;"&gt;The name of the Oracle server:Oracle port number/Oracle service name or ID&lt;P style="margin-top: 0px; margin-bottom: 1.55rem;"&gt;In this example, Oracle is installed on myserver, is listening on port 60000, and myoservice is the Oracle service name.&lt;/P&gt;&lt;P style="margin-top: 0px; margin-bottom: 1.55rem;"&gt;&lt;SPAN class=""&gt;myserver:60000/myoservice&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI style="margin: 0.3875rem 0px 0.3875rem 1.5rem;"&gt;The URL of the Oracle server&lt;P style="margin-top: 0px; margin-bottom: 1.55rem;"&gt;The URL for the same instance shown in the last example would be the following:&lt;/P&gt;&lt;P style="margin-top: 0px; margin-bottom: 1.55rem;"&gt;&lt;SPAN class=""&gt;//myserver:60000/myoservice&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI style="margin: 0.3875rem 0px 0.3875rem 1.5rem;"&gt;The name of the Oracle server (You can use this if the Oracle listener on the server is configured to point to a default instance.)&lt;/LI&gt;&lt;LI style="margin: 0.3875rem 0px 0.3875rem 1.5rem;"&gt;The IP address of the Oracle server/Oracle service name or ID&lt;P style="margin-top: 0px; margin-bottom: 1.55rem;"&gt;For example, if the address of the server is 10:10:10:10, and the Oracle service name is orasvc, type&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;10:10:10:10/orasvc&lt;/SPAN&gt;.&lt;/P&gt;&lt;P style="margin-top: 0px; margin-bottom: 1.55rem;"&gt;For IPV6 addresses, place brackets around the address, for example,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;[4000:ab5:0:0:f666:d191:77f5:e2bd]/orasvc&lt;/SPAN&gt;.&lt;/P&gt;&lt;/LI&gt;&lt;LI style="margin: 0.3875rem 0px 0.3875rem 1.5rem;"&gt;The IP address of the Oracle server:Oracle port number/Oracle service name or ID&lt;P style="margin-top: 0px; margin-bottom: 1.55rem;"&gt;In this example, the IP address is 10:20:30:40, port is 59999, and Oracle service is myomy1:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;10:20:30:40:59999/myomy1&lt;/SPAN&gt;.&lt;/P&gt;&lt;P style="margin-top: 0px; margin-bottom: 1.55rem;"&gt;An IPV6 address for the same port and service would look like the following:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;[6543:ef4:0:1:f587:l249:12f9:a3cd]:59999/myomy1&lt;/SPAN&gt;&lt;SPAN class=""&gt;10:20:30:40:59999/myomy1&lt;/SPAN&gt;.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;DIV class="" style="color: #4c4c4c; background-color: #ffffff;"&gt;&lt;P style="margin-top: 0px; margin-bottom: 1.55rem;"&gt;Be sure your Oracle instance is configured to allow Easy Connect. If you have the full Oracle client installed but want to use Easy Connect syntax to connect, be sure the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;sqlnet.ora&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;file on the client is configured to allow the use of Easy Connect and the Oracle server is configured to allow Easy Connect syntax. Also note that if your Oracle instance is not listening on the default Oracle port number, you must use connection syntax that includes the port number.&lt;/P&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2018 04:29:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/geodatabase-connection-properties-fails/m-p/487244#M21420</guid>
      <dc:creator>Asrujit_SenGupta</dc:creator>
      <dc:date>2018-04-18T04:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: GeoDatabase Connection Properties Fails</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/geodatabase-connection-properties-fails/m-p/487245#M21421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kory:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you be able to share the bug # that you say was logged for the tnsnames issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2018 13:41:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/geodatabase-connection-properties-fails/m-p/487245#M21421</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2018-04-18T13:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: GeoDatabase Connection Properties Fails</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/geodatabase-connection-properties-fails/m-p/487246#M21422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the bug I was referring to that is open and under investigation:&lt;/P&gt;&lt;P&gt;[BUG-000096686:&amp;nbsp;Unable to access 'Geodatabase Connection Properties' when connection is created using the Transparent Network Substrate (TNS) name for an Oracle geodatabase.]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2018 14:09:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/geodatabase-connection-properties-fails/m-p/487246#M21422</guid>
      <dc:creator>KoryKramer</dc:creator>
      <dc:date>2018-04-18T14:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: GeoDatabase Connection Properties Fails</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/geodatabase-connection-properties-fails/m-p/487247#M21423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kory:&lt;/P&gt;&lt;P&gt;I created a tech support case and this is the bug that the analyst associated my case with.&amp;nbsp; My question on this bug is that it's status is New but it was created almost 2 years ago (5/23/2016), which does not seem new at all.&amp;nbsp; As such when does a Bug move out of New status (e.g. time period)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2018 14:15:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/geodatabase-connection-properties-fails/m-p/487247#M21423</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2018-04-18T14:15:10Z</dc:date>
    </item>
  </channel>
</rss>

