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: Oracle 7.3.2 Connection problem : very long time to get a connection

Re: Oracle 7.3.2 Connection problem : very long time to get a connection

From: Pierre Charpenay <pcharpenay_at_unilog.fr>
Date: Mon, 17 Jan 2000 13:09:29 +0100
Message-ID: <38830679.49D0DFD7@unilog.fr>

Pascal Bricard a écrit :

> I have an Oracle 7.3.2 installed on a Bull Server AIX 4.1.5 Escala
> computer with 256 Mo memory.
>
> At any time there are about between 5 and 10 oracle processes running,
> each one corresponding to one database active connection.
>
> I login the server, then i run SQL Plus tool and connect to the DataBase:
> i have to wait from 1 minute to more than 3 minutes to get the "SQL>"
> prompt.
>
> What method could i use to find out this problem (is it an Oracle problem
> or an AIX one) ?
>

Try to see if you don't have a 'login.sql' file on your directory that's doing some 'strange' things.

After that, try to run 'sqlplus /nolog' and type 'connect count/passwd', if you wait at the first
command, there's a problem with AIX (not enough memory, swap space, ...); if you wait after
the second one, this is an Oracle problem (.ora parameters, ...).

Hope this helps.

Pierre Received on Mon Jan 17 2000 - 06:09:29 CST

Original text of this message

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