February 2012
M T W T F S S
« Apr    
 12345
6789101112
13141516171819
20212223242526
272829  

Traditional Way for Installing PHP(OCI enabled) + Apache on Linux

Actually, the traditional way is compiling source from scratch. Below is information from OTN: Installing Apache, PHP, JDeveloper, and the PHP Extension on Linux
Apache 1.3

Login as Oracle user.
Copy/download apache_1.3.31.tar.gz
tar -zxf apache_1.3.31.tar.gz
cd apache_1.3.31
Configure:
./configure –enable-module=so –prefix=$HOME/apache –with-port=8888

Build: make
Install: make install
Start Apache: $HOME/apache/bin/apachectl start
Go to a browser and [...]

OMonitor

What is it?
OMonitor is motivated by the real-time system monitor, such as Windows Tasks Manager, Linux top command.
It provides and will provide the real-time monitoring and analysis to the current running Oracle Database.
Graph visualization and table analysis are the fundamental of OMonitor, it will be easy to use,
easy to discover problem and easy to analyze [...]