Return-Path: <root@fatcity.com>
Received: from ensim.rackshack.net (root@localhost)
 by orafaq.net (8.11.6/8.11.6) with ESMTP id h3LIVSf13863
 for <oracle-l@orafaq.net>; Mon, 21 Apr 2003 13:31:28 -0500
X-ClientAddr: 209.68.248.164
Received: from newsfeed.cts.com (newsfeed.cts.com [209.68.248.164])
 by ensim.rackshack.net (8.11.6/8.11.6) with ESMTP id h3LIVSA13858
 for <oracle-l@orafaq.net>; Mon, 21 Apr 2003 13:31:28 -0500
Received: from fatcity.com (uucp@localhost)
 by newsfeed.cts.com (8.9.3/8.9.3) with UUCP id JAA68309;
 Mon, 21 Apr 2003 09:10:56 -0700 (PDT)
Received: by fatcity.com (26-Feb-2001/v1.0g-b72/bab) via UUCP id 00585E5E; Mon, 21 Apr 2003 08:47:08 -0800
Message-ID: <F001.00585E5E.20030421084708@fatcity.com>
Date: Mon, 21 Apr 2003 08:47:08 -0800
To: Multiple recipients of list ORACLE-L <ORACLE-L@fatcity.com>
X-Comment: Oracle RDBMS Community Forum
X-Sender: DENNIS WILLIAMS <DWILLIAMS@LIFETOUCH.COM>
Sender: root@fatcity.com
Reply-To: ORACLE-L@fatcity.com
Errors-To: ML-ERRORS@fatcity.com
From: DENNIS WILLIAMS <DWILLIAMS@LIFETOUCH.COM>
Subject: RE: incomplete RMAN recovery
Organization: Fat City Network Services, San Diego, California
X-ListServer: v1.0g, build 72; ListGuru (c) 1996-2001 Bruce A. Bergman
Precedence: bulk
Mime-Version: 1.0
Content-Type: text/plain;	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

AK - My guess is that Oracle is recovering to the nearest SCN. You could
either select an earlier time (quickest method), or use LogMiner to find the
specific SCN where the table was dropped and recover to just before this
time. When you resolve this problem, please post the solution.



Dennis Williams 
DBA, 40%OCP, 100% DBA 
Lifetouch, Inc. 
dwilliams@lifetouch.com 

-----Original Message-----
Sent: Monday, April 21, 2003 11:17 AM
To: Multiple recipients of list ORACLE-L


I am testing incomlete tablespace recovery using rman . I dropped a table at
21-apr-2003 at 8:10 . Using following script to reocery the tablespace.
Script does work . But I am not able to see dropped table .
Why is it not recovering until time 8:03 . 
Any Idea ?
 
run {
SQL "ALTER SESSION SET NLS_DATE_FORMAT=''DD-MON-YYYY HH24:MI:SS''"; 
set until time '21-apr-2003 08:03:00';
sql "alter tablespace akdata offline temporary";
allocate channel ch1 type disk;
restore tablespace akdata;
recover tablespace akdata ;
release channel ch1;
sql "alter tablespace akdata online";
 
}
 
 
 
thanks,
-ak

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: DENNIS WILLIAMS
  INET: DWILLIAMS@LIFETOUCH.COM

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru@fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

