Connection information
I'm using Oracle 10.2.0.3.0 Understand that i could check the current connection to the database by querying v$session:
select username, machine from v$session;
How do i query the connection history information? Does AWR snapshot has this information?
thanks