Oracle System Administration – Linux Commands (Red Hat)

AshokTechnical TipsLeave a Comment

Oracle Admin – Linux Commands (Sortable List)

Following is a sortable table of the most common Linux commands we use on a day-to-day basis while implementing and maintaining Oracle Fusion Middleware environments (to sort, click on a column heading):

Command Explanation
ls List content of a directory
cd [dir] change directory
tail -f [log_file] Lists end of file as it is being updated in real-time
./opmnctl [argument] Allows you to run opmnctl even if it is not in your PATH and you are currently in the the ORACLE_HOME/opmn/bin directory
export ORACLE_HOME=`pwd` Sets ORACLE_HOME environment variable to your current directory

Leave a Reply

Your email address will not be published. Required fields are marked *