<?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: Qery about oracle and SDE! in Geodatabase Questions</title>
    <link>https://community.esri.com/t5/geodatabase-questions/qery-about-oracle-and-sde/m-p/1199154#M7806</link>
    <description>&lt;P&gt;Best practice, do not use a "common user" for the sde repository owner e.g. "c##sde",&amp;nbsp; instead use only PDBs and create a local user named "sde" in the PDB.&lt;BR /&gt;For more best practices visit the links below.&lt;BR /&gt;&lt;A href="https://community.esri.com/t5/mapping-and-charting-enterprise-databases/bg-p/mapping-charting-enterprise-databasesblog-board" target="_blank" rel="noopener"&gt;Mapping and Charting Enterprise Databases - Esri Community&lt;/A&gt;&lt;BR /&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;Mapping and Charting Solutions (MCS) Enterprise Databases Best Practices - Esri Community &lt;/A&gt;&lt;BR /&gt;in this link you will find my database template scripts for oracle&lt;/P&gt;</description>
    <pubDate>Wed, 03 Aug 2022 20:50:10 GMT</pubDate>
    <dc:creator>MarceloMarques</dc:creator>
    <dc:date>2022-08-03T20:50:10Z</dc:date>
    <item>
      <title>Qery about oracle and SDE!</title>
      <link>https://community.esri.com/t5/geodatabase-questions/qery-about-oracle-and-sde/m-p/1197738#M7804</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Hello Every one&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;i have query about creating sde geodatabase in Oracle 19c&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;as you know when you create sde GDB the user name is automatically have to be sde &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;while in oracle refuse all common users names in the Container database [&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;ORA-65096&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;what is the best practice that you following to fix this issue &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;much respect and appreciate you all&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 31 Jul 2022 00:41:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/qery-about-oracle-and-sde/m-p/1197738#M7804</guid>
      <dc:creator>GeoAmer87</dc:creator>
      <dc:date>2022-07-31T00:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: Qery about oracle and SDE!</title>
      <link>https://community.esri.com/t5/geodatabase-questions/qery-about-oracle-and-sde/m-p/1199150#M7805</link>
      <description>&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/33330968/error-ora-65096-invalid-common-user-or-role-name-in-oracle" target="_blank" rel="noopener"&gt;oracle12c - error: ORA-65096: invalid common user or role name in oracle - Stack Overflow&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;99.9% of the time the error&amp;nbsp;&lt;/SPAN&gt;ORA-65096: invalid common user or role name&lt;SPAN&gt;&amp;nbsp;means you are logged into the CDB when you should be logged into a PDB. For example, if you used the default 19c installation settings, you should login to ORCLPDB (the PDB) instead of ORCL (the CDB).&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;You can create a "container user" aka "common user".&lt;BR /&gt;Common users belong to CBDs as well as to current and future PDBs. It means they can perform&amp;nbsp;operations in Container DBs or Pluggable DBs according to assigned privileges.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;create user c##username identified by password;&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;You can create a "pluggable user" aka "local user".&lt;BR /&gt;Local users&amp;nbsp;belong only to a single PDB. These users may be given administrative privileges, but only for that PDB inside which they exist. For that, you should connect to pluggable datable like that:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;alter session set container = nameofyourpluggabledatabase;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;and there, you can create user like usually:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;create user username identified by password;&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Wed, 03 Aug 2022 20:49:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/qery-about-oracle-and-sde/m-p/1199150#M7805</guid>
      <dc:creator>MarceloMarques</dc:creator>
      <dc:date>2022-08-03T20:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: Qery about oracle and SDE!</title>
      <link>https://community.esri.com/t5/geodatabase-questions/qery-about-oracle-and-sde/m-p/1199154#M7806</link>
      <description>&lt;P&gt;Best practice, do not use a "common user" for the sde repository owner e.g. "c##sde",&amp;nbsp; instead use only PDBs and create a local user named "sde" in the PDB.&lt;BR /&gt;For more best practices visit the links below.&lt;BR /&gt;&lt;A href="https://community.esri.com/t5/mapping-and-charting-enterprise-databases/bg-p/mapping-charting-enterprise-databasesblog-board" target="_blank" rel="noopener"&gt;Mapping and Charting Enterprise Databases - Esri Community&lt;/A&gt;&lt;BR /&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;Mapping and Charting Solutions (MCS) Enterprise Databases Best Practices - Esri Community &lt;/A&gt;&lt;BR /&gt;in this link you will find my database template scripts for oracle&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2022 20:50:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/qery-about-oracle-and-sde/m-p/1199154#M7806</guid>
      <dc:creator>MarceloMarques</dc:creator>
      <dc:date>2022-08-03T20:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: Qery about oracle and SDE!</title>
      <link>https://community.esri.com/t5/geodatabase-questions/qery-about-oracle-and-sde/m-p/1200122#M7809</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;&lt;A href="https://community.esri.com/t5/user/viewprofilepage/user-id/7880" target="_self"&gt;MarceloMarques&lt;/A&gt;&lt;/SPAN&gt;&lt;STRONG&gt; i am thankful, really appreciated - thank you for your support&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 06 Aug 2022 07:25:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/qery-about-oracle-and-sde/m-p/1200122#M7809</guid>
      <dc:creator>GeoAmer87</dc:creator>
      <dc:date>2022-08-06T07:25:57Z</dc:date>
    </item>
  </channel>
</rss>

