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: Oracle Security Proposition

Re: Oracle Security Proposition

From: Daniel Morgan <dmorgan_at_exesolutions.com>
Date: Thu, 24 Oct 2002 16:02:29 GMT
Message-ID: <3DB81981.4B1CA713@exesolutions.com>


Ben Breen wrote:

> Suppose I have a table of customers on the server, and I want to
> ensure the logged in customer will only able to see thier tuples
> (records) in the table.
>
> The database will be linked to a remote client side program which the
> customer will be using to interact with the database.
>
> The customers table on the DB has a field with the cust_id in it,
> which is unique to each customer.
>
> The first problem is, how do I ensure that the customer currently
> interacting with the database has that particular cust_id (I suggest
> some kind of look up table).
>
> Then supposing the customer has that particular ID, how do I limit the
> currently interacting customer to only seeing thier records - could
> use a view, but everything needs to be checked, and validated at the
> server (oracle) side.
>
> Any help much appreciated!
> Ben Breen

Then you go to http://tahiti.oracle.com and search on "Application Context".

Daniel Morgan Received on Thu Oct 24 2002 - 11:02:29 CDT

Original text of this message

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