From:             marco dot manngatter at ecg-leipzig dot de
Operating system: SuSE Linux 9.2
PHP version:      5CVS-2005-03-04 (dev)
PHP Bug Type:     OCI8 related
Bug description:  NLS ERROR OCISessionBegin: ORA-00604 with 
NLS_LANG=GERMAN_GERMANY.WE8ISO8859P15

Description:
------------
ocilogon works with NLS_LANG = NLS_LANG=AMERICAN

!!!!DOES NOT WORK WITH !!!
NLS_LANG=GERMAN_GERMANY.WE8ISO8859P15



Reproduce code:
---------------
phpcode:

$user = "test";
$pw = "test";
$db = "gabi.dv.cng";

$conn = ocilogon($user,$pw,$db);

Expected result:
----------------
Warning: ocilogon(): OCISessionBegin: ORA-00604: error occurred at
recursive SQL level 1 ORA-01756: quoted string not properly terminated in 

Actual result:
--------------
with ociinternaldebug(1);

OCIDebug: _oci_open_server new conn=0 dname=gabi.dv.cng
 
 Warning: ocilogon(): OCISessionBegin: ORA-00604: error occurred at
recursive SQL level 1 ORA-01756: quoted string not properly terminated in
/srv/www/htdocs/index.php on line 9
 OCIDebug: _oci_open_session: FAILURE -> CLEANUP called
 OCIDebug: START _oci_close_session: logging-off sess=0
 OCIDebug: _oci_close_session: logging-off DEAD session
 OCIDebug: oci_do_connect: FAILURE -> CLEANUP called
 OCIDebug: START _oci_conn_list_dtor: id=0
 OCIDebug: END _oci_conn_list_dtor: id=0

-- 
Edit bug report at http://bugs.php.net/?id=32190&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=32190&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=32190&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=32190&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=32190&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=32190&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=32190&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=32190&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=32190&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=32190&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=32190&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=32190&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=32190&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=32190&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=32190&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=32190&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=32190&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=32190&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=32190&r=float
No Zend Extensions:          http://bugs.php.net/fix.php?id=32190&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=32190&r=mysqlcfg

Reply via email to