How to check what session locked my User - database oracle
Hello,
I want to check what user, sql_text and session locked my useroracle.
I try to use this request "select * from dba_audit_trail where returncode = 1017 and username = 'USERFR' order by TIMESTAMP desc ";
to check the session.
Regards,
Six