Check all the clients that have accessed the database




>>Script Language and Platform: Oracle
It lists all the hostnames from where they have connected to your database. It will be helpful in case you haven’t enabled auditing to keep track of the logons.


Author: vengata narayanan



echo “List of all clients connecting to ‘echo $ORACLE_SID”
sed -n ‘s/\(.*\)\(HOST\)=
\([A-Z]*[a-z]*[-]*[0-9]*\)\(.*\)\(HOST\)\(.*\)/\3 /p’ $1 | sort|uniq
execute using “check dbname_listener.log”
where check is this shell script name and dbname_listener.log
is the name of the listener for that database



Disclaimer: We hope that the information on these script pages is valuable to you. Your use of the information contained in these pages, however, is at your sole risk. All information on these pages is provided “as -is”, without any warranty, whether express or implied, of its accuracy, completeness, or fitness for a particular purpose… Disclaimer Continued




Back to Database Journal Home

Get the Free Newsletter!

Subscribe to Cloud Insider for top news, trends & analysis

Latest Articles