<?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: sessions in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/sessions/m-p/623914#M23983</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How many users will actually be on the system?&amp;nbsp; The 64 number is really just there to prevent Windows from overflowing the non-interactive desktop heap with application server connections.&amp;nbsp; If you really intend to have 200 users, you should bump up the Oracle SESSIONS to be 10% higher.&amp;nbsp; If you use Query Layers and Direct Connect together, you may need to double the SESSIONS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Oct 2014 14:44:08 GMT</pubDate>
    <dc:creator>VinceAngelo</dc:creator>
    <dc:date>2014-10-29T14:44:08Z</dc:date>
    <item>
      <title>sessions</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/sessions/m-p/623913#M23982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SERVER_CONFIG table (ArcSDE 10.1 direct connect), the CONNECTIONS parameter is set to 64 (default)&lt;/P&gt;&lt;P&gt;The init (Oracle 11g on Linux) parameter SESSIONS is set to 200.&lt;/P&gt;&lt;P&gt;Which value will prevail ?&lt;/P&gt;&lt;P&gt;Do i need to alter SERVER_CINFIG table to set CONNECTIONS as 200.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 08:34:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/sessions/m-p/623913#M23982</guid>
      <dc:creator>jayasudha</dc:creator>
      <dc:date>2014-10-29T08:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: sessions</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/sessions/m-p/623914#M23983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How many users will actually be on the system?&amp;nbsp; The 64 number is really just there to prevent Windows from overflowing the non-interactive desktop heap with application server connections.&amp;nbsp; If you really intend to have 200 users, you should bump up the Oracle SESSIONS to be 10% higher.&amp;nbsp; If you use Query Layers and Direct Connect together, you may need to double the SESSIONS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 14:44:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/sessions/m-p/623914#M23983</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2014-10-29T14:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: sessions</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/sessions/m-p/623915#M23984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks vince for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There will be around 150 users.&lt;/P&gt;&lt;P&gt;What is role of SERVER_CONFIG table in Oracle ? I think all these parameters set in Oracle iniitialization parameters. &lt;/P&gt;&lt;P&gt;Why do we need to double the sessions if we use query layers and direct connect together ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 09:18:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/sessions/m-p/623915#M23984</guid>
      <dc:creator>jayasudha</dc:creator>
      <dc:date>2014-10-30T09:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: sessions</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/sessions/m-p/623916#M23985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The SDE.SERVER_CONFIG table has no role in Oracle administration (it is, after all, a user table).&amp;nbsp; It contains operating parameters used by the enterprise geodatabase.&amp;nbsp; The &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//002n0000000z000000"&gt;ArcGIS documentation&lt;/A&gt; covers the parameters and their meaning.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you're using two (or three) different connection types for each user, then you could have two (or three) times as many sessions as users.&amp;nbsp; If you look in the database for the list of connected clients this will become clearer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 14:09:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/sessions/m-p/623916#M23985</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2014-10-30T14:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: sessions</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/sessions/m-p/623917#M23986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vince&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am confused.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ArcGIS documentation mentioned by you says the following for CONNECTIONS parameter.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;In ArcSDE 9 and later releases, this parameter also limits the number of direct connections. Therefore, your total number of two- and three-tiered connections cannot exceed the value of this parameter.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;You mentioned the following &lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;The 64 number is really just there to prevent Windows from overflowing the non-interactive desktop heap with application server connections&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;The documentation says about both direct connect and app server connect. I want to know whether i need to change this parameter in my case (direct connect). If I need to change what would the impact of Oracle init parameter SESSIONS ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 09:36:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/sessions/m-p/623917#M23986</guid>
      <dc:creator>jayasudha</dc:creator>
      <dc:date>2014-10-31T09:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: sessions</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/sessions/m-p/623918#M23987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure I can eliminate your confusion, but I can try one more time:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The database has a limit on the total number of connections (SESSIONS).&amp;nbsp; The application software has a limit on the number of enterprise geodatabase connections (CONNECTIONS).&amp;nbsp; If you have more geodatabase users than the application limit, you'll get soft errors ("too many connected users").&amp;nbsp; If you increase the application limit and hit the database limit, you'll get hard errors ("database error").&amp;nbsp; Geodatabase connections are not the only kinds of connections accepted by the database (ODBC, JDBC, ...), so it's possible to hit the SESSIONS limit even without increasing CONNECTIONS.&amp;nbsp; If you increase SESSIONS, it will increase the system resources required to start Oracle, and could cause platform stability issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, if you are going to have more than the current CONNECTIONS users you'll need to increase the value.&amp;nbsp; Making that change will have no impact on the number of SESSIONS supported by the database, but it can cause a number of more significant errors (and more errors in different places).&amp;nbsp; I'd always recommend keeping the CONNECTIONS value below the SESSIONS value, because I prefer more descriptive (and less severe) error messages.&amp;nbsp; Increasing the SESSIONS value is a database administration issue, which requires far more information about the system before I'd be willing to venture a opinion (and I'd be safer waiting until I was under contract to make such a recommendation before doing so).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 16:12:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/sessions/m-p/623918#M23987</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2014-10-31T16:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: sessions</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/sessions/m-p/623919#M23988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks for the details.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 04:43:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/sessions/m-p/623919#M23988</guid>
      <dc:creator>jayasudha</dc:creator>
      <dc:date>2014-11-03T04:43:00Z</dc:date>
    </item>
  </channel>
</rss>

