ORA-1033 Windows XP and ORA-12560
In the course of moving a couple of instances from Windows XP to Windows 7/64 I'm stumbling across an instance which is in a funny state.
C:\import\sid>sqlplus user/password@sid
SQL*Plus: Release 11.2.0.1.0 Production on Di Aug 12 12:12:55 2014
Copyright (c) 1982, 2010, Oracle. All rights reserved.
ERROR:
ORA-01033: ORACLE initialization or shutdown in progress
Prozess-ID: 0
Session-ID: 0 Seriennummer: 0
Benutzernamen eingeben:
C:\import\sid>sqlplus /nolog
SQL*Plus: Release 11.2.0.1.0 Production on Di Aug 12 12:13:13 2014
Copyright (c) 1982, 2010, Oracle. All rights reserved.
SQL> connect / as sysdba
ERROR:
ORA-12560: TNS: Fehler bei Protokolladapter
SQL>
How can I get this situation fixed?
TIA,
Christoph