Return-Path: <oracle-l-bounce@freelists.org>
Delivered-To: 2-oracle-l@orafaq.com
Received: (qmail 1243 invoked from network); 8 Aug 2006 09:57:50 -0500
Received: from freelists-180.iquest.net (HELO turing.freelists.org) (206.53.239.180)
  by 69.64.49.119 with SMTP; 8 Aug 2006 09:57:45 -0500
Received: from localhost (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 10F963BD933;
 Tue,  8 Aug 2006 10:57:28 -0400 (EDT)
Received: from turing.freelists.org ([127.0.0.1])
 by localhost (turing [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 01473-01-8; Tue, 8 Aug 2006 10:57:27 -0400 (EDT)
Received: from turing (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id D73BB3BD9D8;
 Tue,  8 Aug 2006 10:57:22 -0400 (EDT)
Received: with ECARTIS (v1.0.0; list oracle-l); Tue, 08 Aug 2006 10:56:17 -0400 (EDT)
Received: from localhost (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id CE6AB3BD95F
 for <oracle-l@freelists.org>; Tue,  8 Aug 2006 10:56:16 -0400 (EDT)
Received: from turing.freelists.org ([127.0.0.1])
 by localhost (turing [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 01128-03-4 for <oracle-l@freelists.org>;
 Tue, 8 Aug 2006 10:56:16 -0400 (EDT)
Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.227])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 683643BD956
 for <oracle-l@freelists.org>; Tue,  8 Aug 2006 10:56:15 -0400 (EDT)
Received: by wr-out-0506.google.com with SMTP id i30so86546wra
        for <oracle-l@freelists.org>; Tue, 08 Aug 2006 07:56:30 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
        s=beta; d=gmail.com;
        h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references;
        b=Ukv9TdpYIWSCqd7N3MeZ4/YiiMYu84eE1i4r/K8+4ZzNvFwgcSHB8iMdcyB7ijhPusglEzWkyzDgBjMP8KkiQGVupuLF2bwPlZ1aCJf/ulrN5mgqjh/ZqxzfjVBIMWnj1mPrko8MbVtMtAocPRJhnDxtYFkdqwbbUVLnRdXVWaw=
Received: by 10.78.132.12 with SMTP id f12mr2804838hud;
        Tue, 08 Aug 2006 07:56:29 -0700 (PDT)
Received: by 10.78.48.5 with HTTP; Tue, 8 Aug 2006 07:56:29 -0700 (PDT)
Message-ID: <962cf44b0608080756p4e8dc584r1945bc9e195ae508@mail.gmail.com>
Date: Tue, 8 Aug 2006 22:56:29 +0800
From: "Zhu,Chao" <zhuchao@gmail.com>
To: cjpengel.dbalert@xs4all.nl
Subject: Re: missing datafile on STANDBY DATABASE.
Cc: sjaffarhussain@gmail.com, oracle-l@freelists.org
In-Reply-To: <14483.194.235.127.40.1155045769.squirrel@webmail.xs4all.nl>
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="----=_Part_7560_25213503.1155048989376"
References: <97b7fd2f0608080651g5bc63eabp3fa38c3acbb4c1a8@mail.gmail.com>
	 <14483.194.235.127.40.1155045769.squirrel@webmail.xs4all.nl>
X-archive-position: 37877
X-ecartis-version: Ecartis v1.0.0
Sender: oracle-l-bounce@freelists.org
Errors-to: oracle-l-bounce@freelists.org
X-original-sender: zhuchao@gmail.com
Precedence: normal
Reply-to: zhuchao@gmail.com
X-list: oracle-l
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at avenirtech.net
------=_Part_7560_25213503.1155048989376
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

either alter database create datafile 'xxx' (or 'xxx' as 'yyy') if path is
different, and go on recovery.
Or re-copy teh datafile from primary.
he is talking about archifvelog so it is physical standby.


On 8/8/06, Carel-Jan Engel <cjpengel.dbalert@xs4all.nl> wrote:
>
> Syed,
>
> First of all:
>
> OS, Oracle Version?
>
> I need to verify this later this evening at home at my testlab to be sure.
> What I'd suggest is this:
>
> Shutdown the standby.
> Create a new standby controlfile from the primary. Copy that to the
> standby, overwrite the existing standby controlfile(s).
> Put the tablespace in backup mode (on the primary) and recopy the missing
> datafile to the standby. Don't forget the 'end backup'
> Start the standby in managed recovery mode.
> It should catch up where needed.
>
> If you want me to check this tonight (4 hours from now, 8PM CET I have
> some time to perform the checks) let me know.
>
> Regards, Carel-Jan
>
> ===
> If you think education is expensive, try ignorance. (Derek Bok)
> ===
>
>
>
> > Hello list,
> >
> > We are maintaining the standby database to our one of important
> database.
> > On 5th August, a datafile has been added to primary database,
> > unfortunately, there was no sufficient space on standby server.
> > MRP background process has died and no archive logs were applied until
> > now.
> > I try to rename the datafile, create datafile, but, couldn't succeeded.
> > Opened a TAR with oracle and they said that rebuild standby.
> > I couldn't find the 'UNNAMED00266' file at OS leve. But, the entry is
> > there in v$datafile.
> > I have even cheked all my backups from 5th August, finding a luck to
> > have the file in backup, if someone deleted the file. But, not luck.
> > Is there any way that we can resolve this issue?
> > I have all the archived log since that point.
> >
> > Thanks,
> >
> > --
> > Best Regards,
> > Syed Jaffar Hussain
> > 8i,9i & 10g OCP DBA
> > Banque Saudi Fransi,
> > Saudi Arabia
> >
> > I blog at :http://jaffardba.blogspot.com/
> > http://www.oracle.com/technology/community/oracle_ace/ace1.html#hussain
> >
> ----------------------------------------------------------------------------------
> > "Winners don't do different things. They do things differently."
> > --
> > http://www.freelists.org/webpage/oracle-l
> >
> >
> >
>
>
> --
> http://www.freelists.org/webpage/oracle-l
>
>
>


-- 
Regards
Zhu Chao
www.cnoug.org

------=_Part_7560_25213503.1155048989376
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

either alter database create datafile 'xxx' (or 'xxx' as 'yyy') if path is different, and go on recovery.<br>Or re-copy teh datafile from primary.<br>he is talking about archifvelog so it is physical standby.<br><br><br><div>
<span class="gmail_quote">On 8/8/06, <b class="gmail_sendername">Carel-Jan Engel</b> &lt;<a href="mailto:cjpengel.dbalert@xs4all.nl">cjpengel.dbalert@xs4all.nl</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Syed,<br><br>First of all:<br><br>OS, Oracle Version?<br><br>I need to verify this later this evening at home at my testlab to be sure.<br>What I'd suggest is this:<br><br>Shutdown the standby.<br>Create a new standby controlfile from the primary. Copy that to the
<br>standby, overwrite the existing standby controlfile(s).<br>Put the tablespace in backup mode (on the primary) and recopy the missing<br>datafile to the standby. Don't forget the 'end backup'<br>Start the standby in managed recovery mode.
<br>It should catch up where needed.<br><br>If you want me to check this tonight (4 hours from now, 8PM CET I have<br>some time to perform the checks) let me know.<br><br>Regards, Carel-Jan<br><br>===<br>If you think education is expensive, try ignorance. (Derek Bok)
<br>===<br><br><br><br>&gt; Hello list,<br>&gt;<br>&gt; We are maintaining the standby database to our one of important database.<br>&gt; On 5th August, a datafile has been added to primary database,<br>&gt; unfortunately, there was no sufficient space on standby server.
<br>&gt; MRP background process has died and no archive logs were applied until<br>&gt; now.<br>&gt; I try to rename the datafile, create datafile, but, couldn't succeeded.<br>&gt; Opened a TAR with oracle and they said that rebuild standby.
<br>&gt; I couldn't find the 'UNNAMED00266' file at OS leve. But, the entry is<br>&gt; there in v$datafile.<br>&gt; I have even cheked all my backups from 5th August, finding a luck to<br>&gt; have the file in backup, if someone deleted the file. But, not luck.
<br>&gt; Is there any way that we can resolve this issue?<br>&gt; I have all the archived log since that point.<br>&gt;<br>&gt; Thanks,<br>&gt;<br>&gt; --<br>&gt; Best Regards,<br>&gt; Syed Jaffar Hussain<br>&gt; 8i,9i &amp; 10g OCP DBA
<br>&gt; Banque Saudi Fransi,<br>&gt; Saudi Arabia<br>&gt;<br>&gt; I blog at :<a href="http://jaffardba.blogspot.com/">http://jaffardba.blogspot.com/</a><br>&gt; <a href="http://www.oracle.com/technology/community/oracle_ace/ace1.html#hussain">
http://www.oracle.com/technology/community/oracle_ace/ace1.html#hussain</a><br>&gt; ----------------------------------------------------------------------------------<br>&gt; &quot;Winners don't do different things. They do things differently.&quot;
<br>&gt; --<br>&gt; <a href="http://www.freelists.org/webpage/oracle-l">http://www.freelists.org/webpage/oracle-l</a><br>&gt;<br>&gt;<br>&gt;<br><br><br>--<br><a href="http://www.freelists.org/webpage/oracle-l">http://www.freelists.org/webpage/oracle-l
</a><br><br><br></blockquote></div><br><br clear="all"><br>-- <br>Regards<br>Zhu Chao<br><a href="http://www.cnoug.org">www.cnoug.org</a><br>

------=_Part_7560_25213503.1155048989376--
--
http://www.freelists.org/webpage/oracle-l


