Hi,
Q1) Please help in understand the difference between given columns (are they all have same meaning or different meaning for all):
COLUMNS -> sql_id vs sql_address vs sql_hash_value in v$session.
Q2) what is the best and correct way to join v$session with v$sql (and/or v$sqlarea), I am not getting the following:
a) join using SQL_ID is not sufficient?
b) does join should have sql_hash_value and sql_address (both)?