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 -> Re: How to see user objects from particular user

Re: How to see user objects from particular user

From: DA Morgan <damorgan_at_x.washington.edu>
Date: Mon, 02 May 2005 16:04:57 -0700
Message-ID: <1115074854.697817@yasure>


Gregor Maasas wrote:

> How can I select the user_objects from one particular user that is the
> owner of these objects? I mean something similar to "select * from
> user_objects" but including one particular user.
>
> Best regards,
> Greg

SELECT ...
FROM all_objects
WHERE owner = <schema_name>;

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu
(replace 'x' with 'u' to respond)
Received on Mon May 02 2005 - 18:04:57 CDT

Original text of this message

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