Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> grant select to another domain user

grant select to another domain user

From: <kfc_at_vd.dk>
Date: Thu, 19 Jun 2003 11:29:39 +0000
Message-ID: <3020126.1056022179@dbforums.com>

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.com
Received on Thu Jun 19 2003 - 06:29:39 CDT

Original text of this message

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