Problem with oraclesession component

I write because i have a problem with the Oracle Session Component.
When I open the connection to the oracle server in my client for first time it takes about 20 to 25 seconds to connect.
But, without close the application after close the conection and open again the session is open almost immediatly.
How can I reduce this wait time?
it's normal ?, what can I do.?
Thank you very much.
 
You should check this file:
%OracleHome%\Network\Admin\sqlnet.ora

If it contains this line:

SQLNET.AUTHENTICATION_SERVICES=(NTS)

Change it to a comment line:

# SQLNET.AUTHENTICATION_SERVICES=(NTS)

This is a known Oracle Installer bug that can cause unacceptable connection delays.

------------------
Marco Kalter
Allround Automations
 
Back
Top