Friday, 22 April 2016
How to know the opened connections ?
Go to SQL prompt.
Use any of the command from below :
Sql>
Desc v$session;
Sql>
select USERNAME, SERVER, MACHINE,OSUSER from v$session;
Sql>
select OSUSER from v$session;
No comments:
Post a Comment
Note: only a member of this blog may post a comment.
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
Note: only a member of this blog may post a comment.