<?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: user-schema geodatabase deprecation in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/user-schema-geodatabase-deprecation/m-p/1338950#M37474</link>
    <description>&lt;P&gt;&lt;STRONG&gt;How else do I know that there is no user-schema geodatabases?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[Marcelo]: Run &lt;STRONG&gt;"select * from sde.instances;"&lt;/STRONG&gt; if returns only the "SDE master" then you do not have any User-Schema Geodatabases.&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;I can see different schemas in arcgis pro catalog when i connected as different schema owners sde connection file. and the tables in each schema are prefixed by schema name.&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;[Marcelo]: this only means that you have multiple data owner users in the sde master geodatabase, it does not mean that you have user-schema geodatabases. This is a known best practice configuration to separate different data models. You have a geodatabase connection file for each data owner user and if you check the geodatabae connection properties you will see that the default sde version is SDE.DEFAULT meaning you are connecting&amp;nbsp;to the SDE master. The Geodatabase can have multiple data owner users, but sometimes it makes more sense to separate into different geodatabases depending on the geodatabase versioning strategy and how the data will be accessed, edited, and consumed. There is no one rule fits all, this is a design preference, but if you visit my community.esri.com blog you will see that I recommend creating a geodatabase for each data model for different cartographic&amp;nbsp;scales and one geodatabase for each ArcGIS Product workspace like ArcGIS Data Reviewer, ArcGIS Workflow Manager, etc., etc.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;May I know why are you recommending option 3?&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[Marcelo]: Oracle introduced the multi-tenant architecture in 12c, the Container Database CDB and Pluggable Databases PDB's.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In 12c and 19c we can still create Non-CDBs and CDBs.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Non CDB is the traditional&amp;nbsp;standalone Oracle Instance, that is not Multi-Tenant.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In 21c and 23c we are able to only create CDBs going forward.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Therefore,&lt;SPAN&gt;&amp;nbsp;customers need to move to CDBs and learn how to use Multi-Tenant and Pluggable Databases.&lt;BR /&gt;&lt;BR /&gt;Oracle SE - Standard Editon License - up to 3 PDBs in the CDB&lt;BR /&gt;Oracle EE - Enterprise Edition License - 252 PDBs in the CDB&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Oracle EE - Enterprise Edition License + Multi-Tenant&amp;nbsp;License - 4096 PDBs in the CDB&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Read more here:&amp;nbsp; 19c&amp;nbsp;&lt;A href="https://docs.oracle.com/en/database/oracle/oracle-database/19/dblic/Licensing-Information.html#GUID-B6113390-9586-46D7-9008-DCC9EDA45AB4" target="_blank" rel="noopener"&gt;Licensing Information (oracle.com)&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;19c is still the long-term&amp;nbsp;release till 23c is released by the end of this year 2023.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;23c will be the new long-term&amp;nbsp;release.&lt;BR /&gt;&lt;BR /&gt;19c is certified and supported with ArcGIS Pro 3.1 and ArcGIS Enterprise 11.1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;23c will only be supported in a future release of ArcGIS.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I hope this clarifies your questions.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 18 Oct 2023 15:01:13 GMT</pubDate>
    <dc:creator>MarceloMarques</dc:creator>
    <dc:date>2023-10-18T15:01:13Z</dc:date>
    <item>
      <title>user-schema geodatabase deprecation</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/user-schema-geodatabase-deprecation/m-p/1338147#M37435</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;We have Arcgis Enterprise 10.8.1 with Oracle geodatabase.&lt;/P&gt;&lt;P&gt;It has several user-schema geodatabases with existing database users.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;I want to move the data from the user-schema geodatabases into the sde geodatabase.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;From arcgis pro , I connected to userschema geodatabase as a schema user. and connected to sde schema as a sde user.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;Can I copy data from&amp;nbsp;&lt;/FONT&gt;&lt;SPAN&gt;user-schema geodatabases and paste into the sde geodatabase.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;Is this process correct?&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;If I have ABC user with ABC schema. I just copy the data into SDE schema. and then assign the privileges to ABC user?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;I find the esri documentation confusing. why esri doesn’t make it clear ?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;why there is a need to create a new database user if one already exists ?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;If there is no user schema , how do we distinguish between different users or type of data?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;How does users access their data only and not being able to edit others data?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;Is there any issues with all the users data owned by SDE?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;Thanks&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2023 11:00:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/user-schema-geodatabase-deprecation/m-p/1338147#M37435</guid>
      <dc:creator>coolgis</dc:creator>
      <dc:date>2023-10-16T11:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: user-schema geodatabase deprecation</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/user-schema-geodatabase-deprecation/m-p/1338153#M37437</link>
      <description>&lt;P&gt;&lt;STRIKE&gt;You can create a user schema within the main Oracle SDE geodatabase (i.e., DATA / GIS / Whatever). Then copy data in as that schema that you just created.&lt;/STRIKE&gt;&lt;BR /&gt;&lt;BR /&gt;There are multiple options provided that you can do for the migration of the user-schema geodatabases:&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/manage-oracle/migrate-user-schema-geodatabases.htm" target="_blank" rel="noopener"&gt;https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/manage-oracle/migrate-user-schema-geodatabases.htm&lt;/A&gt;&amp;nbsp;as you noted.&lt;BR /&gt;&lt;BR /&gt;What do you have in your instances tables in the SDE schema?&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;This will show how many user schema EGDB's are present.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2023 16:32:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/user-schema-geodatabase-deprecation/m-p/1338153#M37437</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2023-10-16T16:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: user-schema geodatabase deprecation</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/user-schema-geodatabase-deprecation/m-p/1338277#M37452</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/7880"&gt;@MarceloMarques&lt;/a&gt;&amp;nbsp;anything to add here?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2023 16:24:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/user-schema-geodatabase-deprecation/m-p/1338277#M37452</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2023-10-16T16:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: user-schema geodatabase deprecation</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/user-schema-geodatabase-deprecation/m-p/1338281#M37453</link>
      <description>&lt;P&gt;The Esri User-Schema Geodatabase is now deprecated in the Oracle database.&lt;/P&gt;&lt;P&gt;You need to use Oracle Pluggable Databases going forward for consolidation.&lt;/P&gt;&lt;P&gt;Consolidation = 1 Oracle Database Instance hosts many Esri Geodatabases.&lt;BR /&gt;&lt;BR /&gt;There is no automatic migration path from User-Schema Geodatabases.&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/manage-oracle/migrate-user-schema-geodatabases.htm" target="_blank" rel="noopener"&gt;Move user-schema geodatabases to stand-alone geodatabases in Oracle—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You cannot just copy the data from the User-Schema Geodatabase into the SDE Master Geodatabase because your Geodatabase Repository will still be an User-Schema Geodatabase.&lt;/P&gt;&lt;P&gt;You need to create a new Oracle CDB Container Database Instance, then create Pluggable Databases PDBs in the CDB.&lt;/P&gt;&lt;P&gt;Each PDB will be an Esri Geodatabase.&lt;/P&gt;&lt;P&gt;Then you need to create the sde user and create the Geodatabase Repository in the PDB, next create data owner users, and then use ArcGIS Pro to copy the data from the old User-Schema Geodatabase into the new Geodatabase.&lt;/P&gt;&lt;P&gt;You can find my database template scripts and more information in the links below.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/mapping-and-charting-enterprise-databases/mapping-and-charting-solutions-mcs-enterprise/ba-p/893351" target="_blank" rel="noopener"&gt;community.esri.com - Mapping and Charting Solutions (MCS) Enterprise Databases Best Practices&lt;/A&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://community.esri.com/t5/mapping-and-charting-enterprise-databases/mapping-and-charting-solutions-mcs-enterprise/ba-p/893351#toc-hId--1336696408" target="_blank" rel="nofollow noopener noreferrer"&gt;Database Connections Best Practices&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Tip :&lt;/STRONG&gt; read the Production Mapping Guide Book for Oracle, those are generic and the best practices can be applied to any industry, and you can download my database template scripts for Oracle, the scripts show in detail how to setup the Oracle CDB, PDB, sde repository, data owner users, and editor and viewer users.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I hope this clarifies your question.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2023 16:37:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/user-schema-geodatabase-deprecation/m-p/1338281#M37453</guid>
      <dc:creator>MarceloMarques</dc:creator>
      <dc:date>2023-10-16T16:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: user-schema geodatabase deprecation</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/user-schema-geodatabase-deprecation/m-p/1338513#M37461</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/567"&gt;@George_Thompson&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/7880"&gt;@MarceloMarques&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/567"&gt;@George_Thompson&lt;/a&gt;&amp;nbsp; Instances table in sde master schema database shows only one row with SDE.&lt;/P&gt;&lt;P&gt;Should this have all other user schema geodatabases listed here?&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/7880"&gt;@MarceloMarques&lt;/a&gt;&amp;nbsp;Esri documentation doesn’t mention that new database is required. Which should be clearly mentioned. I will have a look at your scripts later. Its much more advanced level than me. I want to use simple frontend tools to do the job.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2023 08:25:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/user-schema-geodatabase-deprecation/m-p/1338513#M37461</guid>
      <dc:creator>coolgis</dc:creator>
      <dc:date>2023-10-17T08:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: user-schema geodatabase deprecation</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/user-schema-geodatabase-deprecation/m-p/1338543#M37463</link>
      <description>&lt;P&gt;Then you may not have user schema geodatabases configured right now. I believe that if you have them configured, the other geodatabases would be listed there.&lt;BR /&gt;&lt;BR /&gt;I have to admit, it has been a while since I used a user-schema Oracle geodatabase.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2023 11:23:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/user-schema-geodatabase-deprecation/m-p/1338543#M37463</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2023-10-17T11:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: user-schema geodatabase deprecation</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/user-schema-geodatabase-deprecation/m-p/1338724#M37469</link>
      <description>&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/manage-oracle/migrate-user-schema-geodatabases.htm" target="_blank" rel="noopener nofollow noreferrer"&gt;Move user-schema geodatabases to stand-alone geodatabases in Oracle—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;the documentation mentions 3 options:&lt;/P&gt;&lt;P&gt;1. Move the data from the user-schema geodatabases into the sde geodatabase&lt;BR /&gt;2. Move all user-schema and sde geodatabase data to a new geodatabase&lt;BR /&gt;3. Move each user-schema geodatabase into its own stand-alone geodatabase&lt;BR /&gt;&lt;BR /&gt;I recommend using the 3rd option and move to an Oracle Container Database and Oracle Pluggable Databases, each Pluggable Database is a Geodatabase.&lt;/P&gt;&lt;P&gt;I hope this clarifies.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2023 16:54:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/user-schema-geodatabase-deprecation/m-p/1338724#M37469</guid>
      <dc:creator>MarceloMarques</dc:creator>
      <dc:date>2023-10-17T16:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: user-schema geodatabase deprecation</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/user-schema-geodatabase-deprecation/m-p/1338942#M37472</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/567"&gt;@George_Thompson&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/7880"&gt;@MarceloMarques&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I checked both test and prod Oracle database Instances table and they have only one SDE row.&lt;/P&gt;&lt;P&gt;How else do I know that there is no user-schema geodatabases?&lt;/P&gt;&lt;P&gt;I can see different schemas in arcgis pro catalog when i connected as different schema owners sde connection file. and the tables in each schema are prefixed by schema name.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/7880"&gt;@MarceloMarques&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If these user-schema geodatabases exist. I was planning to use option1.&lt;/P&gt;&lt;P&gt;Create new Oracle DB first as you recommended. Then create SDE geodatabase.&lt;/P&gt;&lt;P&gt;Then move the data into SDE and then assign the privileges to the DB users.&lt;/P&gt;&lt;P&gt;May I know why are you recommending option 3?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does this increase the Oracle cost?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2023 23:00:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/user-schema-geodatabase-deprecation/m-p/1338942#M37472</guid>
      <dc:creator>coolgis</dc:creator>
      <dc:date>2023-10-17T23:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: user-schema geodatabase deprecation</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/user-schema-geodatabase-deprecation/m-p/1338950#M37474</link>
      <description>&lt;P&gt;&lt;STRONG&gt;How else do I know that there is no user-schema geodatabases?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[Marcelo]: Run &lt;STRONG&gt;"select * from sde.instances;"&lt;/STRONG&gt; if returns only the "SDE master" then you do not have any User-Schema Geodatabases.&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;I can see different schemas in arcgis pro catalog when i connected as different schema owners sde connection file. and the tables in each schema are prefixed by schema name.&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;[Marcelo]: this only means that you have multiple data owner users in the sde master geodatabase, it does not mean that you have user-schema geodatabases. This is a known best practice configuration to separate different data models. You have a geodatabase connection file for each data owner user and if you check the geodatabae connection properties you will see that the default sde version is SDE.DEFAULT meaning you are connecting&amp;nbsp;to the SDE master. The Geodatabase can have multiple data owner users, but sometimes it makes more sense to separate into different geodatabases depending on the geodatabase versioning strategy and how the data will be accessed, edited, and consumed. There is no one rule fits all, this is a design preference, but if you visit my community.esri.com blog you will see that I recommend creating a geodatabase for each data model for different cartographic&amp;nbsp;scales and one geodatabase for each ArcGIS Product workspace like ArcGIS Data Reviewer, ArcGIS Workflow Manager, etc., etc.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;May I know why are you recommending option 3?&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[Marcelo]: Oracle introduced the multi-tenant architecture in 12c, the Container Database CDB and Pluggable Databases PDB's.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In 12c and 19c we can still create Non-CDBs and CDBs.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Non CDB is the traditional&amp;nbsp;standalone Oracle Instance, that is not Multi-Tenant.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In 21c and 23c we are able to only create CDBs going forward.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Therefore,&lt;SPAN&gt;&amp;nbsp;customers need to move to CDBs and learn how to use Multi-Tenant and Pluggable Databases.&lt;BR /&gt;&lt;BR /&gt;Oracle SE - Standard Editon License - up to 3 PDBs in the CDB&lt;BR /&gt;Oracle EE - Enterprise Edition License - 252 PDBs in the CDB&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Oracle EE - Enterprise Edition License + Multi-Tenant&amp;nbsp;License - 4096 PDBs in the CDB&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Read more here:&amp;nbsp; 19c&amp;nbsp;&lt;A href="https://docs.oracle.com/en/database/oracle/oracle-database/19/dblic/Licensing-Information.html#GUID-B6113390-9586-46D7-9008-DCC9EDA45AB4" target="_blank" rel="noopener"&gt;Licensing Information (oracle.com)&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;19c is still the long-term&amp;nbsp;release till 23c is released by the end of this year 2023.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;23c will be the new long-term&amp;nbsp;release.&lt;BR /&gt;&lt;BR /&gt;19c is certified and supported with ArcGIS Pro 3.1 and ArcGIS Enterprise 11.1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;23c will only be supported in a future release of ArcGIS.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I hope this clarifies your questions.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2023 15:01:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/user-schema-geodatabase-deprecation/m-p/1338950#M37474</guid>
      <dc:creator>MarceloMarques</dc:creator>
      <dc:date>2023-10-18T15:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: user-schema geodatabase deprecation</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/user-schema-geodatabase-deprecation/m-p/1339020#M37476</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/7880"&gt;@MarceloMarques&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don’t have access v$instances table. It shows message that this table doesn’t exist.&lt;/P&gt;&lt;P&gt;I have access just instances table , which has SDE row in it.&lt;/P&gt;&lt;P&gt;There is versions table which has Name: SDE and Description :Default SDE version as the values in the row.&lt;/P&gt;&lt;P&gt;I am using SQL Developer client to connect to Oracle 19c database.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When I check the geodatabae connection properties for each data owner sde file. It doesn’t&amp;nbsp; have any field for&amp;nbsp;sde version.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2023 09:55:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/user-schema-geodatabase-deprecation/m-p/1339020#M37476</guid>
      <dc:creator>coolgis</dc:creator>
      <dc:date>2023-10-18T09:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: user-schema geodatabase deprecation</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/user-schema-geodatabase-deprecation/m-p/1339175#M37481</link>
      <description>&lt;P&gt;&lt;STRONG&gt;1. User-Schema Geodatabases&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Sorry, v$instances was a typo, I meant sde.instances table.&lt;/P&gt;&lt;P&gt;Only the sysdba can query the v$instances system view.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;select * from sde.instances;&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;You must be connected as sysdba or as the "sde" user to be able to query the sde.instances table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;If you have only the row named "SDE" then you only have the sde master geodatabase and you do not have any user-schemas geodatabases.&lt;BR /&gt;&lt;BR /&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MarceloMarques_0-1697641853723.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/83378i9AE1CFE5E0F6EB30/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MarceloMarques_0-1697641853723.png" alt="MarceloMarques_0-1697641853723.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;STRONG&gt;2. Geodatabase Connection Properties&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Right click the geodatabase connection file&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MarceloMarques_2-1697642087212.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/83380iA8B3C20DEA0275F8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MarceloMarques_2-1697642087212.png" alt="MarceloMarques_2-1697642087212.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Choose "&lt;STRONG&gt;Connection Properties"&lt;/STRONG&gt; - shows the database connection info&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MarceloMarques_1-1697642041660.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/83379iED3B96D6938094BA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MarceloMarques_1-1697642041660.png" alt="MarceloMarques_1-1697642041660.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Choose &lt;STRONG&gt;"Geodatabase&lt;/STRONG&gt;&amp;nbsp;&lt;STRONG&gt;Connection Properties"&lt;/STRONG&gt; - shows the geodatabase version info&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MarceloMarques_3-1697642188637.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/83381i34CE0B10590A8E85/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MarceloMarques_3-1697642188637.png" alt="MarceloMarques_3-1697642188637.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MarceloMarques_4-1697642229510.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/83382iA936DEF70AED06BA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MarceloMarques_4-1697642229510.png" alt="MarceloMarques_4-1697642229510.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;These screenshots are from ArcGIS Pro but ArcMap dialogs are similar.&lt;BR /&gt;&lt;BR /&gt;I hope this clarifies your questions.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2023 15:23:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/user-schema-geodatabase-deprecation/m-p/1339175#M37481</guid>
      <dc:creator>MarceloMarques</dc:creator>
      <dc:date>2023-10-18T15:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: user-schema geodatabase deprecation</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/user-schema-geodatabase-deprecation/m-p/1339467#M37495</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/7880"&gt;@MarceloMarques&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Database query and ArcGIS pro screenshots match as yours.&lt;/P&gt;&lt;P&gt;You both are amazing and of great help.&lt;/P&gt;&lt;P&gt;Really appreciated.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2023 08:12:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/user-schema-geodatabase-deprecation/m-p/1339467#M37495</guid>
      <dc:creator>coolgis</dc:creator>
      <dc:date>2023-10-19T08:12:21Z</dc:date>
    </item>
  </channel>
</rss>

