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: Some questions

Re: Some questions

From: Andrew Protasov <oracle_at_protasov.kiev.ua>
Date: Wed, 11 Nov 98 09:40:17 +0200
Message-ID: <ABXzJIsK42@protasov.kiev.ua>

Hi,

> 1.) Is it possible for me to display all the tables created by a user?

select * from user_tables;
select * from user_object_tables;

> 2.) Is it possible for me to show all the users who have logged in the
> server?

select * from v$session;

Andrew Protasov Received on Wed Nov 11 1998 - 01:40:17 CST

Original text of this message

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