Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

User's machine history

krmarshall87Jan 23 2014 — edited Jan 24 2014

So I can get the current sessions' information easy:

select USERNAME, MACHINE from v$session;

What can be done to get historical data correlating a USERNAME to MACHINE?

I don't need timestamps; I just would like to be able to a rough idea, through the history, where certain applications login to the database from.

Unfortunately, dba_hist_active_sess_history doesn't have the USERNAME column as v$session does.

Thanks in advance!

This post has been answered by krmarshall87 on Jan 24 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 21 2014
Added on Jan 23 2014
7 comments
3,526 views