SELECT statements (I haven't checked other SQL statements) get reported as all upper-case in V$SQL.
When I execute the same statements from SQL Window, Command Window, or from SQL*Plus the statements get reported in V$SQL "as is". No case changes.
Also, when executed from Test Window, comments from SELECT statements are removed (not hints) in V$SQL.
My DB's cursor_sharing parameter is set to EXACT.
Is it possible that Test Window is setting this parameter to FORCE for the session, internally (I didn't find a Preference for it)?
I can't find another explanation for such behavior.
When I execute the same statements from SQL Window, Command Window, or from SQL*Plus the statements get reported in V$SQL "as is". No case changes.
Also, when executed from Test Window, comments from SELECT statements are removed (not hints) in V$SQL.
My DB's cursor_sharing parameter is set to EXACT.
Is it possible that Test Window is setting this parameter to FORCE for the session, internally (I didn't find a Preference for it)?
I can't find another explanation for such behavior.