Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: ORA-01031 on Windows 2000 Server Service Pack 3
On 9 Aug 2002 11:05:26 -0700, marko.kimpel_at_gmx.de (Marko Kimpel)
wrote:
>I just updated a Windows 2000 Server machine from Service Pack 2 to
>Service Pack 3.
>
>Then I tried to update the Oracle Database Server from 8.1.7.2.1 to
>8.1.7.4.1. While the installation of the files and the execution of
>catalog.sql and catproc.sql went fine, the 'CONNECT / AS SYSDBA'
>statement failed.
>
>Please have a look at the following screen dump. Connecting as sysdba
>from the console just does not work. (I am logged in the as same
>Windows user who installed the database. I am member of the group
>ORA_DBA.)
>
>----
>D:\>sqlplus /nolog
>
>SQL*Plus: Release 8.1.7.0.0 - Production on Fri Aug 9 19:49:26 2002
>
>(c) Copyright 2000 Oracle Corporation. All rights reserved.
>
>SQL> connect / as sysdba
>ERROR:
>ORA-01031: insufficient privileges
>
>
>SQL>
>----
>
>Any ideas?
>
>I did exactly the same on another machine, there it worked. The only
>difference I found is the other machine runs on Windows 2000
>Professional and not Windows 2000 Server. But I don't know if Windows
>is the cause at all.
>
>Marko
Did you by any chance, change remote_login_passwordfile to exclusive?
In that case the internal password and the sys password should be
identical. Initially, after the change, they aren't which is why you
are getting ora-1031.
When this doesn't resolve it
Note:114401.1 on Metalink is discussing common causes.
Hth
Sybrand Bakker, Senior Oracle DBA
To reply remove -verwijderdit from my e-mail address Received on Fri Aug 09 2002 - 13:53:23 CDT
![]() |
![]() |