list db access time for non application user
I have Oracle 19c grid infrastructre with DB 19.3 installed on LINUX7.
I have a security requirement to send all the date/time a user access the database through sqlplus,sql developer .. every thing except when the application is connected
v$session shows that last login time for a user but the requirement is to list all the accesses on the db
is there a view, table that gives this information without installing Oracle Audit Vault and Access advisor
thank you
regards