Return-Path: <oracle-l-bounce@freelists.org>
Delivered-To: 2-oracle-l@orafaq.com
Received: (qmail 23955 invoked from network); 18 Sep 2007 14:49:40 -0500
Received: from freelists-180.iquest.net (HELO turing.freelists.org) (206.53.239.180)
  by 69.64.49.119 with SMTP; 18 Sep 2007 14:49:39 -0500
Received: from localhost (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 0BE9475C515;
 Tue, 18 Sep 2007 15:49:40 -0400 (EDT)
Received: from turing.freelists.org ([127.0.0.1])
 by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 08822-01; Tue, 18 Sep 2007 15:49:39 -0400 (EDT)
Received: from turing (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 6684975C4BE;
 Tue, 18 Sep 2007 15:49:39 -0400 (EDT)
Received: with ECARTIS (v1.0.0; list oracle-l); Tue, 18 Sep 2007 15:04:40 -0400 (EDT)
Received: from localhost (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id CA57675CAD5
 for <oracle-l@freelists.org>; Tue, 18 Sep 2007 15:04:39 -0400 (EDT)
Received: from turing.freelists.org ([127.0.0.1])
 by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 01826-01 for <oracle-l@freelists.org>;
 Tue, 18 Sep 2007 15:04:39 -0400 (EDT)
Received: from mail.blisses.org (mail.blisses.org [65.99.217.176])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 8110075CA7C
 for <oracle-l@freelists.org>; Tue, 18 Sep 2007 15:04:39 -0400 (EDT)
Received: from blisses.org (66.237.173.215.ptr.us.xo.net [66.237.173.215])
 by mail.blisses.org (Postfix) with ESMTP id 2C021409E4
 for <oracle-l@freelists.org>; Tue, 18 Sep 2007 15:04:56 -0400 (EDT)
Date: Tue, 18 Sep 2007 15:04:24 -0400
From: Mason Loring Bliss <mason@blisses.org>
To: oracle-l@freelists.org
Subject: Oracle backup questions...
Message-ID: <20070918190424.GE13547@blisses.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.16 (2007-06-09)
X-archive-position: 1663
X-ecartis-version: Ecartis v1.0.0
Sender: oracle-l-bounce@freelists.org
Errors-to: oracle-l-bounce@freelists.org
X-original-sender: mason@blisses.org
Precedence: normal
Reply-to: mason@blisses.org
List-help: <mailto:ecartis@freelists.org?Subject=help>
List-unsubscribe: <oracle-l-request@freelists.org?Subject=unsubscribe>
List-software: Ecartis version 1.0.0
List-Id: oracle-l <oracle-l.freelists.org>
X-List-ID: oracle-l <oracle-l.freelists.org>
List-subscribe: <oracle-l-request@freelists.org?Subject=subscribe>
List-owner: <mailto:steve.adams@ixora.com.au>
List-post: <mailto:oracle-l@freelists.org>
List-archive: <http://www.freelists.org/archives/oracle-l>
X-list: oracle-l
X-Virus-Scanned: Debian amavisd-new at localhost.localdomain

I'm working on Oracle back-up and recovery, and I've run across a few random
questions from looking at what other folks do, and from experimenting on my
own.

1. What is the on-disk state of archive logs at arbitrary times? Does Oracle
only write them out when they are complete and usable, or does it slowly fill
them in over time? Recovering the final archive log here seems to
consistently fail, until the next archive log is in place, at which time the
one that was previously last is imported without issue.

2. Is there any meaningful difference between "recover database" and "recover
database using backup controlfile"?

3. What is "crosscheck archivelog all" as opposed to "crosscheck backup"?

4. How does "delete obsolete" differ from "delete expired backup"?

5. How do we control the frequency of archive log generation? Do I simply say
"alter system switch logfile" and wait a bit, or does that only affect redo
logs? Should I "alter system archive log all" instead? In short, what should
I do to try to bring the archive logs as close to current as is possible?

Thanks very much for your help!

-- 
Mason Loring Bliss      mason@blisses.org        Oderint dum metuant!
http://blisses.org/     awake ? sleep : random() & 2 ? dream : sleep;
--
http://www.freelists.org/webpage/oracle-l


