oracle <defunct> Solution

admin

Administrator
Staff member
When oracle database server is accessed using PHP+Apache, some processes go defuctioning. 'ps -AH' command shows many 'oracle <defunc>' processes.

This problem should not be there if '--enable-sigchild' parameter is added during PHP configuration.

So the command should be like:

./configure --with-oracle=ORACLE_HOME_PATH --with-oci8=ORACLE_HOME_PATH --with-apache=../apache_1.3.x --enable-sigchild --enable-track-vars
 
Back
Top