<?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: SDE Layer Usage iinformation in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/sde-layer-usage-information/m-p/75328#M4366</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You know, having a way to know how many "hits" each layer is getting over some definable period of time would be a great tool. Our GIS group gets asked for metrics to justify our existence on a regular basis; mostly we just guess. This would give us real numbers for the manager types and for our own administrative purposes. If someone knows of a way to "count uses" on layers through SDE, I'd like to hear about it. Thanks, Jimae&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Jul 2010 16:57:10 GMT</pubDate>
    <dc:creator>JimaeHaynes</dc:creator>
    <dc:date>2010-07-01T16:57:10Z</dc:date>
    <item>
      <title>SDE Layer Usage information</title>
      <link>https://community.esri.com/t5/data-management-questions/sde-layer-usage-information/m-p/75326#M4364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Oracle 10&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SDE 9.3 SP1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am looling for information to pass onto our DBA on how to record and track table usage information for layers in the SDE/Oracel database. There used to be an Oracle stats pak posted under the old site. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am not looking for realtime who is using SDE, ie SDEMONITOR.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am looking for collecting/querying what layers are being accessed most frequently within the SDE/Oracle, by whom, and when.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;James&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jun 2010 14:41:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/sde-layer-usage-information/m-p/75326#M4364</guid>
      <dc:creator>JamesAshton</dc:creator>
      <dc:date>2010-06-24T14:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: SDE Layer Usage iinformation</title>
      <link>https://community.esri.com/t5/data-management-questions/sde-layer-usage-information/m-p/75327#M4365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This sort of information is not normally collected by ArcSDE. While you can use either &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;database or ArcSDE logging and trace capabilities to collect much of what you want, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the performance burden on your server will be noticeable (possibly annoyingly so for &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;end users), and you'll have a significant task in reducing the raw data to usable form &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(grep/awk/sed, Perl, or Python skill would be invaluable).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Good luck.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jun 2010 15:07:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/sde-layer-usage-information/m-p/75327#M4365</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2010-06-24T15:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: SDE Layer Usage iinformation</title>
      <link>https://community.esri.com/t5/data-management-questions/sde-layer-usage-information/m-p/75328#M4366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You know, having a way to know how many "hits" each layer is getting over some definable period of time would be a great tool. Our GIS group gets asked for metrics to justify our existence on a regular basis; mostly we just guess. This would give us real numbers for the manager types and for our own administrative purposes. If someone knows of a way to "count uses" on layers through SDE, I'd like to hear about it. Thanks, Jimae&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jul 2010 16:57:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/sde-layer-usage-information/m-p/75328#M4366</guid>
      <dc:creator>JimaeHaynes</dc:creator>
      <dc:date>2010-07-01T16:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: SDE Layer Usage information</title>
      <link>https://community.esri.com/t5/data-management-questions/sde-layer-usage-information/m-p/75329#M4367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This type of report isn't standard functionality but it is "easy" to implement. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Whenever a table or feature class is accessed an entry is made into the sde.table_locks table. In this table you can see the registration_id and the sde_id for the lock.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The registration_id can be linked to the sde.table_registry table for the table_name.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The sde_id can be linked to sde.process_information for logon_time, logon_node etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You need to create a trigger /query that combines the information and insert it into a to be created "logging" table.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jul 2010 13:30:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/sde-layer-usage-information/m-p/75329#M4367</guid>
      <dc:creator>GeorgeSchenk</dc:creator>
      <dc:date>2010-07-14T13:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: SDE Layer Usage information</title>
      <link>https://community.esri.com/t5/data-management-questions/sde-layer-usage-information/m-p/75330#M4368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That's clever, but not all ArcSDE clients grab locks for each query, so you'll want to use&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the information generated by this approach carefully (certainly not for security auditing).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jul 2010 14:04:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/sde-layer-usage-information/m-p/75330#M4368</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2010-07-14T14:04:13Z</dc:date>
    </item>
  </channel>
</rss>

