Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Cant shut down Normal
Try startup restrict instead. Exclusive means you mount database with single
instance mode.
If problem persists, check from v$session whether you have any sessions logged in. If I recall correctly, there used to be an issue with DBSNMP user (who might have had restricted session priv etc..). The solution was to run lsnrctl dbsnmp_stop to force dbsnmp user off database.
Tanel.
"Michael Rothwell" <marothwell_at_yahoo.com> wrote in message
news:s0WdneCDKal7oduiXTWJkQ_at_comcast.com...
> I have an old Win2K system at home running 8i that I occassionally test
> scripts on. I did a shutdown immediate, startup exclusive, then
> shutdown normal. The first two steps completed with no problem but the
> shutdown normal just hangs. I'm not seeing very much CPU resources
> being used, nor is the disk getting hammered. Any idea what is happening?
>
>
> Thanks,
>
> Michael
>
> --
> There is no worse tyranny than to force a man to pay for what he does
> not want merely because you think it would be good for him. -- Robert
> Heinlein
>
Received on Fri Aug 22 2003 - 12:09:18 CDT