Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Unable to bounce Oracle Instance
I'm using Oracle 8i on Windows 2000, and am unable to bounce an
instance of it using DBA Studio, svrmgrl (I know it's deprecated, but
tried anyways), or SQL*PLUS.
>sqlplus username/password_at_instance, then
SQL> connect username/password_at_instance AS SYSDBA
but then when I try to execute shutdown immediate it says:
"ORA-00106: cannot startup/shutdown database when connected to a dispatcher"
But when I try to create an entry in tnsnames with (SERVER=DEDICATED), I can't connect through SQL*PLUS at all (I get "ORA-12537: TNS:connection closed").
If instead I try:
SQL>connect internal
I get:
"ORA-24327: need explicit attach before authenticating a user"
Any help is very much appreciated! Received on Fri Feb 01 2002 - 18:34:36 CST
![]() |
![]() |