<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: PHP with Oracle problem in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/php-with-oracle-problem/m-p/3603755#M68733</link>
    <description>thanks for your help Alex,the php script in the attachment</description>
    <pubDate>Wed, 17 Aug 2005 01:00:07 GMT</pubDate>
    <dc:creator>Fadia Almarei</dc:creator>
    <dc:date>2005-08-17T01:00:07Z</dc:date>
    <item>
      <title>PHP with Oracle problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/php-with-oracle-problem/m-p/3603747#M68725</link>
      <description>Dear All&lt;BR /&gt;i have Redhat Enterprise Linux v.4 As,i install on it Apache 1.3.33 and  php-4.4 and oracle 10g v.2 ,i run the apache and t is good i try to try a PHP file and it works , but when i try a cript which connect to the oracle DB it gives me the following error&lt;BR /&gt;"ocilogon(): _oci_open_server: Error while trying to retrieve text for error ORA-12546 "&lt;BR /&gt;i see that it is permission error but i do not know what to do, the apache installed as a root user and it runs as a nobody user, kindly help.&lt;BR /&gt;BR,&lt;BR /&gt;Fadia</description>
      <pubDate>Mon, 15 Aug 2005 05:04:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/php-with-oracle-problem/m-p/3603747#M68725</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2005-08-15T05:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: PHP with Oracle problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/php-with-oracle-problem/m-p/3603748#M68726</link>
      <description>It seems that oracle client is not configured right on your box. Ususally you get this message when it doesn't find the files of oracle client, so it can't fetch the description of the errors.&lt;BR /&gt;&lt;BR /&gt;Do you have oracle client files on this server? &lt;BR /&gt;&lt;BR /&gt;create php file "phpinfo.php" with this code:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;And run it. Check if you see OCI support enabled. If not, it seems that you should compile PHP with OCI libraries.&lt;BR /&gt;&lt;BR /&gt;Alex.&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Aug 2005 08:12:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/php-with-oracle-problem/m-p/3603748#M68726</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-08-15T08:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: PHP with Oracle problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/php-with-oracle-problem/m-p/3603749#M68727</link>
      <description>i do not have oracle client , the oracle server and the PHP in the same server.&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Aug 2005 08:28:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/php-with-oracle-problem/m-p/3603749#M68727</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2005-08-15T08:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: PHP with Oracle problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/php-with-oracle-problem/m-p/3603750#M68728</link>
      <description>OK, it's even better. What about "phpinfo.php" output?&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Aug 2005 08:38:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/php-with-oracle-problem/m-p/3603750#M68728</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-08-15T08:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: PHP with Oracle problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/php-with-oracle-problem/m-p/3603751#M68729</link>
      <description>There is definitely an integration issue with Oracle. &lt;BR /&gt;&lt;BR /&gt;Oracle ships this product with its own port of apache with special extensions made to give database access.&lt;BR /&gt;&lt;BR /&gt;The error code you are getting is pretty generic and pretty much shows that Oracle is not really sure whats wrong, but something is wrong.&lt;BR /&gt;&lt;BR /&gt;General advice here is that if possible its better to use the products that Oracle has integrated instead of what ships with Linux. Their httpd server will use a different port and will co-exist nicely with the apache that ships with the OS.&lt;BR /&gt;&lt;BR /&gt;The PHP script itself probably has an environment variable thats pointing to the wrong apache server or binaries and I'd look at the script carefully and see if there is a problem there.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 15 Aug 2005 09:06:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/php-with-oracle-problem/m-p/3603751#M68729</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-08-15T09:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: PHP with Oracle problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/php-with-oracle-problem/m-p/3603752#M68730</link>
      <description>Oh, right, it's been a while I did it.&lt;BR /&gt;&lt;BR /&gt;Now that SEP brought up the environment issue.&lt;BR /&gt;&lt;BR /&gt;Check if the ORACLE_HOME environment set in apache, I bet this is the problem.&lt;BR /&gt;&lt;BR /&gt;Alex.</description>
      <pubDate>Mon, 15 Aug 2005 09:52:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/php-with-oracle-problem/m-p/3603752#M68730</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-08-15T09:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: PHP with Oracle problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/php-with-oracle-problem/m-p/3603753#M68731</link>
      <description>Dear Alex&lt;BR /&gt;the ORACL_HOME variable set ccorrectly before i start the apache, i install apache in /opt/apache  filder , if you can  send me a php script to connect to oracle and i will try it.&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Aug 2005 00:46:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/php-with-oracle-problem/m-p/3603753#M68731</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2005-08-17T00:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: PHP with Oracle problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/php-with-oracle-problem/m-p/3603754#M68732</link>
      <description>You can see samples here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://il.php.net/manual/en/ref.oci8.php" target="_blank"&gt;http://il.php.net/manual/en/ref.oci8.php&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But according to your error, something is wrong, so if you want to help us help you, it will be very helpfull to attach an output of  script :)</description>
      <pubDate>Wed, 17 Aug 2005 00:48:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/php-with-oracle-problem/m-p/3603754#M68732</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-08-17T00:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: PHP with Oracle problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/php-with-oracle-problem/m-p/3603755#M68733</link>
      <description>thanks for your help Alex,the php script in the attachment</description>
      <pubDate>Wed, 17 Aug 2005 01:00:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/php-with-oracle-problem/m-p/3603755#M68733</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2005-08-17T01:00:07Z</dc:date>
    </item>
  </channel>
</rss>

