|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-04-13 08:47 UTC] thies@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 18:00:01 2025 UTC |
I have installed NT4+PHP+ORACLE8.0.4+APACHE in my computer. I want to access ORACLE server to another computer from web server. It is ok to access ORACLE SERVER with PERL, but i cannot access using PHP. The first error is ora-12514 , but i change, change and change, now it is always ORA-12699 Native service internal error . <? php ocilogon("system","manager","$db"); ?> $db="(DESCRIPTION=(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.4)(PORT = 1521))(CONNECT_DATA = (SID = ORCL)))"; Warning: _oci_open_server: ORA-12699:Native service internal error