<?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: ArcSDE won't compress now that a direct connect has been established in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/arcsde-won-t-compress-now-that-a-direct-connect/m-p/434264#M24806</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Have you tried compressing the DB using Direct Connection?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Apr 2011 08:28:56 GMT</pubDate>
    <dc:creator>SathiaG</dc:creator>
    <dc:date>2011-04-25T08:28:56Z</dc:date>
    <item>
      <title>ArcSDE won't compress now that a direct connect has been established</title>
      <link>https://community.esri.com/t5/data-management-questions/arcsde-won-t-compress-now-that-a-direct-connect/m-p/434263#M24805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We have daily scripts that run at night which compresses our database back down to state id 0.&amp;nbsp; One of our end users established a direct connect to our Oracle database yesterday through their server.&amp;nbsp; Now our SDE isn't compressing.&amp;nbsp; I noticed this morning when I tried to kill all the users, it wouldn't let me kill the DC connections.&amp;nbsp; Is there a way to still compress the database while there is a direct connect on it?&amp;nbsp; Any help would be greatly appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2011 19:00:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/arcsde-won-t-compress-now-that-a-direct-connect/m-p/434263#M24805</guid>
      <dc:creator>KevinReeves</dc:creator>
      <dc:date>2011-04-13T19:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: ArcSDE won't compress now that a direct connect has been established</title>
      <link>https://community.esri.com/t5/data-management-questions/arcsde-won-t-compress-now-that-a-direct-connect/m-p/434264#M24806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Have you tried compressing the DB using Direct Connection?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2011 08:28:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/arcsde-won-t-compress-now-that-a-direct-connect/m-p/434264#M24806</guid>
      <dc:creator>SathiaG</dc:creator>
      <dc:date>2011-04-25T08:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: ArcSDE won't compress now that a direct connect has been established</title>
      <link>https://community.esri.com/t5/data-management-questions/arcsde-won-t-compress-now-that-a-direct-connect/m-p/434265#M24807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can only kill direct connections with the 'sdemon -o kill' command at version 10.&amp;nbsp; If you are at version 10, you will need to grant a couple other user permissions to the SDE user in order to kill direct connections:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ALTER SYSTEM&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SELECT_CATALOG_ROLE&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/User_permissions_for_geodatabases_in_Oracle/002n0000002v000000/"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/User_permissions_for_geodatabases_in_Oracle/002n0000002v000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are not at 10 you can still delete direct connections, but this must be done by deleting them through the 'sde.process_information' table.&amp;nbsp; I always recommend creating a database backup before editing/modifying any repository table.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2011 14:59:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/arcsde-won-t-compress-now-that-a-direct-connect/m-p/434265#M24807</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2011-04-27T14:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: ArcSDE won't compress now that a direct connect has been established</title>
      <link>https://community.esri.com/t5/data-management-questions/arcsde-won-t-compress-now-that-a-direct-connect/m-p/434266#M24808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;We have daily scripts that run at night which compresses our database back down to state id 0.&amp;nbsp; One of our end users established a direct connect to our Oracle database yesterday through their server.&amp;nbsp; Now our SDE isn't compressing.&amp;nbsp; I noticed this morning when I tried to kill all the users, it wouldn't let me kill the DC connections.&amp;nbsp; Is there a way to still compress the database while there is a direct connect on it?&amp;nbsp; Any help would be greatly appreciated.&lt;BR /&gt;&lt;BR /&gt;Kevin&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Kevin&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;At ArcSDE 9.3 and below Direct Connections can be killed by terminating the users session on the database.&amp;nbsp; This requires the alter system privileges on your Oracle database which would only usually be available to your DBA.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Instructions on how to identify and kill direct connects can be found in &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/content/kbase?fa=articleShow&amp;amp;d=35889"&gt;KB Article 35889 - Kill Direct Connect Processes to the ArcSDE Database&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We ran into similar problems to you struggling to compress to state 0 and got round it by registering layers as versioned with the option to move edits to base. Now most edits are immediately moved into the business table when a user saves edits. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andrew&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2011 08:53:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/arcsde-won-t-compress-now-that-a-direct-connect/m-p/434266#M24808</guid>
      <dc:creator>deleted-user-AYsXjhkrwuAA</dc:creator>
      <dc:date>2011-05-03T08:53:09Z</dc:date>
    </item>
  </channel>
</rss>

