Oracle System Administration - Linux Commands (Red Hat)
By M&S Consulting (Ashok) on Jun 4th, 2009
Filed Under Technical Tips // Tags: in the trenches, oracle application server, oracle architecture, oracle dev
Filed Under Technical Tips // Tags: in the trenches, oracle application server, oracle architecture, oracle dev
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 |
Related Information:
- OID Install in Oracle Enterprise Linux (OEL) 5 - Shared Libraries Error When installing 10g OID on OEL5, if you run into the following error, you can run the below commands to...
- Move Oracle Linux VM to New Machine - Static IP I just copied an Oracle Enterprise Linux VM from one Windows machine to another and the IP address for the...
- Amazon EC2 Server Pricing Matrix (Linux and Windows) I was trying to figure out Amazon EC2 pricing recently, and found myself pulling out a calculator for what they...
- Oracle APEX 3.2 Download - Application Express for Windows, Linux, etc. Oracle APEX 3.2, the latest of the APEX downloads, is available on oracle.com as of February 27, 2009. This is...
- Oracle Application Server Startup and Shutdown Script Generator - FREE Complete the below to receive scripts to automatically startup and shutdown your Oracle Application Server 10.1.2.x or 10.1.3.x midtier environment....
- TOAD for Oracle 9 or TOAD 10 - 64-bit Windows - ORA-12154: could not resolve the connect identifier specified or ORA-6413: connection not open I recently downloaded the new 10.x version of TOAD and could not connect to my databases. Still running TOAD 9.x,...
- BPA 10.1.3.4 Windows Install with XE I have just had a heck of a time with installing BPA (Architect) Evaluation on a Windows Server 2003 machine....
