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 -> Calculated passwords ?

Calculated passwords ?

From: Andreas Koch <mail_at_kochandreas.com>
Date: Tue, 13 Aug 2002 19:45:25 +0200
Message-ID: <ajbgvd$g68$00$1@news.t-online.com>


Hi,

is it possible (using 8i+) to use calculated passwords?

something like

create user foo identified by checkpass();

E.g. user attempts to log into oracle, using SQL*Plus or whatever other application, and instead for checking for a fixed password, a PL/SQL-function is called that checks the password and allows/denies login.

-- 
                                                   Andreas
To boldly go where no sane person has gone before
Received on Tue Aug 13 2002 - 12:45:25 CDT

Original text of this message

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