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

Home -> Community -> Usenet -> c.d.o.server -> Re: current users enquiry

Re: current users enquiry

From: DA Morgan <damorgan_at_psoug.org>
Date: Thu, 14 Dec 2006 10:17:07 -0800
Message-ID: <1166120226.13078@bubbleator.drizzle.com>


gd6502_at_eudoramail.com wrote:
> I forgot...
>
> DA Morgan ha scritto:

>> SELECT grantee, table_name, privilege
>> FROM user_tab_privs_made;
>>
>> -- and for the other half of the equation:
>> SELECT grantor, table_name, privilege
>> FROM user_tab_privs_recd;
>>

>
> The query both return an empty recordset.
>
> Peppe

Then no object privileges have been granted or received by the schema owner.

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu
(replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org
Received on Thu Dec 14 2006 - 12:17:07 CST

Original text of this message

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