<?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: Oracle 8.1.7 in HP-UX B.11.0.0 : trace login and logout in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-1-7-in-hp-ux-b-11-0-0-trace-login-and-logout/m-p/5212220#M652276</link>
    <description>Hi again&lt;BR /&gt;&lt;BR /&gt;I suppose you can also use the AUDIT command inn the datbase. the logging can either be recording in the database or OS file.&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt; connect / as sysdba&lt;BR /&gt;Connected.&lt;BR /&gt;SQL&amp;gt; AUDIT SESSION;&lt;BR /&gt;Audit succeeded.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;you will have to set up an init.ora parameter :audit_trail&lt;BR /&gt;&lt;A href="http://download.oracle.com/docs/cd/B19306_01/server.102/b14237/initparams016.htm" target="_blank"&gt;http://download.oracle.com/docs/cd/B19306_01/server.102/b14237/initparams016.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;for more :&lt;BR /&gt;&lt;A href="http://www.camden.rutgers.edu/HELP/Documentation/Oracle/server.815/a67781/c27audit.htm" target="_blank"&gt;http://www.camden.rutgers.edu/HELP/Documentation/Oracle/server.815/a67781/c27audit.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Jean-Luc</description>
    <pubDate>Wed, 02 Dec 2009 20:43:38 GMT</pubDate>
    <dc:creator>Jean-Luc Oudart</dc:creator>
    <dc:date>2009-12-02T20:43:38Z</dc:date>
    <item>
      <title>Oracle 8.1.7 in HP-UX B.11.0.0 : trace login and logout</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-1-7-in-hp-ux-b-11-0-0-trace-login-and-logout/m-p/5212214#M652270</link>
      <description>I need to trace only both every login and every logout to my Oracle database. Do you suggest what and how file configuration I have to modify ?</description>
      <pubDate>Wed, 02 Dec 2009 09:43:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-1-7-in-hp-ux-b-11-0-0-trace-login-and-logout/m-p/5212214#M652270</guid>
      <dc:creator>RiclyLeRoy</dc:creator>
      <dc:date>2009-12-02T09:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 8.1.7 in HP-UX B.11.0.0 : trace login and logout</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-1-7-in-hp-ux-b-11-0-0-trace-login-and-logout/m-p/5212215#M652271</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;very old version for oracle and HPUX 11 !&lt;BR /&gt;&lt;BR /&gt;Anyway,as I understand you want to capture login and logout information.&lt;BR /&gt;&lt;BR /&gt;For this you need to create triggers on the database :&lt;BR /&gt;- After logon trigger&lt;BR /&gt;- Before logoff trigger&lt;BR /&gt;&lt;BR /&gt;There are manyb threads on oracle forums for this.&lt;BR /&gt;examples :&lt;BR /&gt;&lt;A href="http://www.dba-oracle.com/art_builder_sec_audit.htm" target="_blank"&gt;http://www.dba-oracle.com/art_builder_sec_audit.htm&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:49818662859946" target="_blank"&gt;http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:49818662859946&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.databasejournal.com/features/oracle/article.php/3299231/The-Trigger-Happy-DBA---System-Triggers.htm" target="_blank"&gt;http://www.databasejournal.com/features/oracle/article.php/3299231/The-Trigger-Happy-DBA---System-Triggers.htm&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums.oracle.com/forums/thread.jspa?threadID=920051" target="_blank"&gt;http://forums.oracle.com/forums/thread.jspa?threadID=920051&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You will need to decide on what information you want to record for the table design. All depends on your specific rquirements.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Jean-Luc</description>
      <pubDate>Wed, 02 Dec 2009 10:55:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-1-7-in-hp-ux-b-11-0-0-trace-login-and-logout/m-p/5212215#M652271</guid>
      <dc:creator>Jean-Luc Oudart</dc:creator>
      <dc:date>2009-12-02T10:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 8.1.7 in HP-UX B.11.0.0 : trace login and logout</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-1-7-in-hp-ux-b-11-0-0-trace-login-and-logout/m-p/5212216#M652272</link>
      <description>I need to retrieve this information directly into listener.ora log file. I know it's possibile to activate trace level on listener.ora but I'd like knowing if this traces login/logout info and how I can set it.&lt;BR /&gt;I shouldn't want to fit these events on DB tables.</description>
      <pubDate>Wed, 02 Dec 2009 12:32:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-1-7-in-hp-ux-b-11-0-0-trace-login-and-logout/m-p/5212216#M652272</guid>
      <dc:creator>RiclyLeRoy</dc:creator>
      <dc:date>2009-12-02T12:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 8.1.7 in HP-UX B.11.0.0 : trace login and logout</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-1-7-in-hp-ux-b-11-0-0-trace-login-and-logout/m-p/5212217#M652273</link>
      <description>The listener will only have the information for connection over SQLNet not local connection. &lt;BR /&gt;May be you could detail what you try to achieve exactly ?&lt;BR /&gt;&lt;BR /&gt;Jean-Luc</description>
      <pubDate>Wed, 02 Dec 2009 13:15:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-1-7-in-hp-ux-b-11-0-0-trace-login-and-logout/m-p/5212217#M652273</guid>
      <dc:creator>Jean-Luc Oudart</dc:creator>
      <dc:date>2009-12-02T13:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 8.1.7 in HP-UX B.11.0.0 : trace login and logout</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-1-7-in-hp-ux-b-11-0-0-trace-login-and-logout/m-p/5212218#M652274</link>
      <description>I'm interesting to trace who (username) and when (datetime) tries to login/logout to database according to security measures.&lt;BR /&gt;You said:&lt;BR /&gt;"the listener will only have the information for connection over SQLNet not local connection".&lt;BR /&gt;It's Truth, but how I can also trace Oracle access from local connections ( e.g. by console) . Can you suggest me what files I have to set please ?</description>
      <pubDate>Wed, 02 Dec 2009 13:52:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-1-7-in-hp-ux-b-11-0-0-trace-login-and-logout/m-p/5212218#M652274</guid>
      <dc:creator>RiclyLeRoy</dc:creator>
      <dc:date>2009-12-02T13:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 8.1.7 in HP-UX B.11.0.0 : trace login and logout</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-1-7-in-hp-ux-b-11-0-0-trace-login-and-logout/m-p/5212219#M652275</link>
      <description>Ricky,&lt;BR /&gt;&lt;BR /&gt;No disrespect intended, but just because you happen to know that the listener log file mostly provides what you desire, does NOT make it the right place to focus on.&lt;BR /&gt;&lt;BR /&gt;The is an ORACLE, platform independent question.&lt;BR /&gt;&lt;BR /&gt;Listen (read) carefully to what Jean-Luc offered up. Follow those links and google some more, using the terms learned.&lt;BR /&gt;&lt;BR /&gt;That will lead to the right solution for you. &lt;BR /&gt;&lt;BR /&gt;It may not be the solution you wanted to hear, but it will be the right one, so give Jean-Luc 10 points the next time you get that opportunity!&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Dec 2009 14:12:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-1-7-in-hp-ux-b-11-0-0-trace-login-and-logout/m-p/5212219#M652275</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2009-12-02T14:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 8.1.7 in HP-UX B.11.0.0 : trace login and logout</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-1-7-in-hp-ux-b-11-0-0-trace-login-and-logout/m-p/5212220#M652276</link>
      <description>Hi again&lt;BR /&gt;&lt;BR /&gt;I suppose you can also use the AUDIT command inn the datbase. the logging can either be recording in the database or OS file.&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt; connect / as sysdba&lt;BR /&gt;Connected.&lt;BR /&gt;SQL&amp;gt; AUDIT SESSION;&lt;BR /&gt;Audit succeeded.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;you will have to set up an init.ora parameter :audit_trail&lt;BR /&gt;&lt;A href="http://download.oracle.com/docs/cd/B19306_01/server.102/b14237/initparams016.htm" target="_blank"&gt;http://download.oracle.com/docs/cd/B19306_01/server.102/b14237/initparams016.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;for more :&lt;BR /&gt;&lt;A href="http://www.camden.rutgers.edu/HELP/Documentation/Oracle/server.815/a67781/c27audit.htm" target="_blank"&gt;http://www.camden.rutgers.edu/HELP/Documentation/Oracle/server.815/a67781/c27audit.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Jean-Luc</description>
      <pubDate>Wed, 02 Dec 2009 20:43:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-1-7-in-hp-ux-b-11-0-0-trace-login-and-logout/m-p/5212220#M652276</guid>
      <dc:creator>Jean-Luc Oudart</dc:creator>
      <dc:date>2009-12-02T20:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 8.1.7 in HP-UX B.11.0.0 : trace login and logout</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-1-7-in-hp-ux-b-11-0-0-trace-login-and-logout/m-p/5212221#M652277</link>
      <description>This forum is not suitable for Oracle problems but Jean-Luc Oudart gave me good suggestions</description>
      <pubDate>Thu, 03 Dec 2009 07:08:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-1-7-in-hp-ux-b-11-0-0-trace-login-and-logout/m-p/5212221#M652277</guid>
      <dc:creator>RiclyLeRoy</dc:creator>
      <dc:date>2009-12-03T07:08:39Z</dc:date>
    </item>
  </channel>
</rss>

