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: block access to database server

Re: block access to database server

From: Mladen Gogala <mgogala_at_adelphia.net>
Date: Thu, 15 Jan 2004 05:00:41 GMT
Message-Id: <pan.2004.01.15.05.02.12.338628@adelphia.net>


On Wed, 14 Jan 2004 17:48:02 -0800, Oracle4Unix wrote:

> Hi gurus:
>
> I saw someone said that the best option to limit users to access
> database server only through specified application written in pro*c,
> forms, for example, is to "grant them access through a role which is
> not enabled by default. When you log in using the app, your startup
> code issues the appropiate commands to enable the role".
>
> Can someone elaborate this point for me? Assume users are ONLY allowed
> to get into database via forms, how to achieve it?

That would be more of a job for OS security, not for oracle security. If the client is a Unix box, I would provide a chroot limited environment through the restricted shell. User logs in, login script invokes forms, HOST button is disabled. Voila! Oracle is not meant for escapades like that. That's a job for the OS. Of course, if you're using Windows instead, then I can't really help you.

-- 
None of us is as dumb as all of us.
(http://www.despair.com/meetings.html)
Received on Wed Jan 14 2004 - 23:00:41 CST

Original text of this message

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