<?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: Error registering Oracle 19C database with Server 10.9 using InstantClient in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/error-registering-oracle-19c-database-with-server/m-p/1353474#M37767</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/365586"&gt;@Mehretab&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Worked with Esri to resolve issue. Their documentation was missing Oracle step when configuring connection with the InstantClient (at the time I worked with them - maybe updated now).&lt;/P&gt;&lt;P&gt;The Linux distro must have libaio installed for the connection to work and the LD_LIBRARY_PATH must be added as an OS env variable in addition to in the init_user_params.sh.&lt;/P&gt;&lt;P&gt;Instructions at&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://docs.oracle.com/en/database/oracle/oracle-database/21/lacli/install-instant-client-using-zip.html#GUID-D3DCB4FB-D3CA-4C25-BE48-3A1FB5A22E84" target="_blank" rel="nofollow noopener"&gt;https://docs.oracle.com/en/database/oracle/oracle-database/21/lacli/install-instant-client-using-zip.html#GUID-D3DCB4FB-D3CA-4C25-BE48-3A1FB5A22E84&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://enterprise.arcgis.com/en/server/latest/manage-data/linux/connect-oracle.htm" target="_blank" rel="nofollow noopener"&gt;https://enterprise.arcgis.com/en/server/latest/manage-data/linux/connect-oracle.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I never tested with 10.8.1 so unsure if this will solve your issue or not - maybe that requirement was new at 10.9.1.&amp;nbsp; Good luck!&lt;/P&gt;</description>
    <pubDate>Mon, 27 Nov 2023 14:10:10 GMT</pubDate>
    <dc:creator>Jay_Gregory</dc:creator>
    <dc:date>2023-11-27T14:10:10Z</dc:date>
    <item>
      <title>Error registering Oracle 19C database with Server 10.9 using InstantClient</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/error-registering-oracle-19c-database-with-server/m-p/1214169#M34059</link>
      <description>&lt;P&gt;I followed instructions at&amp;nbsp;&lt;A href="https://enterprise.arcgis.com/en/server/10.9/manage-data/linux/configure-database-connection-for-arcgis-server.htm" target="_blank" rel="noopener"&gt;https://enterprise.arcgis.com/en/server/10.9/manage-data/linux/configure-database-connection-for-arcgis-server.htm&lt;/A&gt;&amp;nbsp;so I can register my Oracle 19C database (non-spatial) with ArcGIS Server and publish tables. However when I try to register the database from my .sde file using Manager, I get the following error: "&lt;SPAN class=""&gt;Cannot connect to database because the database client software failed to load. Be sure the database client software is installed and configured correctly."&amp;nbsp; My sde connection file works fine in Pro on my machine, but curious what I could be doing wrong on the Server side.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;What I did was:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;1. Download&amp;nbsp;&lt;SPAN&gt;Oracle Instant Client Downloads (v19.15.0.0.0) for Linux x86-64 (64-bit) from my.esri.com&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;2. Unzipped to&amp;nbsp;/opt/arcgis/OracleDatabaseInstantClient19c/instantclient_19_15 on my Server Machine.&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;3. Edited&amp;nbsp;/opt/arcgis/server/usr/init_user_param.sh to include line:&amp;nbsp;&lt;STRONG&gt;export LD_LIBRARY_PATH=/opt/arcgis/OracleDatabaseInstantClient19c/instantclient_19_15:$LD_LIBRARY_PATH&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;4. Restarted ArcGIS Server service on machine.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I did not uncomment any other lines in init_user_param.sh, make any changes to PATH variables, or .bashrc,&lt;/P&gt;&lt;P&gt;I checked permissions on the contents of the folder and arcgis user is the owner on all of them.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there something I'm doing incorrectly here?&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Tue, 20 Sep 2022 12:54:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/error-registering-oracle-19c-database-with-server/m-p/1214169#M34059</guid>
      <dc:creator>Jay_Gregory</dc:creator>
      <dc:date>2022-09-20T12:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: Error registering Oracle 19C database with Server 10.9 using InstantClient</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/error-registering-oracle-19c-database-with-server/m-p/1353398#M37762</link>
      <description>&lt;P&gt;Hallo &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/202029"&gt;@Jay_Gregory&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Did you solve the issue. We are facing the same problem when we upgraded to ArcGIS Enterprise 10.9.1 from 10.8.1.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Nov 2023 07:24:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/error-registering-oracle-19c-database-with-server/m-p/1353398#M37762</guid>
      <dc:creator>Mehretab</dc:creator>
      <dc:date>2023-11-27T07:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: Error registering Oracle 19C database with Server 10.9 using InstantClient</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/error-registering-oracle-19c-database-with-server/m-p/1353474#M37767</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/365586"&gt;@Mehretab&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Worked with Esri to resolve issue. Their documentation was missing Oracle step when configuring connection with the InstantClient (at the time I worked with them - maybe updated now).&lt;/P&gt;&lt;P&gt;The Linux distro must have libaio installed for the connection to work and the LD_LIBRARY_PATH must be added as an OS env variable in addition to in the init_user_params.sh.&lt;/P&gt;&lt;P&gt;Instructions at&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://docs.oracle.com/en/database/oracle/oracle-database/21/lacli/install-instant-client-using-zip.html#GUID-D3DCB4FB-D3CA-4C25-BE48-3A1FB5A22E84" target="_blank" rel="nofollow noopener"&gt;https://docs.oracle.com/en/database/oracle/oracle-database/21/lacli/install-instant-client-using-zip.html#GUID-D3DCB4FB-D3CA-4C25-BE48-3A1FB5A22E84&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://enterprise.arcgis.com/en/server/latest/manage-data/linux/connect-oracle.htm" target="_blank" rel="nofollow noopener"&gt;https://enterprise.arcgis.com/en/server/latest/manage-data/linux/connect-oracle.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I never tested with 10.8.1 so unsure if this will solve your issue or not - maybe that requirement was new at 10.9.1.&amp;nbsp; Good luck!&lt;/P&gt;</description>
      <pubDate>Mon, 27 Nov 2023 14:10:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/error-registering-oracle-19c-database-with-server/m-p/1353474#M37767</guid>
      <dc:creator>Jay_Gregory</dc:creator>
      <dc:date>2023-11-27T14:10:10Z</dc:date>
    </item>
  </channel>
</rss>

