|
| Re: privileage issue in V$session? [message #315110 is a reply to message #315106 ] |
Sat, 19 April 2008 02:39   |
Michel Cadot Messages: 15244 Registered: March 2007 Location: Nanterre, France, http://... |
Senior Member |
|
|
Yes, only SYS can give select privilege and on the underlying view v_$session.
But the most important question is "why do you want to give access to v$session? What do you want to achieve?" Giving privileges on v$session is probably not the best way.
Regards
Michel
[Updated on: Sat, 19 April 2008 02:39]
|
|
|
|
| Re: privileage issue in V$session? [message #315117 is a reply to message #315113 ] |
Sat, 19 April 2008 03:10  |
Michel Cadot Messages: 15244 Registered: March 2007 Location: Nanterre, France, http://... |
Senior Member |
|
|
The current user is given by the function... tada... USER. To verify it, just try:
Regards
Michel
[Edit: add link to function]
[Updated on: Sat, 19 April 2008 03:12]
|
|
|