Tag Archives: standby

Configure Rman to Purge Application standby logs.

Configure RMAN to purge archivelogs after Application on standby.

Posted in Configuration., Recovery Manager | Tagged , , , | Comments Off

Optimal Redo Log Size

Tuning my physical standby, a metalink note stated to tune the optimal logfile size.

Posted in Tuning in General | Tagged , , , , , , | Comments Off

archive_lag_target

archive_lag_target

Posted in Configuration., Oracle, Parameters | Tagged , , , , , , | Comments Off

Error 16047 creating remote archivelog file

Had errors with a physical standby. Here’s what the investigation revealed.

Posted in Configuration., Oracle, Parameters, Physical Standby, Standby | Tagged , , , , , , , , , , | Comments Off

Recovery failure due to archive corruption.

Physical standby performing recovery had a problem with the redo stream, throwing a lot of information out.

Posted in Oracle | Tagged , , , , , , , | Comments Off

FAL[client]: Failed to request gap sequence

FAL[client]: Failed to request gap sequence on a standby database indicates that the sequence being requested from all servers is not available. This I find commonly occurs where the backup on the production system clear’s out the archives on the … Continue reading

Posted in Oracle, Physical Standby | Tagged , , , , , , , , , , | Comments Off

Misleading ORA-01009

Client’s RAC to single instance standby database was having problems, throwing error ORA-01009. This was not helpful. $ oerr ora 100901009, 00000, “missing mandatory parameter”// *Cause:// *Action: So, How to resolve this ……..

Posted in Oracle | Tagged , , , , | Comments Off

Checking Standby Databases.

A client required to be sent a mail to update them on the status of two standby database’s. We could write something which logs onto each machine, checks the information and mails them out, or we can check just the … Continue reading

Posted in Oracle | Tagged , , , , | Comments Off

Recover standby with missing archived logs.

Recovering a database with missing archives. We face a situation sometimes where a standby database is missing redo logs, and the primary no longer has them available. Here’s a means to get past that problem using rman.

Posted in Recovery Manager | Tagged , , , , , | Comments Off

Compress and shift archives.

A client wants to implement a standby database on 10g without dataguard configured. What’s the best way to move archives, and should they be compressed?

Posted in Oracle | Tagged , , , , | Comments Off