<?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: Session Info - URGENT in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/session-info-urgent/m-p/3488131#M847892</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I'm able to keep track of login time ,&lt;BR /&gt;logoff time etc for a particular instance.&lt;BR /&gt;&lt;BR /&gt;However , is it possible to findout what are the objects (tables,views ) accessed during a session ? &lt;BR /&gt;&lt;BR /&gt;Please help URGENT !!!&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Raj</description>
    <pubDate>Thu, 17 Feb 2005 15:35:26 GMT</pubDate>
    <dc:creator>jilpangs</dc:creator>
    <dc:date>2005-02-17T15:35:26Z</dc:date>
    <item>
      <title>Session Info - URGENT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/session-info-urgent/m-p/3488129#M847890</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Management would like to generate a report on &lt;BR /&gt;seesions tracking. We need the following info on reports..&lt;BR /&gt;&lt;BR /&gt;--Database Name&lt;BR /&gt;--User ID&lt;BR /&gt;--User Name&lt;BR /&gt;--Schema Accessed&lt;BR /&gt;--Object (Table / View) Accessed&lt;BR /&gt;--First time Accessed (In current month)&lt;BR /&gt;--Last time Accessed (In current month)&lt;BR /&gt;--How many times logged in (In current month)&lt;BR /&gt;&lt;BR /&gt;If any one doing similat task. Can you please let me know how to maintain these info in a table and generate report out of it.&lt;BR /&gt;&lt;BR /&gt;If you have any scripts and table structures..that would be helpful.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Raj&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Feb 2005 12:08:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/session-info-urgent/m-p/3488129#M847890</guid>
      <dc:creator>jilpangs</dc:creator>
      <dc:date>2005-02-17T12:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: Session Info - URGENT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/session-info-urgent/m-p/3488130#M847891</link>
      <description>My approach would be to do this:&lt;BR /&gt;&lt;BR /&gt;desc v$sessions, dba_users, dba_tables and other needed tables. Oracle has a little chart they hand out showing the important table structures.&lt;BR /&gt;&lt;BR /&gt;Most of what you are looking for is in the system tables.&lt;BR /&gt;&lt;BR /&gt;I'm also relatively certain that this has been done before on itrc. A little search might help you.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/james/dispDoc.do?docURL=http%3A%2F%2Fsearch.hp.com%2Fredirect.html%3Furl%3Dhttp%253A%2F%2Fforums1.itrc.hp.com%2Fservice%2Fforums%2Fquestionanswer.do%253FthreadId%253D206034%26qt%3D%252Boracle%2B%252Bdatabase%2B%2B%252Bmanagement%2B%252Breport%2B%26hit%3D2&amp;amp;aid=SEARCH_FORUMS&amp;amp;pil=2&amp;amp;serStr=oracle+database+management+report&amp;amp;pir=2" target="_blank"&gt;http://www2.itrc.hp.com/service/james/dispDoc.do?docURL=http%3A%2F%2Fsearch.hp.com%2Fredirect.html%3Furl%3Dhttp%253A%2F%2Fforums1.itrc.hp.com%2Fservice%2Fforums%2Fquestionanswer.do%253FthreadId%253D206034%26qt%3D%252Boracle%2B%252Bdatabase%2B%2B%252Bmanagement%2B%252Breport%2B%26hit%3D2&amp;amp;aid=SEARCH_FORUMS&amp;amp;pil=2&amp;amp;serStr=oracle+database+management+report&amp;amp;pir=2&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;My search:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/james/search.do?todo=search&amp;amp;searchtext=oracle+database+management+report&amp;amp;from=forums&amp;amp;origin=0&amp;amp;submit.x=2&amp;amp;wpa=forums1.itrc.hp.com%3A80&amp;amp;submit.y=5&amp;amp;searchcategory=ALL&amp;amp;hpl=1&amp;amp;searchcriteria=allwords&amp;amp;rn=25&amp;amp;source=7000&amp;amp;presort=rank&amp;amp;chkServStor=on&amp;amp;esc=us-support3.external.hp.com&amp;amp;admit=-1335382922+1108660312959+28353475" target="_blank"&gt;http://www2.itrc.hp.com/service/james/search.do?todo=search&amp;amp;searchtext=oracle+database+management+report&amp;amp;from=forums&amp;amp;origin=0&amp;amp;submit.x=2&amp;amp;wpa=forums1.itrc.hp.com%3A80&amp;amp;submit.y=5&amp;amp;searchcategory=ALL&amp;amp;hpl=1&amp;amp;searchcriteria=allwords&amp;amp;rn=25&amp;amp;source=7000&amp;amp;presort=rank&amp;amp;chkServStor=on&amp;amp;esc=us-support3.external.hp.com&amp;amp;admit=-1335382922+1108660312959+28353475&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 17 Feb 2005 12:15:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/session-info-urgent/m-p/3488130#M847891</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-02-17T12:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: Session Info - URGENT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/session-info-urgent/m-p/3488131#M847892</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I'm able to keep track of login time ,&lt;BR /&gt;logoff time etc for a particular instance.&lt;BR /&gt;&lt;BR /&gt;However , is it possible to findout what are the objects (tables,views ) accessed during a session ? &lt;BR /&gt;&lt;BR /&gt;Please help URGENT !!!&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Raj</description>
      <pubDate>Thu, 17 Feb 2005 15:35:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/session-info-urgent/m-p/3488131#M847892</guid>
      <dc:creator>jilpangs</dc:creator>
      <dc:date>2005-02-17T15:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: Session Info - URGENT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/session-info-urgent/m-p/3488132#M847893</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I'm able to keep track of login time ,&lt;BR /&gt;logoff time etc for a particular instance.&lt;BR /&gt;&lt;BR /&gt;However , is it possible to findout what are the objects (tables,views ) accessed during a session ?&lt;BR /&gt;&lt;BR /&gt;Please help URGENT !!!&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Raj</description>
      <pubDate>Thu, 17 Feb 2005 16:11:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/session-info-urgent/m-p/3488132#M847893</guid>
      <dc:creator>jilpangs</dc:creator>
      <dc:date>2005-02-17T16:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: Session Info - URGENT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/session-info-urgent/m-p/3488133#M847894</link>
      <description>is it possible to findout what are the objects (tables,views ) accessed during a session ?&lt;BR /&gt;&lt;BR /&gt;hi,&lt;BR /&gt;&lt;BR /&gt;one way to find out what objects are accessed during a session is to enable SQL_TRACE and analyze.&lt;BR /&gt;&lt;BR /&gt;if you need any further help, do let us know.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Fri, 18 Feb 2005 04:11:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/session-info-urgent/m-p/3488133#M847894</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2005-02-18T04:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: Session Info - URGENT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/session-info-urgent/m-p/3488134#M847895</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Look at&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.dbasupport.com/oracle/ora10g/session_tracing101.shtml" target="_blank"&gt;http://forums.dbasupport.com/oracle/ora10g/session_tracing101.shtml&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;press next at the bottom to read on&lt;BR /&gt;&lt;BR /&gt;Good base&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;                     Steve Steel</description>
      <pubDate>Fri, 18 Feb 2005 08:39:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/session-info-urgent/m-p/3488134#M847895</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2005-02-18T08:39:44Z</dc:date>
    </item>
  </channel>
</rss>

