Monday, November 14, 2011

DBA Commands

How to find file path?
find -a -name
How to find version?
strings -a | grep '$Header'

Where could be url_fw.conf?   It'd be at $INST_TOP/ora/10.1.3/Apache/Apache/conf

Where could be orion-web.xml?  $ORACLE_HOME\j2ee\\application-deployments\\



How to search for word in all files of all directories in unix

grep -r 'word-to-search' *