Question:

What Is Archived Redo Log ?

Not finding your answer? Try searching the web for what is archived redo log
Top Answers
Archived Redo Log consists of Redo Log files that have archived before being reused.
http://answers.yahoo.com/question/index?qid=2008091812...   See entire page »
Oracle Database lets you save filled groups of redo log files to one or more offline destinations, known collectively as the archived redo log , or more simply the archive log. The process of turning redo log files into archived redo log fi...
http://download.oracle.com/docs/cd/B19306_01/server.10...   See entire page »
Archived Redo Log consists of Redo Log files that have archived before being reused.
http://knoworacle.wordpress.com/category/knowledge-bas...   See entire page »
Images
More Web Answers
Archived Redo Log consists of Redo Log files that have archived before being reused.
http://www.prepareinterview.com/tips/questionOracleTips...   See entire page »
Archived Redo Log consists of Redo Log files that have archived before being reused.
http://grabameat.wordpress.com/2009/07/10/   See entire page »
Archived Redo Log consists of Redo Log files that have archived before being reused.
http://www.saptechies.com/oracle-interview-question-set...   See entire page »
Answers to Other Common Questions
These are important questions that you need to be able to answer at any point in time; and if the answers indicate an alarm condition, you should be automatically notified by the monitoring system. Since these conditions are server-centric,...
http://books.mcgraw-hill.com/downloads/products/0078822...
you dont recover any of those files you restore a control file and archive file with the 'restore' command and never restore an archive kig
http://www.dbasupport.com/forums/showthread.php?t=57076
I think I have it figured out. In my script I used sqlplus to find the interval between sysdate and the timestamp of the earliest restore point, plus one day for wiggle room like this: select extract(day from (sysdate - min(trunc(time))) ...
http://www.experts-exchange.com/Database/Oracle/10.x/Q_...