<?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: Way to find version of SDE in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/way-to-find-version-of-sde/m-p/589226#M33260</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Actually, that table has a history of not being fully modified during upgrade.&amp;nbsp; If you have an&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;older version of ArcSDE that was upgraded from something even earlier, it's doubtful that&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the contents are correct.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The definitive authority on ArcSDE version is the output of the SE_connection_get_release&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;function, which is what is exposed by the 'sdeping' utility of se_toolkit --&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;C:\&amp;gt;sdeping -u ***** -p ***** -i sde_eval93

ArcSDE 9.3 Connection Test Utility&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Fri Apr 30 14:03:04 2010
------------------------------------------------------------------------
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Server: localhost
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Instance: sde_eval93
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Database: eval93
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Username: *****
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RDBMS: PostgreSQL
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Version: 9.3.1
&amp;nbsp;&amp;nbsp;&amp;nbsp; Description: PostgreSQL Build 2784(PostgreSQL)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Build Date: Tue Oct 27 10:51:14&amp;nbsp; 2009
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Release: 93005&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As Eric mentioned, the ArcSDE command-line utilities expose the 'desc' member&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;of the SE_RELEASE structure (which 'sdeping' splits for readability):&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;C:\&amp;gt;sdelayer -o describe -u foo -p ***** -i sde_eval93 -O bar

ArcSDE 9.3.1&amp;nbsp; for PostgreSQL Build 2784 Tue Oct 27 10:51:14&amp;nbsp; 2009
Layer&amp;nbsp;&amp;nbsp;&amp;nbsp; Administration Utility
-----------------------------------------------------
Bar does not own any layers OR user foo does not have access to any of bar's layers.
&lt;/PRE&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 01:18:40 GMT</pubDate>
    <dc:creator>VinceAngelo</dc:creator>
    <dc:date>2021-12-12T01:18:40Z</dc:date>
    <item>
      <title>Way to find version of SDE</title>
      <link>https://community.esri.com/t5/data-management-questions/way-to-find-version-of-sde/m-p/589224#M33258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just wanted to ask, is there an easy way to find out the version of SDE running either from ArcCatalog or just by logging onto Oracle ?&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;FM&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Apr 2010 16:14:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/way-to-find-version-of-sde/m-p/589224#M33258</guid>
      <dc:creator>FarooqMunir</dc:creator>
      <dc:date>2010-04-30T16:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: Way to find version of SDE</title>
      <link>https://community.esri.com/t5/data-management-questions/way-to-find-version-of-sde/m-p/589225#M33259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There is an SDE system table called SDE_version. This table contains all the major, minor and bugfix version numbers. This could be done with a simple query using your RDBMS. Technically you could write a custom command for ArcCatalog that could query this table and display the version information. I think you can also run any of the SDE commands from a DOS prompt and it will display the version number as part of the command syntax. If you are running the SDE command on a different computer then where you have SDE installed you will have to supply the -i parameter.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Apr 2010 16:56:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/way-to-find-version-of-sde/m-p/589225#M33259</guid>
      <dc:creator>EricPaitz</dc:creator>
      <dc:date>2010-04-30T16:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: Way to find version of SDE</title>
      <link>https://community.esri.com/t5/data-management-questions/way-to-find-version-of-sde/m-p/589226#M33260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Actually, that table has a history of not being fully modified during upgrade.&amp;nbsp; If you have an&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;older version of ArcSDE that was upgraded from something even earlier, it's doubtful that&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the contents are correct.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The definitive authority on ArcSDE version is the output of the SE_connection_get_release&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;function, which is what is exposed by the 'sdeping' utility of se_toolkit --&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;C:\&amp;gt;sdeping -u ***** -p ***** -i sde_eval93

ArcSDE 9.3 Connection Test Utility&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Fri Apr 30 14:03:04 2010
------------------------------------------------------------------------
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Server: localhost
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Instance: sde_eval93
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Database: eval93
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Username: *****
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RDBMS: PostgreSQL
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Version: 9.3.1
&amp;nbsp;&amp;nbsp;&amp;nbsp; Description: PostgreSQL Build 2784(PostgreSQL)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Build Date: Tue Oct 27 10:51:14&amp;nbsp; 2009
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Release: 93005&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As Eric mentioned, the ArcSDE command-line utilities expose the 'desc' member&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;of the SE_RELEASE structure (which 'sdeping' splits for readability):&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;C:\&amp;gt;sdelayer -o describe -u foo -p ***** -i sde_eval93 -O bar

