Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Standby Database question
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
![]() |
![]() |