Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Perfomrance Issue When using BEQ protocol
Hi!
> The I test connection using the two connect strings, using the tnsping
utility
> over a period of time, and I found that using the BEQ connect string is
much
> slower than using the TCP/IP connect string. Following are sample test
results:
Since the BEQ protocol doesn't use a listener, tnsping has to spawn an oracle process to be able to test the connection and this takes time. With IPC and TCP, you already have a listener up and running and just returning answer from it is much faster.
But as Stephane and Jurijs here already mentioned, you should test performance of an already open connection from your application, not using tnsping.
Tanel.
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Thu Jul 08 2004 - 03:31:24 CDT
![]() |
![]() |