Useful Commands :

find . *.trc -mtime +7 -exec rm {} \;
ps -ef | grep $ORACLE_SID|grep -v grep|grep -v ora_|wc -l

List Current Jobs in Cron :

crontab -l

Edit Crontab :

netstat -an | grep <port no>
find . -mmin -n
find . -mmin +n
find *.trc -mtime +10 -exec rm {} \;
netstat -an|grep 7007|grep LISTEN
find * -type f -iname XXENAPX.rdf
sudo tcpdump -i any host 172.27.7.177
sudo tcpdump -i any port 443
sudo tcpdump -i any port | grep -v 10.10.20.14
sudo tcpdump -i any port 22 | grep -v 10.10.20.14
hostname -i

Disclaimer: 

This is an independent personal blog and is not affiliated with, sponsored by, or endorsed by Oracle Corporation. The views, explanations, and experiences expressed here are the author’s own. Commands, scripts, and procedures may be based on Oracle’s official documentation and are provided for educational and reference purposes only. Always test and validate them before use in a Live/Production environment. Sample output shown in this article was generated during the author’s own testing and may vary depending on the environment.

Please read full Disclaimer.