Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle DB connection problem
Chris wrote:
> Hi everyone
>
> I'm getting the following Oracle db error connection message sporadically
> trying to connect to the db from the server. It did work some times (1st &
> 4th) but other times failed (2nd & 3rd) - Any ideas?
>
> Thanks
> Chris
>
> $ sqlplus username/password_at_dbname
> SQL*Plus: Release 8.1.5.0.0 - Production on Wed Jul 3 11:58:06 2002
> (c) Copyright 1999 Oracle Corporation. All rights reserved.
>
> ERROR:
> ORA-12537: TNS:connection closed
>
> Enter user-name:
> ERROR:
> ORA-01017: invalid username/password; logon denied
>
> Enter user-name: ^C
>
> $ sqlplus username/password_at_dbname
> SQL*Plus: Release 8.1.5.0.0 - Production on Wed Jul 3 11:58:32 2002
> (c) Copyright 1999 Oracle Corporation. All rights reserved.
>
> Connected to:
> Oracle8i Enterprise Edition Release 8.1.5.0.0 - Production
> With the Partitioning and Java options
>
> PL/SQL Release 8.1.5.0.0 - Production
> SQL> exit
>
> $ sqlplus username/password_at_dbname
> SQL*Plus: Release 8.1.5.0.0 - Production on Wed Jul 3 12:04:34 2002
>
> (c) Copyright 1999 Oracle Corporation. All rights reserved.
>
> Connected to:
> Oracle8i Enterprise Edition Release 8.1.5.0.0 - Production
> With the Partitioning and Java options
>
> PL/SQL Release 8.1.5.0.0 - Production
> SQL> exit
>
> $ sqlplus username/password_at_dbname
> SQL*Plus: Release 8.1.5.0.0 - Production on Wed Jul 3 12:04:49 2002
>
> (c) Copyright 1999 Oracle Corporation. All rights reserved.
>
> ERROR:
> ORA-12537: TNS:connection closed
> Enter user-name:
Any firewalls involved?
Are you connecting from a client to a server or is this all on the same machine?
What O/S? (name and version)
You are using unsupported software. Consider upgrading to the latest 8.1.7 release for your platform.
Daniel Morgan Received on Mon Jul 08 2002 - 10:06:50 CDT
![]() |
![]() |