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

Home -> Community -> Usenet -> c.d.o.misc -> Re: check expired user accounts

Re: check expired user accounts

From: Pete Finnigan <plsql_at_petefinnigan.com>
Date: Wed, 24 Mar 2004 10:10:58 +0000
Message-ID: <OrSDiUBy6VYARxAb@peterfinnigan.demon.co.uk>


Hi,

You should use an after servererror trigger and trap the error numbers for an expired account or fail logon attempt - from that trigger you can send an alert or email or whatever to correct your encrypted files. The syntax is

create or replace trigger logon_error
after servererror
on database
begin

hth

kind regards

Pete

-- 
Pete Finnigan
email:pete_at_petefinnigan.com
Web site: http://www.petefinnigan.com - Oracle security audit specialists
Book:Oracle security step-by-step Guide - see http://store.sans.org for details.
Received on Wed Mar 24 2004 - 04:10:58 CST

Original text of this message

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