Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Get database connection performance
"Tim Smith" <timasmith_at_hotmail.com> wrote in message
news:a7234bb1.0402261908.39794a4d_at_posting.google.com...
> We have an 8.05 database on windows 2000 and a legacy app that is
> getting a new connection for many operations. Due to performance
> problems we need to speed up this operation now, before we can fix the
> code.
>
> Are there any database parameters that are non-intrusive that can
> speed up the operation of getting a connection?
Do you have sqlnet.authentication_services=(nts) in sqlnet.ora? If so do you need it? This can definitely delay getting a windows connection due to the security checks. Received on Tue Mar 02 2004 - 02:59:55 CST