Return-Path: <oracle-l-bounce@freelists.org>
Delivered-To: 2-oracle-l@orafaq.com
Received: (qmail 28163 invoked from network); 6 Jun 2008 14:43:24 -0500
Received: from freelists-180.iquest.net (HELO turing.freelists.org) (206.53.239.180)
  by air964.startdedicated.com with SMTP; 6 Jun 2008 14:43:20 -0500
Received: from localhost (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id D0B7F85AB76;
 Fri,  6 Jun 2008 15:37:53 -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 17351-01; Fri, 6 Jun 2008 15:37:53 -0400 (EDT)
Received: from turing (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 46E5F85AAC2;
 Fri,  6 Jun 2008 15:37:53 -0400 (EDT)
Received: with ECARTIS (v1.0.0; list oracle-l); Fri, 06 Jun 2008 14:58:58 -0400 (EDT)
Received: from localhost (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 98C5C85B221
 for <oracle-l@freelists.org>; Fri,  6 Jun 2008 14:58:58 -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 12243-05 for <oracle-l@freelists.org>;
 Fri, 6 Jun 2008 14:58:58 -0400 (EDT)
Received: from NT15.oneneck.corp (dot092host.oneneck.net [63.226.42.92])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 0745885B34F
 for <oracle-l@freelists.org>; Fri,  6 Jun 2008 14:58:55 -0400 (EDT)
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.2992
Content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C8C807.F7E0F640"
Subject: RE: rman configuration
Date: Fri, 6 Jun 2008 12:03:12 -0700
Message-ID: <04DDF147ED3A0D42B48A48A18D574C450BF62587@NT15.oneneck.corp>
In-Reply-To: <e9569ef30806061125k25a94b99h2b0caf382a5319dc@mail.gmail.com>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Priority: normal
Thread-Topic: rman configuration
References: <BLU108-W5400D9DB60E17C4C9163BA97B70@phx.gbl> <e9569ef30806061125k25a94b99h2b0caf382a5319dc@mail.gmail.com>
From: "Allen, Brandon" <Brandon.Allen@OneNeck.com>
To: <piontekdd@gmail.com>,
 <joe_dba@hotmail.com>,
 <oracle-l@freelists.org>
X-archive-position: 8659
X-ecartis-version: Ecartis v1.0.0
Sender: oracle-l-bounce@freelists.org
Errors-to: oracle-l-bounce@freelists.org
X-original-sender: Brandon.Allen@OneNeck.com
Precedence: normal
Reply-to: Brandon.Allen@OneNeck.com
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
------_=_NextPart_001_01C8C807.F7E0F640
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

That's mostly correct, just backwards on one point - it's to sync the
catalog from the controlfile (the authoritative source), not the other
way around.  But you are correct that it's just a temp file not needed
for restore/recovery operations, so to the OP - no need to change it.
In fact, I don't think you can change it to tape.  Maybe you're
confusing the snapshot controlfile with controlfile autobackup?  They
are two completely different things and your controlfile autobackup goes
to two places:
=20
1) On disk to $ORACLE_HOME/dbs (by default) whenver you make a change to
your database structure (add datafile, tablespace, logfile, etc.)
2) To the same channel type as an rman backup, i.e. if you run a
database or log backup to sbt_tape and have controlfile autobackup ON,
then it will automatically run a controlfile autobackup to sbt_tape
after the completion of the database/log backup.
=20
Regards,
Brandon=20

Privileged/Confidential Information may be contained in this message or =
attachments hereto. Please advise immediately if you or your employer do =
not consent to Internet email for messages of this kind. Opinions, =
conclusions and other information in this message that do not relate to =
the official business of this company shall be understood as neither =
given nor endorsed by it.


------_=_NextPart_001_01C8C807.F7E0F640
Content-Type: text/html; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.6000.16608" name=3DGENERATOR></HEAD>
<BODY>
<DIV dir=3Dltr align=3Dleft><SPAN class=3D840235618-06062008><FONT =
face=3DArial=20
color=3D#0000ff size=3D2>That's&nbsp;mostly correct,&nbsp;just backwards =
on one=20
point - it's to sync the catalog <EM>from</EM> the controlfile (the=20
authoritative source), not the other way around.&nbsp; But you are =
correct that=20
it's just a temp file not needed for restore/recovery operations, so to =
the OP -=20
no need to change it.&nbsp; In fact, I don't think you <EM>can</EM> =
change it to=20
tape.&nbsp; Maybe you're confusing the <EM>snapshot</EM> controlfile =
with=20
controlfile <EM>autobackup</EM>?&nbsp; They are two completely different =
things=20
and your controlfile autobackup goes to two places:</FONT></SPAN></DIV>
<DIV dir=3Dltr align=3Dleft><SPAN class=3D840235618-06062008><FONT =
face=3DArial=20
color=3D#0000ff size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=3Dltr align=3Dleft><SPAN class=3D840235618-06062008><FONT =
face=3DArial=20
color=3D#0000ff size=3D2>1) On disk to $ORACLE_HOME/dbs (by default) =
whenver you=20
make a change to your database structure (add datafile, tablespace, =
logfile,=20
etc.)</FONT></SPAN></DIV>
<DIV dir=3Dltr align=3Dleft><SPAN class=3D840235618-06062008><FONT =
face=3DArial=20
color=3D#0000ff size=3D2>2) To the same channel type as an =
rman&nbsp;backup, i.e. if=20
you run a database or log&nbsp;backup to sbt_tape and have controlfile=20
autobackup ON, then it will automatically run a controlfile autobackup =
to=20
sbt_tape&nbsp;after the completion of the database/log=20
backup.</FONT></SPAN></DIV>
<DIV dir=3Dltr align=3Dleft><SPAN class=3D840235618-06062008><FONT =
face=3DArial=20
color=3D#0000ff size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=3Dltr align=3Dleft><SPAN class=3D840235618-06062008><FONT =
face=3DArial=20
color=3D#0000ff size=3D2>Regards,</FONT></SPAN></DIV>
<DIV dir=3Dltr align=3Dleft><SPAN class=3D840235618-06062008><FONT =
face=3DArial=20
color=3D#0000ff size=3D2>Brandon</FONT></SPAN> =
</DIV></BODY><!--[object_id=3D#oneneck.com#]--><FONT face=3DTahoma =
size=3D2><FONT color=3D#0000ff>
<P>Privileged/Confidential Information may be contained in this message =
or attachments hereto. Please advise immediately if you or your employer =
do not consent to Internet email for messages of this kind. Opinions, =
conclusions and other information in this message that do not relate to =
the official business of this company shall be understood as neither =
given nor endorsed by it.</P></FONT></FONT></HTML>

------_=_NextPart_001_01C8C807.F7E0F640--
--
http://www.freelists.org/webpage/oracle-l


