| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
|  |  | |||
Home -> Community -> Usenet -> c.d.o.server -> Re: Don't Use Shutdown Immediate for Full Backup
In article <01bd36fb$f3239ad0$b26054c7_at_qcqgmi1>,
Michel Gauthier <qgmi1_at_qbc.clic.net> wrote:
>I didn't know about the restricted option at the startup. However, what we
>do is the following:
>
>shutdown immediate (which kills every sessions),
>startup 
This alllows a hole for someone to get on.
>alter system switch logfile
>shutdown
>then full backup
>
>This way we force the creation of a recent archived redofile and also a
>recent checkpoint. Then we have a recently checkpointed database on a
>backup and the most up to date archived redofiles also on a backup.
The question was about cold backups.
>
>-- 
>Michel Gauthier
>qgmi1_at_qbc.clic.net
>Produits Forestiers Donohue Inc.
>The ideas expressed/language used reflect those of the author,
>Not necessarly those of Donohue Inc.
>
>> > In article <19980204003400.TAA11602_at_ladder03.news.aol.com>,
>> > Catcox <catcox_at_aol.com> wrote:
>> > >The manual says not to do a SHUTDOWN IMMEDIATE if you are going to do
 a full
>> > >cold backup of the database.  However  SHUTDOWN NORMAL isn't likely to
 bring
>> > >the database down since invariably there are sessions hanging.  Of
 course the
>> > >backup is done in the middle of the night, and I won't be around to
 kill any
>> > >sessions.   I'm wondering what other people have done.  Should I write
 a script
>> > >to kill all sessions before the shutdown script runs or what?
>> >
>> > That is one way.  The other way is to do the shutdown immediate, bring
 the
>> > database back up restricted.
>
-- These opinions are my own and not necessarily those of Information Quest jgarry@eiq.com http://www.informationquest.com http://ourworld.compuserve.com/homepages/joel_garry "See your DBA?" I AM the @#%*& DBA!Received on Wed Feb 11 1998 - 00:00:00 CST
|  |  |