AJStadlin1
Member
Yesterday, I deployed our application into our production environment and noticed that initial connection to our Oracle server seems slower than the previous version of our application. The difference was that I replaced the old DOA 3 component with DOA 4.0.7.1. I never really noticed this during development, but users immediately noticed it, and I confirmed it.
If I run our DOA 3 version, the connection/logon takes about 1 second (or less). The DOA 4.0.7.1 version of our application takes about 5 seconds. We can live with it, but, if there is a way to tune the connect/login to be quicker, it would be nice. Perhaps this is related to some of the new features/settings of DOA 4? Let me know if you have any suggestions.
Other info:
In our production systems, we have not changed the database (Oracle 8.1.7.4.18) and have not changed the client (Oracle 8.1.7.3). Only the DOA component version was changed.
We already comment out the #SQLNET.AUTHENTICATION_SERVICES= (NTS)
line in the sqlnet.ora file to improve performance.
If I run our DOA 3 version, the connection/logon takes about 1 second (or less). The DOA 4.0.7.1 version of our application takes about 5 seconds. We can live with it, but, if there is a way to tune the connect/login to be quicker, it would be nice. Perhaps this is related to some of the new features/settings of DOA 4? Let me know if you have any suggestions.
Other info:
In our production systems, we have not changed the database (Oracle 8.1.7.4.18) and have not changed the client (Oracle 8.1.7.3). Only the DOA component version was changed.
We already comment out the #SQLNET.AUTHENTICATION_SERVICES= (NTS)
line in the sqlnet.ora file to improve performance.