Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> grant select to another domain user
Hi
How do I grant select on a table to a user in another domain?
I have a domain called VDS - here I have a user called USER1 which owns a table called TABLE1. In another domain VDSDEMO I have a user called USER2. How do I grant properties to this user?
ex:
connect USER1/****@VDS;
grant select on TABLE1 to ????????;
connect USER2/****@VDSDEMO;
select * from ????????;
-- Posted via http://dbforums.comReceived on Thu Jun 19 2003 - 06:29:39 CDT
![]() |
![]() |