Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: PHP5 and Oracle 10g

Re: PHP5 and Oracle 10g

From: <yong321_at_yahoo.com>
Date: 16 Dec 2005 21:35:50 -0800
Message-ID: <1134797750.575273.23100@g14g2000cwa.googlegroups.com>


Did you install 10g client and Apache runs as nobody? Did you run sqlplus and tnsping as non-root? If it fails, it could be bug 4516865

https://metalink.oracle.com/metalink/plsql/ml2_documents.showBUG?p_id=4516865

Check the world permissions for files and directories. I think that problem exists not just on Linux.

I had to
find $ORACLE_HOME -perm 640 -exec chmod 644 {} \; find $ORACLE_HOME -perm 750 -exec chmod 755 {} \; to make it work. I made sure no suid or sgid bit files/directories exist.

Yong Huang Received on Fri Dec 16 2005 - 23:35:50 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US