php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #34382 ORA-03123 error in ocilogon
Submitted: 2005-09-06 01:42 UTC Modified: 2005-10-12 11:59 UTC
Votes:2
Avg. Score:5.0 ± 0.0
Reproduced:2 of 2 (100.0%)
Same Version:1 (50.0%)
Same OS:0 (0.0%)
From: phodd at water dot co dot nz Assigned:
Status: Closed Package: OCI8 related
PHP Version: 5.0.4 OS: Win 2003 server
Private report: No CVE-ID: None
 [2005-09-06 01:42 UTC] phodd at water dot co dot nz
Description:
------------
On switching back to PHP 4.4.0, and changing nothing else, the login works fine.

Am connecting to a Ocacle Rdb database on an OpenVMS platform.



Reproduce code:
---------------
$conMozaic=ocilogon($mozaicUser, $mozaicPassword, "moznrel")

Expected result:
----------------
Successful logon

Actual result:
--------------
ORA-03123 error

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-09-06 08:55 UTC] tony2001@php.net
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.



 [2005-09-06 23:43 UTC] phodd at water dot co dot nz
Sorry Tony, not sure what part of the 'how to report a bug' document I have fallen down on.

I believe I have explained what I did (ie ocilogon with a specific user id, password and database) what I expected to happen (ie the login to occur), what did happen (I got an oracle error ORA-03123).

Then without changing anything else, I installed PHP 4.4.0 and tried the same login, which worked, then reverted to PHP 5.0.4, it did not, then back to PHP 4.4.0 it worked. Same OS, Apache version, Oracle OCI version etc, etc. I can supply specific version of all that stuff if you consider it relavant. I can also supply any .ini etc files if you that would help. In general, if you can be specific about the sort of stuff you need I will provide.

I did search the bug database first, but cannot see any similar issues.


Peter.
 [2005-09-07 08:49 UTC] sniper@php.net
Think harder: What does Tony need to be able to reproduce this himself?
 [2005-09-15 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 [2005-10-12 11:53 UTC] atixier at france-loisirs dot com
This problem is a "subproblem" of bug #26829.
oci8.1.1.1 seems correct the bug.
 [2005-10-12 11:59 UTC] tony2001@php.net
Marking as closed then.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 02 10:01:30 2024 UTC