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: SYSTEM user doesn't see a user in ALL_USERS

Re: SYSTEM user doesn't see a user in ALL_USERS

From: Thomas Jork <tj_at_net-dept.de>
Date: Tue, 22 Feb 2000 17:04:18 +0100
Message-ID: <38B2B382.5CEF850@net-dept.de>


hi otis

you should see all users/schemes in your db from the all_users table. you can also look at dba_users when you login as system. is it possible, that you connect to two different databases?

                                                           regards

thomas
Otis Gospodnetic schrieb:

> Hello,
>
> Is it normal for SYSTEM user not to see a user in ALL_USERS table, like
> in this example below?
>
> prompt> sqlplus system/systempassword
>
> SQL> select * from all_users where username='MYUSER';
>
> no rows selected
>
> SQL> connect myuser/mypass_at_mydb.domain.com
> Connected.
> SQL> select * from all_users where username='MYUSER';
>
> USERNAME USER_ID CREATED
> ------------------------------ ---------- -------------------
> MYUSER 25 2000-01-27 16:44:38
>
> Thanks,
>
> Otis
> P.S.
> Is there a way to see what schemas MYUSER owns?
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Tue Feb 22 2000 - 10:04:18 CST

Original text of this message

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