Home » RDBMS Server » Server Administration » Retrieving Session Details
Retrieving Session Details [message #371163] Mon, 11 September 2000 14:18 Go to next message
Marcus Fernando
Messages: 34
Registered: September 2000
Member
Whith a DBA user i can have informations about the session, like machine, name, osuser, etc, in the view v$session. Is there any way to have this data connected whith a commom user whithout give him the select_catalog_role ?
Re: Retrieving Session Details [message #371186 is a reply to message #371163] Wed, 13 September 2000 09:15 Go to previous message
Bala
Messages: 205
Registered: November 1999
Senior Member
Hi,
You can connect as sys,
and grant select on v_$session to user1;

Now you can log on as user1 and do
select * from sys.v_$session;

The v_$session is the under lying view for
the synonym v$session.

Good luck
Bala
Previous Topic: help! Oracle daily dba task needed?
Next Topic: How to Document Oracle Database
Goto Forum:
  


Current Time: Sat Apr 20 10:08:08 CDT 2024