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: Svend Jensen <Master_at_OracleCare.Com>
Date: Sat, 09 Mar 2002 13:06:02 +0100
Message-ID: <3C89FAAA.8050209@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 Received on Sat Mar 09 2002 - 06:06:02 CST

Original text of this message

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