alter database add standby logfile - American - Data BasyX

Oracle DBA Lite: an introduction to Oracle administration, part 6

your taste. You must force online redo logs to switch, so that they can be archived. One solution is to use the "alter system switch logfile ...

11gR2 RAC to RAC Switchover

Even though only one RAC instance on the standby database is open during the switchover, all other standby database instances will automatically undergo a transition to their new role correctly when they are opened. For a Real Application Clusters database, only one RAC instance on the standby database can be online during the role transition.

alter database add standby logfile - Bookshelf


Oracle9i new features
254 pages
Oracle9i new features

You can create standby redo logs on the standby database with the alter database add standby logfile statement. Just as with normal redo logs, you can add ...

Sys admin, the journal for UNIX system administrators Sys admin, the journal for UNIX system administrators

Before starting managed recovery (ALTER DATABASE RECOVER MANAGED STANDBY DATABASE...) you can add standby redo logfiles like the following example: ...

OCP Oracle database 10g, new features for administrators exam guide
688 pages
OCP Oracle database 10g, new features for administrators exam guide

The following statements can create online redo logs in the flash recovery area: CREATE DATABASE, ALTER DATABASE ADD LOGFILE, ALTER DATABASE ADD STANDBY ...

Oracle Dataguard, Standby Database Failover Handbook
230 pages
Oracle Dataguard, Standby Database Failover Handbook

This will create a standby redo log group and add a log file of size 4 MB to it: ALTER DATABASE ADD STANDBY LOGFILE GROUP 1 ...

OCP, Oracle 10g administration II study guide
752 pages
OCP, Oracle 10g administration II study guide

There are few important facts you need to know about creating database files in ... DATABASE ADD LOGFILE ALTER DATABASE ADD STANDBY LOGFILE ALTER DATABASE ...