Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: PHP5 and Oracle 10g
PHPguy <PHP_at_donemailme.net> wrote in
news:11q6j502hihuqb5_at_news.supernews.com:
> I am having serious issues with PHP5/Apache on Solaris 10 (sparc) with
> Oracle 10.2.0.1.0 Enterprise.
>
> I can't connect to it using PHP and get the following:
>
> Warning: ociplogon() [function.ociplogon]: _oci_open_server: Error while
> trying to retrieve text for error ORA-12170
>
> Sqlplus and Tnsping work fine.
>
> Any hints as to how to go about debugging this? How can I trace this??
>
> Thanks
12170, 00000, "TNS:Connect timeout occurred"
// *Cause: The server shut down because connection establishment or // communication with a client failed to complete within the allotted time // interval. This may be a result of network or system delays; or this may // indicate that a malicious client is trying to cause a Denial of Service // attack on the server. // *Action: If the error occurred because of a slow network or system, // reconfigure one or all of the parameters SQLNET.INBOUND_CONNECT_TIMEOUT, // SQLNET.SEND_TIMEOUT, SQLNET.RECV_TIMEOUT in sqlnet.ora to larger values. // If a malicious client is suspected, use the address in sqlnet.log to // identify the source and restrict access. Note that logged addresses may // not be reliable as they can be forged (e.g. in TCP/IP).Received on Fri Dec 16 2005 - 18:55:38 CST
![]() |
![]() |