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: SVRMGR on the way out?

Re: SVRMGR on the way out?

From: Alanoly J. Andrews <alanolya_at_invera.com>
Date: 17 Jul 2001 07:35:29 -0700
Message-ID: <e76061b9.0107170635.6027bd2a@posting.google.com>

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

Original text of this message

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