| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Re: Unable to bounce Oracle Instance
do not use TNS specifier in "sqlplus username/password_at_instance"
ensure REMOTE_LOGIN_PASSWORDFILE=EXCLUSIVE in INIT.ORA file
DOS>set ORACLE_SID=<SID> DOS>cd %ORACLE_HOME%\dbs DOS>orapwd file=orapw<SID> password=<ORAPWPASSWD> DOS>sqlplus /nolog SQL>connect sys/<ORAPWPASSWD> as sysdba
Rob Walling wrote:
> 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.
>
> *************
> In DBA Studio I connect as SYSDBA and select "shutdown immediate"
> under Instance->database and it spins for a second and then stops with
> an exclamation point. Then it says it's in an unknown state and I have
> to start it up again and it works fine. But it never actually shuts
> down. I've also tried "shutdown abort," but that doesn't work either.
>
> *************
> In svrmgrl I get an error: "ORA-12560: TNS:protocol adapter error"
> when trying to connect. I do have ORACLE_SID = <correct SID> in the
> system environment variables on the box.
>
> *************
> Using SQL*PLUS I can connect using:
>
>
>>sqlplus username/password_at_instance, then >>
![]() |
![]() |