How to trace the user with out auditing and sql trace information?
13-JUL-2018 11:48:58 * (CONNECT_DATA=(CID=(PROGRAM=null)(HOST=__jdbc__)(USER=null))(SERVICE_NAME=hd****)) * (ADDRESS=(PROTOCOL=tcp)(HOST=135.**.**.***)(PORT=64983)) * establish * dbname * 12514
I have tried looking at v$session_connect_info and couldnt find which machine or osuser is making this connections. Its a huge db and we dont want to turn on audit or sql trace. Is there a view or way I can tell where it is coming from?