Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Hot Standby questions on nesting Alter tablespace begin backup's

Re: Hot Standby questions on nesting Alter tablespace begin backup's

From: Bob <boblai_at_yahoo.com>
Date: 11 Mar 2002 23:12:55 -0800
Message-ID: <26704392.0203112312.3a4f4d54@posting.google.com>


Svend Jensen <Master_at_OracleCare.Com> wrote in message news:<3C89FAAA.8050209_at_OracleCare.Com>...
> Bob wrote:
>
> > Is it permissible to nest the following:
> >
> > alter tablespace <table 1> begin backup
> > alter tablespace <table 2> begin backup
> > ...
> > alter tablespace <table 2> end backup
> > alter tablespace <table 1> end backup
> >
> > What I do in the middle is not lengthy, I'm doing a
> > disk mirror suspend. I need to have a complete but
> > consistent set of tablespaces, control files, and
> > logs so that I can recover from this set in the
> > event of a disaster.
> >
> > TIA
> >
> > Bob
> >
> > PS Sorry if this hits the news group twice: stuttering pinky finger
> >
>
> You can set all tablespace in begin backup mode, then suspend the
> database, break the mirror, set tablespace back in normal mode.
> The command is ALTER SYSTEM SUSPEND, and ALTER SYSTEM RESUME.
> Check the doc on suspend/os-system backup.
>
> /Svend Jensen

Thanks all,

Bob Received on Tue Mar 12 2002 - 01:12:55 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US