| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.oracle -> Re: Limiting Table Access
"Mark C. Stock" <mcstockX_at_Xenquery .com> wrote in news:84idndIg4ZLcKsrdRVn-jg_at_comcast.com:
> > "Wesley" <wesleypad_at_hotmail.com> wrote in message > news:ZgF5c.67363$Up2.26791_at_pd7tw1no...
>
>
> what version of oracle?
> how are you accessing the database? client/server, web? what tool?
> how many users?
> how can you differentiate which data belong to which user?
>
> ;-{ mcs
>
We are using Oracle 8i, with a server side connection The web site is being developed using ASP.NET The predicted number of users would be less then a hundred. The data is being differentiated through an ID field in the tables.
My current solution is to create Table Views for each user then before execute a SQL statment, parse through the statment replacing the main table names with the curent users table view name. Is there any major drawback to doing this, other then creating a lot of table views?
Thanks Received on Thu Mar 18 2004 - 11:43:29 CST
![]() |
![]() |