Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Managing user acces on Oracle
"Jeroen" <sp_at_m-up-your-heinie.hole> wrote in message
news:3D8E2B4C.5A1F2BF1_at_planet.nl...
> 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
Account stuff answered in comp.databases.oracle.server. You also may want to look into R(ow) L(evel) S(ecurity), also called F(ine)G(rained) A(ccess) C(ontrol) or V(irtual) P(rivate) D(atabase), which will allow you to have users see part of the data, without changing the datamodel.
Hth
-- Sybrand Bakker Senior Oracle DBA to reply remove '-verwijderdit' from my e-mail addressReceived on Sun Sep 22 2002 - 17:33:23 CDT
![]() |
![]() |