Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: SVRMGR on the way out?
Kevin Grant wrote:
> SQL*Plus: Release 8.1.7.0.0 - Production on Tue Jul 17 08:30:09 2001
>
> (c) Copyright 2000 Oracle Corporation. All rights reserved.
>
> SQL> connect / as sysdba
> ERROR:
> ORA-01090: shutdown in progress - connection is not permitted
>
> SQL> connect sys as sysdba
> Enter password:
> ERROR:
> ORA-01090: shutdown in progress - connection is not permitted
>
> I can however do a 'connect internal' from withing SQLPlus. This isn't
> much good in 9i though if 'connect internal' is no longer supported.
>
> Eg:
>
> SQL> connect internal
> Connected to an idle instance.
> SQL>
>
> Maybe someone could try this on 9i and let us know what happens? Are we
> missing something fundamental here?
Use "sqlplus /nolog" to prevent it from asking as password. Then use "connect / as sysdba" to log in.
E. Received on Tue Jul 17 2001 - 05:19:36 CDT
![]() |
![]() |