Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: shutdown normal
Always do shutdown immediate so oracle can rollback the running transactions. shutdown normal will wait for very process to finish. If a long job is in progress then it has to finish. you can also put it in restricted mode 'alter system enable restricted session' to avoid new user form coming in while you are doing backups.
John Roberts wrote:
> Hello Oracle gurus
>
> I'm trying to shut down my instance by connecting as internal and issuing
> the "shudown normal" command, however, the database never shuts down.
> Ultimately I'm doing this to take physical backups of all my data files,
> control files, etc. How long should a shutdown normal operation take in a
> small (< 500 MB) database? Also, is there a way to insure that all users
> are disconnected? In DBA studio the only users that i see still connected
> are system for several background processes.
>
> Any ideas?
>
> Thanks!
>
> - John
Received on Fri Mar 09 2001 - 13:48:49 CST
![]() |
![]() |