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: Standby Database question

Re: Standby Database question

From: Ralph Ganszky <ralph.ganszky_at_sap-ag.de>
Date: Sat, 14 Aug 1999 11:52:08 +0200
Message-ID: <37B53C48.EE024FEF@sap-ag.de>


Hi Nigel,

No Your standby datebase will be valid as long as You only do changes to Your database which are logged into the redo log files. If You make changes
to the dictionary these changes would be logged as any other changes to the database. Your standby database only becomes invalid when You executes statements without logging:

    TRUNCATE TABLE ...
    CREATE TABLE ... AS SELECT ... [NOLOGGING|UNRECOVERABLE]     look in documentation for further statements.

--
Best Regards,

Ralph Ganszky

Nigel Hillier wrote:

> All,
>
> Does anyone know if upgrading from 7.3.3 to 7.3.4 would invalidate the
> STANDBY database,
> specifically Running Upgrade Objects, and recreating the Context Data
> Dictionary?
>
> Thanks
>
> Nigel Hillier
Received on Sat Aug 14 1999 - 04:52:08 CDT

Original text of this message

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