[PHP-DB] OCILogon Question

2002-10-15 Thread Ernst.Hesse

Hi everybody,

I have set up a connection to an Oracle database using OCILogon. In general that 
works, but frequently (without a clear pattern) it does not.

I know that the performance of the network is variying very much (tsnping takes 
between 20ms up to hundreds of ms).

Does someone know whether this might have an impact on OCILogon or has anybody an 
idea, whether OCILogon has got a time limit, in which the database has to answer?

BR
Ernst

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DB] OCILogon Question

2002-10-15 Thread Thies C. Arntzen

On Tue, Oct 15, 2002 at 03:10:20PM +0200, [EMAIL PROTECTED] wrote:
 Hi everybody,
 
 I have set up a connection to an Oracle database using OCILogon. In general that 
works, but frequently (without a clear pattern) it does not.
 
 I know that the performance of the network is variying very much (tsnping takes 
between 20ms up to hundreds of ms).
 
 Does someone know whether this might have an impact on OCILogon or has anybody an 
idea, whether OCILogon has got a time limit, in which the database has to answer?

no, you can only set timeouts etc in your tnsnames.ora file,
ocilogon has no intelligence at all;-)

re,
tc

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php