Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: shutdown immediate hung
Mike Adams wrote:
>
> I attempted to "shutdown immediate" on one of our "test" databases tonight.
> The shutdown hung after closing and unmounting the database. I checked the
> "alert" log and the last statement (see last line of this posting) says it's
> "waiting for detached processes to terminate". Anyone know what this
> means???
>
> I checked the processes for the instance and the only processes remaining
> are:
>
> oracle 823 822 0 18:38:33 ? 0:00 oracleroctest
Isn't this a dedicated server process (823)? try this
#kill -9 823
and the shutdown should complete. Received on Thu May 18 2000 - 00:00:00 CDT
![]() |
![]() |