Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: View on a table of another user
> I can't remember the origional question (sql), but again it should work.
>
> as user bobf;
> SQLWKS> create table bob (a number, b varchar2(21));
> Statement processed.
> SQLWKS> grant select on bob to scott;
> Statement processed.
> SQLWKS> connect scott
> Connected.
> SQLWKS> create or replace view bob_vw as select * from bobf.bob;
> Statement processed.
>
Meanwhile I checked it. And it works. Thanks
Regards
Nicolas
Received on Sat Jun 03 2000 - 00:00:00 CDT
![]() |
![]() |