Return-Path: <oracle-l-bounce@freelists.org>
Delivered-To: 2-oracle-l@orafaq.com
Received: (qmail 12181 invoked from network); 8 Aug 2006 15:02:09 -0500
Received: from freelists-180.iquest.net (HELO turing.freelists.org) (206.53.239.180)
  by 69.64.49.119 with SMTP; 8 Aug 2006 15:02:08 -0500
Received: from localhost (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 9DE773BE338;
 Tue,  8 Aug 2006 16:01:50 -0400 (EDT)
Received: from turing.freelists.org ([127.0.0.1])
 by localhost (turing [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 01496-04-5; Tue, 8 Aug 2006 16:01:50 -0400 (EDT)
Received: from turing (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 67C663BE902;
 Tue,  8 Aug 2006 16:01:49 -0400 (EDT)
Received: with ECARTIS (v1.0.0; list oracle-l); Tue, 08 Aug 2006 16:00:59 -0400 (EDT)
Received: from localhost (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 4F6DD3BE56F
 for <oracle-l@freelists.org>; Tue,  8 Aug 2006 16:00:59 -0400 (EDT)
Received: from turing.freelists.org ([127.0.0.1])
 by localhost (turing [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 01234-05 for <oracle-l@freelists.org>;
 Tue, 8 Aug 2006 16:00:59 -0400 (EDT)
Received: from mx1out.acxiom.com (mx1out.acxiom.com [198.160.100.226])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 901783BE567
 for <oracle-l@freelists.org>; Tue,  8 Aug 2006 16:00:58 -0400 (EDT)
Received: from unknown (HELO ACXMSXFE01.Corp.Acxiom.net) ([10.85.225.21])
  by mx1out.acxiom.com with ESMTP; 08 Aug 2006 15:05:44 -0500
X-IronPort-AV: i="4.07,222,1151902800"; 
   d="scan'208"; a="209633615:sNHT35353773"
Received: from cwymsx06.Corp.Acxiom.net ([10.85.225.36]) by ACXMSXFE01.Corp.Acxiom.net with Microsoft SMTPSVC(6.0.3790.211);
	 Tue, 8 Aug 2006 15:01:07 -0500
X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0
Content-class: urn:content-classes:message
MIME-Version: 1.0
Subject: RE: Oracle Auditing Recommendations
Date: Tue, 8 Aug 2006 15:01:06 -0500
Message-ID: <B39B7B7D8C8CEA419D0ED45FD7FA4C53017A5076@CWYMSX06.Corp.Acxiom.net>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: Oracle Auditing Recommendations
From: "Wolfson Larry - lwolfs" <lawrence.wolfson@acxiom.com>
To: "Alex Gorbachev" <gorbyx@gmail.com>
Cc: <oracle-l@freelists.org>
X-OriginalArrivalTime: 08 Aug 2006 20:01:07.0676 (UTC) FILETIME=[630F29C0:01C6BB25]
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by Ecartis
X-archive-position: 37906
X-ecartis-version: Ecartis v1.0.0
Sender: oracle-l-bounce@freelists.org
Errors-to: oracle-l-bounce@freelists.org
X-original-sender: lawrence.wolfson@acxiom.com
Precedence: normal
Reply-to: lawrence.wolfson@acxiom.com
X-list: oracle-l
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at avenirtech.net

Alex,
     Thanks a lot.  Probably should have had another thread,  just
forgot to change subject. 

Ran
 SELECT DISTINCT    USERNAME
       ,         OS_USERNAME, COUNT(*)
   FROM DBA_AUDIT_SESSION
   WHERE USERNAME IN ('XXX'
                     ,'yyy'
                     )
   GROUP BY    USERNAME
           ,OS_USERNAME
 ;

	and got what I wanted.   Can't seem to get userhost info.
Found jbdc connections coming in from app server as "oracle"
It's an older version of ARIBA and I don't know how the jbdc part works.
Rather see the app connections as something like "buyerX" 

-----Original Message-----
From: Alex Gorbachev [mailto:gorbyx@gmail.com] 
Sent: Tuesday, August 08, 2006 3:19 AM
To: Wolfson Larry - lwolfs
Cc: oracle-l@freelists.org
Subject: Re: Oracle Auditing Recommendations

You should have a look at DBA_AUDIT_SESSION. Obviously, AUDIT_TRAIL must
be set to DB.


2006/8/7, Wolfson Larry - lwolfs <lawrence.wolfson@acxiom.com>:
>         I looked at AUD$ thinking I'd see the osusers/servers and see 
> if any weren't coming from valid osusers/servers.  But all I saw was 
> userhost and that not populated.


--
Best regards,
Alex Gorbachev

http://blog.oracloid.com
*************************************************************************
The information contained in this communication is confidential, is
intended only for the use of the recipient named above, and may be
legally privileged.

If the reader of this message is not the intended recipient, you are 
hereby notified that any dissemination, distribution or copying of this
communication is strictly prohibited.

If you have received this communication in error, please resend this
communication to the sender and delete the original message or any copy
of it from your computer system.

Thank you.
*************************************************************************
--
http://www.freelists.org/webpage/oracle-l


