Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Auditing

Re: Auditing

From: DA Morgan <damorgan_at_psoug.org>
Date: Wed, 09 Aug 2006 13:10:09 -0700
Message-ID: <1155154210.96918@bubbleator.drizzle.com>


Comments in-line.

Ed_Zep wrote:
> Hello. I'm looking into auditing the following:
>
> * successful/unsuccessful logins
> * multiple logins

Use system triggers. Demos of both of these functionalities can be found in Morgan's Library at www.psoug.org on the SYSTEM TRIGGERS page.

But why are you allowing multiple logins? Either create a new profile for your users, or alter the default profile, to disallow it.

> * schema changes

Again my instinct would be to prevent them rather than log them. But either way use DDL triggers. Also found in Morgan's Library.

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu
(replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org
Received on Wed Aug 09 2006 - 15:10:09 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US