php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #28121 ocilogon error
Submitted: 2004-04-23 12:35 UTC Modified: 2004-04-23 12:43 UTC
From: ouekalo at yahoo dot fr Assigned:
Status: Not a bug Package: OCI8 related
PHP Version: 4.3.6 OS: Mandrake 8.1
Private report: No CVE-ID: None
 [2004-04-23 12:35 UTC] ouekalo at yahoo dot fr
Description:
------------
I can't connect to oracle via php
I get the follow error:

Warning : ocilogon() : OCISessionBegin : ORA-01034 : oracle not available : ORA-27123 : unable to attach to shared memory segment linux : error : 13 Permission denied in /usr/local/apache/htdocs/oci8test.php on line 2

But i can connect with sqlplus and all oracle services are running on my system. no problem.



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-04-23 12:43 UTC] tony2001@php.net
Try to change parameter SQLNET.AUTHENTICATION_SERVICES in sqlnet.ora (located in $ORACLE_HOME/network/admin) to

SQLNET.AUTHENTICATION_SERVICES = (NONE)
and restart oracle services.

It's not a PHP problem, the problem is in your settings, so if this doesn't help - try to search the Web.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Nov 01 01:01:28 2024 UTC