|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-01-07 19:48 UTC] sniper@php.net
[2001-01-09 02:39 UTC] steinm@php.net
[2001-02-20 07:54 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 03 03:00:01 2025 UTC |
I thought it might be bug, because the Oralce 8.16 for linux is quite new. after successful complie and installation, when tried to access oracle like this: <? ocilogon("system","test","TEST"); ?> I get this error Warning: _oci_open_server: Error while trying to retrieve text for error ORA-12546 in /home/otherways/htdocs/testo.php on line 2 ORA-12546 TNS:permission denied Cause: User has insufficient privileges to perform the requested operation. Action: Acquire necessary privileges and try again. but I use "sqlplus system/test@TEST", it totally ok. why php can't access oracle? but oracle 8.16 for solaris sparc + apache1.3.12 + php4.02 + solaris 7 have no such a problem, it work great! it seems only happen my linux(redhat6.2)+ oracle 8.16 for linux + php4.02