Hello everyone,
I ran into a problem when I tried to do:
SELECT * FROM v$session . I get an empty value for the action field, although in fact it is not empty and ACTION HASH is not null.
If I try:
SELECT * FROM sys.v_$session, then everything is displayed correctly.
I noticed that when...