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: php oracle10

Re: php oracle10

From: Mladen Gogala <gogala_at_sbcglobal.net>
Date: Fri, 21 Apr 2006 01:12:06 GMT
Message-Id: <pan.2006.04.21.01.12.06.150722@sbcglobal.net>


On Thu, 20 Apr 2006 09:52:44 -0700, prunoki wrote:

> Hi,
>
> After migrating from the "big" oracle client to instant client, the
> letters with accent does not appear in my web application. I use PHP to
> generate the web pages.
>
> The database server nls_lang is american_america.ee8iso8859p2. This was
> set on my Fedora Core as an environment variable and everything worked.
> With instant client, this nls_lang env variable is obsolete, I
> understand it is not used anymore. How to set up instant client to do
> the same conversion, thus enabling the letters with accents to appear
> again?
>
> Regards,
>
> Hegyvari Krisztian

I replied to the same post on comp.lang.php. Please, take a look at error_log file and see whether there are any errors. If you are using Apache that comes with FC4, the pathname is /etc/httpd/logs/error_log. The entries you're looking for look like this:

[Thu Apr 20 21:10:27 2006] [error] [client 127.0.0.1] PHP Warning: ocilogon() [<a href='function.ocilogon'>function.ocilogon</a>]: ORA-01033: ORACLE initialization or shutdown in progress in /usr/local/PHP/adodb/drivers/adodb-oci8.inc.php on line 228, referer: http://localhost/dba/dba_helper.php

-- 
http://www.mgogala.com
Received on Thu Apr 20 2006 - 20:12:06 CDT

Original text of this message

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