From:             [EMAIL PROTECTED]
Operating system: 
PHP version:      4.0.4
PHP Bug Type:     OCI8 related
Bug description:  is always ORA-12699 Native service internal error 

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

-- 
Edit bug report at: http://bugs.php.net/?id=12621&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to