Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: SVRMGR on the way out?
Erwin Dondorp <erwindon_at_wxs.nl> wrote in message news:<3B541138.8C9EE555_at_wxs.nl>...
>
> Use "sqlplus /nolog" to prevent it from asking as password.
> Then use "connect / as sysdba" to log in.
>
> E.
This, too, does not seem to work in 8.1.6 (on AIX 4.3). See the session info below:
jupiter> sqlplus /nolog
SQL*Plus: Release 8.1.6.0.0 - Production on Tue Jul 17 10:12:27 2001
(c) Copyright 1999 Oracle Corporation. All rights reserved.
SQL> connect / as sysdba
ERROR:
ORA-01090: shutdown in progress - connection is not permitted
SQL> connect internal
ERROR:
ORA-01090: shutdown in progress - connection is not permitted
But, if I quit from SQLplus and use SVRMGR I am able to connect as internal and shutdown the hanging instance.
SQL> quit
/u/oracle
jupiter> svrmgrl
Oracle Server Manager Release 3.1.6.0.0 - Production
Copyright (c) 1997, 1999, Oracle Corporation. All Rights Reserved.
Oracle8i Enterprise Edition Release 8.1.6.0.0 - Production
With the Partitioning option
JServer Release 8.1.6.0.0 - Production
SVRMGR> connect internal
Connected.
SVRMGR> shutdown abort
ORACLE instance shut down.
Alanoly Andrews. Received on Tue Jul 17 2001 - 09:35:29 CDT
![]() |
![]() |