<?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: Schema out of date 10.7 client to 10.3.1 SDE Oracle 12c in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/schema-out-of-date-10-7-client-to-10-3-1-sde/m-p/210587#M12092</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does the user only have select privileges on the data that throws the error?&amp;nbsp; Have you tried granting the user additional privileges to see if you can get past this error?&amp;nbsp; I know from experience that privileges that worked in older GIS versions did not work in newer versions and my org needed to grant some additional privileges.&amp;nbsp; Not saying it will solve the problem, but something to check.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Jun 2019 19:24:57 GMT</pubDate>
    <dc:creator>MichaelVolz</dc:creator>
    <dc:date>2019-06-13T19:24:57Z</dc:date>
    <item>
      <title>Schema out of date 10.7 client to 10.3.1 SDE Oracle 12c</title>
      <link>https://community.esri.com/t5/data-management-questions/schema-out-of-date-10-7-client-to-10-3-1-sde/m-p/210578#M12083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My organization is planning to update all Arcgis Software from 10.3.1 to 10.7. I'm currently testing the 10.7 products and I've run into an error with using a small number of tables from my Enterprise Geodatabase from ArcCatalog 10.7 and Arcgis Server 10.7&lt;/P&gt;&lt;P&gt;When I try to get the properties of this table in ArcCatalog, I get a message: Schema out of date, Retry as owner or sdeadmin [THEMA_BAG.VBO_ADRESSEN][STATEID = 90368]&lt;/P&gt;&lt;P&gt;From Arcgis Server I get:&lt;/P&gt;&lt;P&gt;WARNING May 20, 2019, 12:01:54 AM The Layer:'Verblijfsobjecten' in Map:'Layers' is invalid. The base table definition string "THEMA_BAG.VBO_ADRESSEN" is invalid. Schema is out of date, Retry as owner or sdeadmin [THEMA_BAG.VBO_ADRESSEN][STATE_ID = 90368]. Geodiensten/Externe_Data.MapServer&amp;nbsp;&lt;/P&gt;&lt;P&gt;Arcgis Server was installed with 10.3.1 and the mapservice was created using a 10.3.1 client, after installing and creating the mapservices, I upgraded to 10.7&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I run this code in Arcpy from ArcCatalog 10.7:&lt;BR /&gt; fields = arcpy.ListFields(r"E:\SDE\geodiensten_view@barp.sde\&lt;SPAN&gt;THEMA_BAG.VBO_ADRESSEN'&lt;/SPAN&gt;)&lt;BR /&gt;print (str(len(fields))), I get 0, so Arcpy can see the table, but it cannot get the fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arcmap, ArcCatalog and Arcgis Server 10.3.1 can use the table without any error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Enterprise geodatabase contains 1000+ Featureclass, most of them can be used with 10.7 without any problem, there are only around 10 tables which result in the same error and 0 arcpy fields.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The user has only select on the table in both cases.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use Oracle&amp;nbsp;12c&amp;nbsp;12.1.0.2.0&lt;/P&gt;&lt;P&gt;Running this code with ArcCatalog 10.3.1 gives:&lt;/P&gt;&lt;P style="margin-left: 5.0pt; text-indent: -5.0pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black;"&gt;&amp;gt;&amp;gt;&amp;gt; desc= arcpy.Describe('E:\SDE\geodiensten_view@barp.sde')&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: 5.0pt; text-indent: -5.0pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black;"&gt;&amp;gt;&amp;gt;&amp;gt; desc.currentRelease&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: 5.0pt; text-indent: -5.0pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: #9c9c9c;"&gt;True&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; color: black;"&gt;&amp;gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Normally, when I get this error, I would use Schema owner to connect in ArcCatalog and hit the table to fix the Schema out of date, but I do this with both client and SDE at the same version.&lt;/P&gt;&lt;P&gt;In this case I'm afraid I might break something on the 10.3.1 side when I use the Schema owner on ArcCatalog 10.7 to connect to this table. The Enterprise Geodatabase contains 1TB+ of data, so restoring the database from backup after I break something is possible, but time consuming.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my question is: can I solve this Schema out of date with a 10.7 ArcCatalog and is it safe to do for the exiting 10.3.1 clients?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 May 2019 11:11:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/schema-out-of-date-10-7-client-to-10-3-1-sde/m-p/210578#M12083</guid>
      <dc:creator>JoëlHempenius3</dc:creator>
      <dc:date>2019-05-20T11:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: Schema out of date 10.7 client to 10.3.1 SDE Oracle 12c</title>
      <link>https://community.esri.com/t5/data-management-questions/schema-out-of-date-10-7-client-to-10-3-1-sde/m-p/210579#M12084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="This may make your date unsuable by 10.3 configured products" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/447983_Capture.PNG" /&gt;&lt;/P&gt;&lt;P&gt;Right click on the database in Catalog and upgrade the database to 10.7&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 May 2019 13:48:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/schema-out-of-date-10-7-client-to-10-3-1-sde/m-p/210579#M12084</guid>
      <dc:creator>RobertBorchert</dc:creator>
      <dc:date>2019-05-20T13:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: Schema out of date 10.7 client to 10.3.1 SDE Oracle 12c</title>
      <link>https://community.esri.com/t5/data-management-questions/schema-out-of-date-10-7-client-to-10-3-1-sde/m-p/210580#M12085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That will definitly break things according to this page:&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/manage-data/geodatabases/client-geodatabase-compatibility.htm"&gt;http://desktop.arcgis.com/en/arcmap/latest/manage-data/geodatabases/client-geodatabase-compatibility.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Until I've updated all my 10.3.1, I cannot update to SDE 10.7&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 May 2019 14:19:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/schema-out-of-date-10-7-client-to-10-3-1-sde/m-p/210580#M12085</guid>
      <dc:creator>JoëlHempenius3</dc:creator>
      <dc:date>2019-05-20T14:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: Schema out of date 10.7 client to 10.3.1 SDE Oracle 12c</title>
      <link>https://community.esri.com/t5/data-management-questions/schema-out-of-date-10-7-client-to-10-3-1-sde/m-p/210581#M12086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would suggest creating a 10.7 SDE database (as a copy of your 10.3.1 data) load it up and then see if it works.&amp;nbsp; Using copy's of your 10.3.1 mxd's or pro projects. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Personally we are holding off on the upgrade until 10.7.1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 May 2019 14:24:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/schema-out-of-date-10-7-client-to-10-3-1-sde/m-p/210581#M12086</guid>
      <dc:creator>RobertBorchert</dc:creator>
      <dc:date>2019-05-20T14:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: Schema out of date 10.7 client to 10.3.1 SDE Oracle 12c</title>
      <link>https://community.esri.com/t5/data-management-questions/schema-out-of-date-10-7-client-to-10-3-1-sde/m-p/210582#M12087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No I'm afraid that is not an option for me, because I need to have 10.3.1 Enterprise Geodatabase working with 10.7 clients. According to the linked page, a 10.3.1 client cannot use a 10.7 Enterprise Geodatabase, so this Enterprise Geodatabase upgrade has to be done after all clients are upgraded. Therefore, I will have a month between client upgrade and Enterprise Geodatabase upgrade and during this, these tables must be available.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 May 2019 14:32:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/schema-out-of-date-10-7-client-to-10-3-1-sde/m-p/210582#M12087</guid>
      <dc:creator>JoëlHempenius3</dc:creator>
      <dc:date>2019-05-20T14:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Schema out of date 10.7 client to 10.3.1 SDE Oracle 12c</title>
      <link>https://community.esri.com/t5/data-management-questions/schema-out-of-date-10-7-client-to-10-3-1-sde/m-p/210583#M12088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ouch,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck. Fortunately we only have 6 licenses to worry about and five of us are on the same work group and the 6th is fully onboard.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 May 2019 14:58:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/schema-out-of-date-10-7-client-to-10-3-1-sde/m-p/210583#M12088</guid>
      <dc:creator>RobertBorchert</dc:creator>
      <dc:date>2019-05-20T14:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: Schema out of date 10.7 client to 10.3.1 SDE Oracle 12c</title>
      <link>https://community.esri.com/t5/data-management-questions/schema-out-of-date-10-7-client-to-10-3-1-sde/m-p/210584#M12089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="link-titled" href="https://support.esri.com/en/technical-article/000007970" title="https://support.esri.com/en/technical-article/000007970"&gt;Error: Schema is out of date, retry as owner or sdeadmin&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you normally modify the schema from the DBMS end?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you can check and compare the schema from DBMS side and ArcCatalog 10.3.1 side, to check if there were schema changes. Though, you mentioned that ArcGIS 10.3.1 can work with these tables just fine. Still worth a check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We normally use a Testing instance, to check everything is in order before such migration\upgrades. You could probably do the same. Maybe, just backup one or two of those problematic tables and experiment with that only.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2019 05:08:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/schema-out-of-date-10-7-client-to-10-3-1-sde/m-p/210584#M12089</guid>
      <dc:creator>Asrujit_SenGupta</dc:creator>
      <dc:date>2019-05-21T05:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: Schema out of date 10.7 client to 10.3.1 SDE Oracle 12c</title>
      <link>https://community.esri.com/t5/data-management-questions/schema-out-of-date-10-7-client-to-10-3-1-sde/m-p/210585#M12090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a DTAP for the Oracle Database, but I also have 50+ developers who cannot work when I break things in these databases, so I have to be very careful here. I will get another database for this upgrade, but this takes a lot of time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2019 05:59:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/schema-out-of-date-10-7-client-to-10-3-1-sde/m-p/210585#M12090</guid>
      <dc:creator>JoëlHempenius3</dc:creator>
      <dc:date>2019-05-21T05:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: Schema out of date 10.7 client to 10.3.1 SDE Oracle 12c</title>
      <link>https://community.esri.com/t5/data-management-questions/schema-out-of-date-10-7-client-to-10-3-1-sde/m-p/210586#M12091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Joël,&lt;/P&gt;&lt;P&gt;Did you find a solution to this problem?&amp;nbsp; I just ran into this issue today, connecting from Desktop 10.6.1 to SDE 10.4.1 on Oracle.&amp;nbsp; Most layers are fine but there are a few that throw the Schema out of date error.&amp;nbsp; The&amp;nbsp;state_id is different though - I'm getting 14670.&amp;nbsp; Our DBA has connected to the problem layers as the schema owner and they draw fine for him.&amp;nbsp; They also draw fine for me using the exact same .mxd file from ArcCatalog 10.5.1.&lt;/P&gt;&lt;P&gt;I did notice that when looking at the problem layers properties in ArcMap, the connection details were different from the other layers even though they were all added through the same database connection file (.sde).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2019 19:17:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/schema-out-of-date-10-7-client-to-10-3-1-sde/m-p/210586#M12091</guid>
      <dc:creator>PeterHanmore</dc:creator>
      <dc:date>2019-06-13T19:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: Schema out of date 10.7 client to 10.3.1 SDE Oracle 12c</title>
      <link>https://community.esri.com/t5/data-management-questions/schema-out-of-date-10-7-client-to-10-3-1-sde/m-p/210587#M12092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does the user only have select privileges on the data that throws the error?&amp;nbsp; Have you tried granting the user additional privileges to see if you can get past this error?&amp;nbsp; I know from experience that privileges that worked in older GIS versions did not work in newer versions and my org needed to grant some additional privileges.&amp;nbsp; Not saying it will solve the problem, but something to check.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2019 19:24:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/schema-out-of-date-10-7-client-to-10-3-1-sde/m-p/210587#M12092</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2019-06-13T19:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: Schema out of date 10.7 client to 10.3.1 SDE Oracle 12c</title>
      <link>https://community.esri.com/t5/data-management-questions/schema-out-of-date-10-7-client-to-10-3-1-sde/m-p/210588#M12093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have not asked our DBA to change any permissions up until now.&amp;nbsp; The vast majority of layers in the schema will draw just fine and they all have been granted the same Oracle role (it is a read only role) so I'm not sure that that is the issue but it's worth checking.&lt;BR /&gt;Do you recall what additional privileges you had to grant?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2019 19:33:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/schema-out-of-date-10-7-client-to-10-3-1-sde/m-p/210588#M12093</guid>
      <dc:creator>PeterHanmore</dc:creator>
      <dc:date>2019-06-13T19:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: Schema out of date 10.7 client to 10.3.1 SDE Oracle 12c</title>
      <link>https://community.esri.com/t5/data-management-questions/schema-out-of-date-10-7-client-to-10-3-1-sde/m-p/210589#M12094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See if this thread provides any insight into the issue you are seeing:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.esri.com/message/680816-desktop-client-issues-in-105-when-using-oracle-sde-database"&gt;https://community.esri.com/message/680816-desktop-client-issues-in-105-when-using-oracle-sde-database&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2019 19:44:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/schema-out-of-date-10-7-client-to-10-3-1-sde/m-p/210589#M12094</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2019-06-13T19:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: Schema out of date 10.7 client to 10.3.1 SDE Oracle 12c</title>
      <link>https://community.esri.com/t5/data-management-questions/schema-out-of-date-10-7-client-to-10-3-1-sde/m-p/210590#M12095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes,&amp;nbsp;&lt;/P&gt;&lt;P&gt;My local support team asked me to create a query layer of this oracle table and in this process I could not use the ID field als objectid. So there was something wrong with the ID field. The problem was that the ID field was a NUMBER type and this should be NUMBER(38,0) in Oracle. After this was fixed, the error messages disappeared in 10.7&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jun 2019 05:12:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/schema-out-of-date-10-7-client-to-10-3-1-sde/m-p/210590#M12095</guid>
      <dc:creator>JoëlHempenius3</dc:creator>
      <dc:date>2019-06-14T05:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: Schema out of date 10.7 client to 10.3.1 SDE Oracle 12c</title>
      <link>https://community.esri.com/t5/data-management-questions/schema-out-of-date-10-7-client-to-10-3-1-sde/m-p/210591#M12096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So when you created the query layer you added an additional field in Oracle that was defined as number (38,0)?&amp;nbsp; This step solved the original problem that you were facing of schema out of date?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jun 2019 10:58:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/schema-out-of-date-10-7-client-to-10-3-1-sde/m-p/210591#M12096</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2019-06-14T10:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: Schema out of date 10.7 client to 10.3.1 SDE Oracle 12c</title>
      <link>https://community.esri.com/t5/data-management-questions/schema-out-of-date-10-7-client-to-10-3-1-sde/m-p/210592#M12097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, I did not create the query layer, because it triggered to look into the data type of this column. A Oracle specialist created a new column with NUMBER (38,0), copied the ID column values into the new column and renamed both columns so the ID column had the NUMBER (38,0) and then I fixed the schema out of date when I connected to this table with schema owner.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jun 2019 11:19:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/schema-out-of-date-10-7-client-to-10-3-1-sde/m-p/210592#M12097</guid>
      <dc:creator>JoëlHempenius3</dc:creator>
      <dc:date>2019-06-14T11:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: Schema out of date 10.7 client to 10.3.1 SDE Oracle 12c</title>
      <link>https://community.esri.com/t5/data-management-questions/schema-out-of-date-10-7-client-to-10-3-1-sde/m-p/210593#M12098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So if new records get added to this database table will you need a script that will create these values in this new field in order to avoid this error in the future?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried to perform a subquery (query of a query) on this query layer and then try sorting the query layer?&amp;nbsp; This is an issue I have encountered, but it seems like the new field you created might avoid this scenario.&amp;nbsp; In our scenario we used WireShark to determine that the SQL statement being sent to the Oracle database was being truncated so sorting of a subquery was failing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jun 2019 12:32:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/schema-out-of-date-10-7-client-to-10-3-1-sde/m-p/210593#M12098</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2019-06-14T12:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: Schema out of date 10.7 client to 10.3.1 SDE Oracle 12c</title>
      <link>https://community.esri.com/t5/data-management-questions/schema-out-of-date-10-7-client-to-10-3-1-sde/m-p/210594#M12099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do note that the OBJECTID field added by e.g. the &lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/add-incrementing-id-field.htm"&gt;Add Incrementing ID Field&lt;/A&gt; tool (that can be used against tables &lt;EM&gt;&lt;STRONG&gt;not&lt;/STRONG&gt; registered with a geodatabase&lt;/EM&gt; to create a unique ID field), will normally also create a database sequence on the same field, to auto-update the objectids whenever data is added to the same table. So simply copying existing data from another OBJECTID field to a newly created field, is not the same if you do not manually also add such a sequence to the new field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jun 2019 13:56:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/schema-out-of-date-10-7-client-to-10-3-1-sde/m-p/210594#M12099</guid>
      <dc:creator>MarcoBoeringa</dc:creator>
      <dc:date>2019-06-14T13:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: Schema out of date 10.7 client to 10.3.1 SDE Oracle 12c</title>
      <link>https://community.esri.com/t5/data-management-questions/schema-out-of-date-10-7-client-to-10-3-1-sde/m-p/210595#M12100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;BR /&gt;I had a similar problem with Arc* Clients (Versions 10.6.1 and 10.2.1) and Geodatabase 10.2.1 in Oracle 12.2.&lt;BR /&gt;We too have 1000+ feature classes and 350 registered views, created mostly with the old sdetools.&lt;BR /&gt;A few of them make problems with "schema out of date...", opening the view as owner + OK or recreating the view and new registration didn't help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At least for one view I found the reason:&lt;BR /&gt;There was a difference in string lengths between Oracle data dictionary and SDE Repository.&lt;BR /&gt;The reason was a column with a string concatenation which included an implicit date to string conversion.&lt;BR /&gt;The result differed between languages (we use german clients and english servers), therefore the stored column details in SDE were different to the column as seen in the client.&lt;BR /&gt;For the analysis I needed days, but the solution was simple:&lt;BR /&gt;I added an explicit format in the expression, so Oracle data dictionary and SDE repository are always consistent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my case I had to drop/recreate the view and register it with 10.6.1, since registering views in 10.2.1 with arcpy isn't possible.&lt;BR /&gt;see https://community.esri.com/thread/210919-unregistering-a-spatial-view&lt;BR /&gt;Until now I only tried it in my testing environment, I am also waiting for an answer from ESRI/Partner about using a newer ArcCatalog for administration of an older Geodatabase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my SQL to select registered tables/views with different character string lengths:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from (&lt;BR /&gt;select c.owner,c.table_name,c.column_name,c.sde_type,c.column_size,d.data_type,d.data_length&lt;BR /&gt;from dba_tab_columns d, sde.column_registry c&lt;BR /&gt;where c.owner=d.owner and c.table_name=d.table_name and c.column_name=d.column_name&lt;BR /&gt;) &lt;BR /&gt;where column_size &amp;lt;&amp;gt; data_length &lt;BR /&gt;and&amp;nbsp;&amp;nbsp; data_type in ('VARCHAR2','NVARCHAR2')&lt;BR /&gt;and&amp;nbsp;&amp;nbsp; owner &amp;lt;&amp;gt; 'SDE'&lt;BR /&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2019 15:08:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/schema-out-of-date-10-7-client-to-10-3-1-sde/m-p/210595#M12100</guid>
      <dc:creator>ReinholdSchnizer</dc:creator>
      <dc:date>2019-07-09T15:08:34Z</dc:date>
    </item>
  </channel>
</rss>

