<?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: SDESETUP Says Oracle User does not have Privileges in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/sdesetup-says-oracle-user-does-not-have-privileges/m-p/559211#M31676</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you grant the 'development' user all the permissions that the SDE user requires for initial setup?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I generally just grant DBA for long enough to install or upgrade, but the documentation is quite clear&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;on what is required.&amp;nbsp; Ironically, the user-schema geodatabase user requires *more* permissions than &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SDE after install, since the SDE user shouldn't ever own spatial data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I realize the the documentation says that user-schema geodatabases are a great way to have dev, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;test, and production data in one instance, but that is as about as wrong as the documentation gets -- &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;you don't get the benefit of isolation, and you can't limit the impact on production, and the naming&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;must be different between "instances".&amp;nbsp; In reality, only separate instances give the isolation that most&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; shops require to distinguish between dev and production, so I urge you to be careful on how you&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;utilize user-schema geodatabases.&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, 13 Nov 2012 02:14:37 GMT</pubDate>
    <dc:creator>VinceAngelo</dc:creator>
    <dc:date>2012-11-13T02:14:37Z</dc:date>
    <item>
      <title>SDESETUP Says Oracle User does not have Privileges</title>
      <link>https://community.esri.com/t5/data-management-questions/sdesetup-says-oracle-user-does-not-have-privileges/m-p/559210#M31675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to setup a second SDE geodatabase in an Oracle database.&amp;nbsp; Stats are as follows:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Operating System: Windows 7 63 Bit&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;RAM: 16GB&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Database:&amp;nbsp; Oracle 11g Express&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcSDE 10.0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcGIS 10.0 ArcInfo&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've been following this help article:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://webhelp.esri.com/arcgisserver/9.3/java/index.htm#geodatabases/using_-2001045921.htm" rel="nofollow" target="_blank"&gt;http://webhelp.esri.com/arcgisserver/9.3/java/index.htm#geodatabases/using_-2001045921.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Oracle database has an SDE geodatabase.&amp;nbsp; I have set up a new Oracle user with the appropriate privileges.&amp;nbsp; When I run sdesetup with the following parameters, it states that, "Current user does not have privilege to install geodatabase instance."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;sdesetup -o install -d oracle11g -i 5151:development -u development&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have logged into Oracle with an admin account and successfully granted all of the privileges that the error asks for, and I have done so twice.&amp;nbsp; I have confirmed that the user has those privileges by checking Oracle's sqldeveloper gui program.&amp;nbsp; Is there something I have missed?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2012 20:34:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/sdesetup-says-oracle-user-does-not-have-privileges/m-p/559210#M31675</guid>
      <dc:creator>JeremyVanGelder</dc:creator>
      <dc:date>2012-11-12T20:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: SDESETUP Says Oracle User does not have Privileges</title>
      <link>https://community.esri.com/t5/data-management-questions/sdesetup-says-oracle-user-does-not-have-privileges/m-p/559211#M31676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you grant the 'development' user all the permissions that the SDE user requires for initial setup?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I generally just grant DBA for long enough to install or upgrade, but the documentation is quite clear&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;on what is required.&amp;nbsp; Ironically, the user-schema geodatabase user requires *more* permissions than &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SDE after install, since the SDE user shouldn't ever own spatial data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I realize the the documentation says that user-schema geodatabases are a great way to have dev, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;test, and production data in one instance, but that is as about as wrong as the documentation gets -- &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;you don't get the benefit of isolation, and you can't limit the impact on production, and the naming&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;must be different between "instances".&amp;nbsp; In reality, only separate instances give the isolation that most&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; shops require to distinguish between dev and production, so I urge you to be careful on how you&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;utilize user-schema geodatabases.&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, 13 Nov 2012 02:14:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/sdesetup-says-oracle-user-does-not-have-privileges/m-p/559211#M31676</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2012-11-13T02:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: SDESETUP Says Oracle User does not have Privileges</title>
      <link>https://community.esri.com/t5/data-management-questions/sdesetup-says-oracle-user-does-not-have-privileges/m-p/559212#M31677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Granting DBA to the user worked.&amp;nbsp; Thanks for the warning about development/production environments.&amp;nbsp; I will keep that in mind.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2012 20:16:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/sdesetup-says-oracle-user-does-not-have-privileges/m-p/559212#M31677</guid>
      <dc:creator>JeremyVanGelder</dc:creator>
      <dc:date>2012-11-26T20:16:20Z</dc:date>
    </item>
  </channel>
</rss>

