Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Slow connect time

Re: Slow connect time

From: Giorgos Tsiamitas <gtsiam_at_gmx.net>
Date: Wed, 23 May 2001 09:56:13 GMT
Message-ID: <1PLO6.73$ex4.3682@nreader1.kpnqwest.net>

Try:

  1. turning auditing off. Check DBA_PRIV_AUDIT_OPTS and DBA_STMT_AUDIT_OPTS to see if auditing is set for "create session".
  2. turning instance-wide session tracing off (ini parm SQL_TRACE=false)
  3. disabling logon triggers, if any
--
Giorgos

"Mark Fraser" <mark101doesntlikespam_at_telocity.com> wrote in message
news:1%JO6.4074$ce.4869134_at_newsrump.sjc.telocity.net...

> Hello,
>
> I am running Oracle 8i Enterprise Edition and have suddently
> started experiencing slow connect times. The slowness occurs
> in both SQLPLUS and when connecting via JDBC. It occurs
> when connecting from the same machine on which the server
> resides.
>
> TNSping returns in 20 ms.
>
> When I run SQLPLUS, I immediately get a login prompt, but it takes
> about fifteen seconds to connect after entering login info. The
> same slowness occurs when I login via SQLPLUS username/password.
> I have tried with tracing both on and off. And I tried renaming
> the .dat files in .\otrace\admin which are about 1M.
>
> System:
>
> Win 2K
> 256 MB RAM
> Duron 750
>
> I don't see any other logs that have grown unreasonably.
>
> Any suggestions?
>
> Thanks,
>
> Mark
>
>
>
Received on Wed May 23 2001 - 04:56:13 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US