<?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: Read the geodatabase release problem in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/read-the-geodatabase-release-problem/m-p/555535#M31481</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Facing exact same error when trying to connect to Oracle geodatabase from ArcCatalog. Error window includes "&lt;STRONG&gt;Failed to connect to the specified server. Do you want to continue?&lt;/STRONG&gt;" along with the error posted.&lt;/P&gt;&lt;P&gt;If this issue&amp;nbsp;got resolved&amp;nbsp;please post how this got resolved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Dec 2018 10:21:54 GMT</pubDate>
    <dc:creator>PrasannaS</dc:creator>
    <dc:date>2018-12-07T10:21:54Z</dc:date>
    <item>
      <title>Read the geodatabase release problem</title>
      <link>https://community.esri.com/t5/data-management-questions/read-the-geodatabase-release-problem/m-p/555529#M31475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm having a problem trying to connect to my Oracle geodatabases through ArcMap after a restore of my database.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When trying to connect I get the error &lt;/SPAN&gt;&lt;STRONG&gt;"This release of the GeoDatabase is either invalid or out of date, DBMS table not found [ORA-00942: table or view does not exist] [SDE GDB_Release]"&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I get a similar error when I try to perform the "sdesetup -o list" command. I get an error message saying &lt;/SPAN&gt;&lt;STRONG&gt;"Error getting server release information (-1)."&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone gone through this problem? Could anyone help me solve it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using ArcSDE 10.0 sp5 on a Centos 5.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Leonardo.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 10:58:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/read-the-geodatabase-release-problem/m-p/555529#M31475</guid>
      <dc:creator>LeonardoAraújo</dc:creator>
      <dc:date>2013-12-10T10:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: Read the geodatabase release problem</title>
      <link>https://community.esri.com/t5/data-management-questions/read-the-geodatabase-release-problem/m-p/555530#M31476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It's possible that your database restore was not complete.&amp;nbsp; How many tables, views, triggers&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and packages do you have under your SDE user?&amp;nbsp; What are the names of the tables?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It's been a while since I've had an Oracle database running 10.0sp5, so I can't tell you the&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;exact counts, but under 10.2, this is what I'm seeing:*&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
SQL&amp;gt; select count(object_type),object_type
&amp;nbsp; 2&amp;nbsp; from user_objects group by object_type
&amp;nbsp; 3&amp;nbsp; order by object_type;

COUNT(OBJECT_TYPE) OBJECT_TYPE
------------------ -------------------
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3 FUNCTION
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 103 INDEX
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 INDEXTYPE
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 LIBRARY
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 20 LOB
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 69 OPERATOR
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 33 PACKAGE
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 33 PACKAGE BODY
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 23 SEQUENCE
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 62 TABLE
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12 TRIGGER
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 32 TYPE
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 24 TYPE BODY
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5 VIEW
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;*Note: I &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;never&lt;/SPAN&gt;&lt;SPAN&gt; load user tables as the SDE user, so this is the bare minimum for SDE&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;user ownership.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tech Support can help you evaluate your options; I suggest you give them a call.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 00:00:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/read-the-geodatabase-release-problem/m-p/555530#M31476</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2021-12-12T00:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: Read the geodatabase release problem</title>
      <link>https://community.esri.com/t5/data-management-questions/read-the-geodatabase-release-problem/m-p/555531#M31477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear Vincent,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I ran the query you have sent and received the following results:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;3 FUNCTION
101 INDEX
1 INDEXTYPE
2 LIBRARY
20 LOB
69 OPERATOR
33 PACKAGE
33 PACKAGE BODY
1 PROCEDURE
23 SEQUENCE
62 TABLE
12 TRIGGER
41 TYPE
26 TYPE BODY
5 VIEW&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But I compared these results with another test environment I have and the data are the same. Any other suggestion?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Leonardo.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 00:00:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/read-the-geodatabase-release-problem/m-p/555531#M31477</guid>
      <dc:creator>LeonardoAraújo</dc:creator>
      <dc:date>2021-12-12T00:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: Read the geodatabase release problem</title>
      <link>https://community.esri.com/t5/data-management-questions/read-the-geodatabase-release-problem/m-p/555532#M31478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Tech Support can help you evaluate your options; I suggest you give them a call.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 13:11:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/read-the-geodatabase-release-problem/m-p/555532#M31478</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2013-12-10T13:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: Read the geodatabase release problem</title>
      <link>https://community.esri.com/t5/data-management-questions/read-the-geodatabase-release-problem/m-p/555533#M31479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Leonardo:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; How did you solve this problem finally? I know it's a long time, but we are facing the exact the same error when connecting the gdb while restore it from another instance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; It would be great if you can post the methods how you resolve this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Thank you very much.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="font-color-meta" style="padding: 0 0 5px; font-size: 1.2em; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #8b8b8b; background-color: #e6e6e6;"&gt;&lt;SPAN class="replyToName" style="font-weight: inherit; font-style: inherit; font-size: 15.6000003814697px; font-family: inherit;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="font-color-meta" style="padding: 0 0 5px; font-size: 1.2em; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #8b8b8b; background-color: #e6e6e6;"&gt;&lt;SPAN class="replyToName" style="font-weight: inherit; font-style: inherit; font-size: 15.6000003814697px; font-family: inherit;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2015 03:42:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/read-the-geodatabase-release-problem/m-p/555533#M31479</guid>
      <dc:creator>ChunjieXu1</dc:creator>
      <dc:date>2015-09-24T03:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: Read the geodatabase release problem</title>
      <link>https://community.esri.com/t5/data-management-questions/read-the-geodatabase-release-problem/m-p/555534#M31480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did anyone figure it out?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2018 18:19:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/read-the-geodatabase-release-problem/m-p/555534#M31480</guid>
      <dc:creator>ChelseaRozek</dc:creator>
      <dc:date>2018-10-15T18:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: Read the geodatabase release problem</title>
      <link>https://community.esri.com/t5/data-management-questions/read-the-geodatabase-release-problem/m-p/555535#M31481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Facing exact same error when trying to connect to Oracle geodatabase from ArcCatalog. Error window includes "&lt;STRONG&gt;Failed to connect to the specified server. Do you want to continue?&lt;/STRONG&gt;" along with the error posted.&lt;/P&gt;&lt;P&gt;If this issue&amp;nbsp;got resolved&amp;nbsp;please post how this got resolved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2018 10:21:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/read-the-geodatabase-release-problem/m-p/555535#M31481</guid>
      <dc:creator>PrasannaS</dc:creator>
      <dc:date>2018-12-07T10:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: Read the geodatabase release problem</title>
      <link>https://community.esri.com/t5/data-management-questions/read-the-geodatabase-release-problem/m-p/555536#M31482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ESRI Support ended up directing us to reimage our 32-bit PCs to 64-bit. Whether or not that was the actual issue is still debated, but the reimaging fixed their connection issues.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2018 13:51:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/read-the-geodatabase-release-problem/m-p/555536#M31482</guid>
      <dc:creator>ChelseaRozek</dc:creator>
      <dc:date>2018-12-07T13:51:00Z</dc:date>
    </item>
  </channel>
</rss>

