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: Managing user acces on Oracle

Re: Managing user acces on Oracle

From: Daniel Morgan <dmorgan_at_exesolutions.com>
Date: Sun, 22 Sep 2002 23:09:34 GMT
Message-ID: <3D8E4DA5.5D4DC18B@exesolutions.com>


Jeroen wrote:

> Hi,
> I need a solution for the following. First let me state that I'm pretty
> clue-less on Oracle.
>
> We have Oracle database (8.1.7 Enterprise on AIX).
> Our intranet website pulls it's data from this database (Coldfusion). We
> also have an inhouse application written in delphi wich uses this
> database. Accounts are stored in tables in the database. Based on the
> account, certain access is granted or denied (both on the website as in
> the application).
>
> But now we want to make some information available to our customers.
> However, we need to make sure that customers only can see their own
> stuff, and that nobody else can get into this system. In order to do
> that, we could continue to use the same idea, but there are some
> drawbacks.
> Specifically, I want to have a full blown user account management tool.
> Accounts should have password aging, intruder lockouts etc. For a
> particular part of the customer site, I even want to use a one-time
> psasword system. Preferably without tearing the whole database apart and
> building it from scratch..:)
>
> Do you know of any solutions? All hints, tips, knowledge is *greatly*
> appriciated!
> Tia,
> --
> Jeroen

Look at "fine grained access" or whatever Oracle has renamed it this month. Especially the SYS_CONTEXT function which can be built into views and procedures.

Daniel Morgan Received on Sun Sep 22 2002 - 18:09:34 CDT

Original text of this message

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