In R13 I open a window (Command, SQL Window, ...) and then I enter:
SELECT owner, synonym_name, table_owner, table_name FROM dba_synonyms WHERE synonym_name IN ('v$session', 'v$sesstat', 'v$statname');
Using the mouse I select the strings 'v$session', 'v$sesstat', 'v$statname' (including the...