ArcSDE 9.3.1&amp;nbsp; for PostgreSQL Build 2784 Tue Oct 27 10:51:14&amp;nbsp; 2009
Layer&amp;nbsp;&amp;nbsp;&amp;nbsp; Administration Utility
-----------------------------------------------------
Bar does not own any layers OR user foo does not have access to any of bar's layers.
&lt;/PRE&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 01:18:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/way-to-find-version-of-sde/m-p/589226#M33260</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2021-12-12T01:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: Way to find version of SDE</title>
      <link>https://community.esri.com/t5/data-management-questions/way-to-find-version-of-sde/m-p/589227#M33261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey Vince, thanks for the correction. Do what he said. &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Apr 2010 17:14:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/way-to-find-version-of-sde/m-p/589227#M33261</guid>
      <dc:creator>EricPaitz</dc:creator>
      <dc:date>2010-04-30T17:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: Way to find version of SDE</title>
      <link>https://community.esri.com/t5/data-management-questions/way-to-find-version-of-sde/m-p/589228#M33262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I would like to be able to use sdeping for ArcSDE 10.1 but I'm not sure that there is an se_toolkit available for this version? If not, is there another way to determine the version of the database (ie what version of ArcGIS was used to create the ordinal geodatabase)? Thanks in advance&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Will&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2012 15:11:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/way-to-find-version-of-sde/m-p/589228#M33262</guid>
      <dc:creator>WillWhite1</dc:creator>
      <dc:date>2012-09-25T15:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: Way to find version of SDE</title>
      <link>https://community.esri.com/t5/data-management-questions/way-to-find-version-of-sde/m-p/589229#M33263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;As posted above, commands like 'sdelayer' report the contents of the SE_RELEASE structure.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;'se_toolkit-10.1' will be released after I work around some new "features" that are causing&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;my regression tests to fail.&amp;nbsp; But 10.0 clients like 'sdeping' are able to connect to 10.1 servers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;so the current se_toolkit-9.3 release for 10.0 should suffice.&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, 25 Sep 2012 15:22:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/way-to-find-version-of-sde/m-p/589229#M33263</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2012-09-25T15:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: Way to find version of SDE</title>
      <link>https://community.esri.com/t5/data-management-questions/way-to-find-version-of-sde/m-p/589230#M33264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;As posted above, commands like 'sdelayer' report the contents of the SE_RELEASE structure.&lt;BR /&gt;&lt;BR /&gt;'se_toolkit-10.1' will be released after I work around some new "features" that are causing&lt;BR /&gt;my regression tests to fail.&amp;nbsp; But 10.0 clients like 'sdeping' are able to connect to 10.1 servers,&lt;BR /&gt;so the current se_toolkit-9.3 release for 10.0 should suffice.&lt;BR /&gt;&lt;BR /&gt;- V&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Great - thanks for the information.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Will&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 11:10:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/way-to-find-version-of-sde/m-p/589230#M33264</guid>
      <dc:creator>WillWhite1</dc:creator>
      <dc:date>2012-09-26T11:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: Way to find version of SDE</title>
      <link>https://community.esri.com/t5/data-management-questions/way-to-find-version-of-sde/m-p/589231#M33265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;For almost all use cases you should be able to use python to get at the information you are looking for. Take a look at the workspace describe properties:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Workspace_properties/018v0000002v000000/"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#/Workspace_properties/018v0000002v000000&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Use the release property to find the geodatabase release:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;arcpy.Describe('Database Connections\\test.sde).release&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Use the currentRelease property to find out if the geodatabase is current:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;arcpy.Describe('Database Connections\\test.sde).currentRelease&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With service pack updates the geodatabase version typically does not change but we do sometimes update geodatabase internals such as stored procedures. You can use the currentRelease property to determine if stored procedures may have been updated at the service pack and thus need to be updated on your server. The currentRelease property compares the version of Desktop (or Server) you are using to run Python to the geodatabase you are describing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2012 16:56:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/way-to-find-version-of-sde/m-p/589231#M33265</guid>
      <dc:creator>RussellBrennan</dc:creator>
      <dc:date>2012-09-27T16:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: Way to find version of SDE</title>
      <link>https://community.esri.com/t5/data-management-questions/way-to-find-version-of-sde/m-p/589232#M33266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I believe the steps above give the version of the geodatabase installed.&amp;nbsp; Is there a way to check the version of ArcSDE itself?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2012 17:19:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/way-to-find-version-of-sde/m-p/589232#M33266</guid>
      <dc:creator>SachinChand</dc:creator>
      <dc:date>2012-11-15T17:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: Way to find version of SDE</title>
      <link>https://community.esri.com/t5/data-management-questions/way-to-find-version-of-sde/m-p/589233#M33267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There shouldn't ever be a difference between the version of the geodatabase and the ArcSDE&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;in which it lives.&amp;nbsp; And the client ArcSDE should always be the version of the ArcGIS client.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2012 17:30:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/way-to-find-version-of-sde/m-p/589233#M33267</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2012-11-15T17:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: Way to find version of SDE</title>
      <link>https://community.esri.com/t5/data-management-questions/way-to-find-version-of-sde/m-p/589234#M33268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Vince, thanks for the quick response.&amp;nbsp; What about an instance where all versions are 10.&amp;nbsp; ArcGIS Desktop is then updated to v10.1.&amp;nbsp; From desktop, the sde geodatabase is upgraded to v10.1 which would still leave ArcSDE at v10.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2012 17:54:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/way-to-find-version-of-sde/m-p/589234#M33268</guid>
      <dc:creator>SachinChand</dc:creator>
      <dc:date>2012-11-15T17:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: Way to find version of SDE</title>
      <link>https://community.esri.com/t5/data-management-questions/way-to-find-version-of-sde/m-p/589235#M33269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No, after you upgrade the geodatabase, the SDE is at that level.&amp;nbsp; If you have an application&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;service, and you fail to delete and recreate it, that's an error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2012 18:10:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/way-to-find-version-of-sde/m-p/589235#M33269</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2012-11-15T18:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: Way to find version of SDE</title>
      <link>https://community.esri.com/t5/data-management-questions/way-to-find-version-of-sde/m-p/589236#M33270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok, so with the scenario I presented, an sde service would need to be recreated, understood.&amp;nbsp; Direct connect should work fine though (after upgrading the geodatabase to v10.1 using desktopv10.1), right.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2012 18:29:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/way-to-find-version-of-sde/m-p/589236#M33270</guid>
      <dc:creator>SachinChand</dc:creator>
      <dc:date>2012-11-15T18:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: Way to find version of SDE</title>
      <link>https://community.esri.com/t5/data-management-questions/way-to-find-version-of-sde/m-p/589237#M33271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Correct.&amp;nbsp; Direct Connect is its own ArcSDE server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2012 18:40:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/way-to-find-version-of-sde/m-p/589237#M33271</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2012-11-15T18:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: Way to find version of SDE</title>
      <link>https://community.esri.com/t5/data-management-questions/way-to-find-version-of-sde/m-p/589238#M33272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the clarifications!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2012 18:46:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/way-to-find-version-of-sde/m-p/589238#M33272</guid>
      <dc:creator>SachinChand</dc:creator>
      <dc:date>2012-11-15T18:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: Way to find version of SDE</title>
      <link>https://community.esri.com/t5/data-management-questions/way-to-find-version-of-sde/m-p/589239#M33273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Please start new questions in a new thread.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Views are just views; there's nothing release-specific about a view.&amp;nbsp; Any necessary changes would &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;either happen to the underlying ST_GEOMETRY object, or to the base table's triggers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2012 12:52:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/way-to-find-version-of-sde/m-p/589239#M33273</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2012-12-07T12:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: Way to find version of SDE</title>
      <link>https://community.esri.com/t5/data-management-questions/way-to-find-version-of-sde/m-p/1174914#M44039</link>
      <description>&lt;P&gt;sqlplus sde/password;&lt;/P&gt;&lt;P&gt;select all from sde.version;&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 01:42:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/way-to-find-version-of-sde/m-p/1174914#M44039</guid>
      <dc:creator>NorlizaAbdul_Rahman</dc:creator>
      <dc:date>2022-05-18T01:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: Way to find version of SDE</title>
      <link>https://community.esri.com/t5/data-management-questions/way-to-find-version-of-sde/m-p/1174923#M44040</link>
      <description>&lt;P&gt;I was able to use that query from a user/schema/owner &lt;EM&gt;other&lt;/EM&gt; than SDE (a ROADS user):&lt;/P&gt;&lt;PRE&gt;--Oracle 18c&lt;BR /&gt;select &lt;FONT face="arial black,avant garde" size="5"&gt;&lt;STRONG&gt;*&lt;/STRONG&gt;&lt;/FONT&gt; from sde.version;&lt;/PRE&gt;&lt;P&gt;It produced the correct information.&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 02:40:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/way-to-find-version-of-sde/m-p/1174923#M44040</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2022-05-18T02:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: Way to find version of SDE</title>
      <link>https://community.esri.com/t5/data-management-questions/way-to-find-version-of-sde/m-p/1525662#M45349</link>
      <description>&lt;P&gt;This worked for me. Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2024 11:40:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/way-to-find-version-of-sde/m-p/1525662#M45349</guid>
      <dc:creator>arahman_mdmajid</dc:creator>
      <dc:date>2024-08-22T11:40:50Z</dc:date>
    </item>
  </channel>
</rss>

