Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Ways to fake table in own scema.
We had the same problem with a 4GL tool. We did the following:
After that, we could do a "describe xxx" by USER2 without any security holes.
Even better, the 4GL tool was not able to issue a "drop table xxx" or "drop view xxx" successfully.
Martin
"G. Mjoen" wrote:
>
> I have a user (USER1) with a lot of tabes. I created a new user
> (USER2) with no tables in his/hers schema. USER2 is granted select on
> all of USER1's tables.
>
> The problem is:
>
> USER2 needs to write 'select * from USER1.TABLE1' instead of 'select *
> from TABLE1'.
>
> I am able to fix this by creating a synonym for each table. Is there
> som other way of doing this?
>
> --
> Gaute
Received on Sun Sep 05 1999 - 04:11:37 CDT
![]() |
![]() |