Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: RMAN report

RE: RMAN report

From: Johnson, William L \(TEIS\) <WLJohnson_at_tycoelectronics.com>
Date: Thu, 12 Apr 2007 16:10:49 -0400
Message-ID: <1C5D8AF23EF60E4C8E86777B7F504D8B1BDD1201@us194mx14.tycoelectronics.net>


Try this...

select distinct media from <rman schema account>.bp

           where start_time > to_date('03-17-2003 12:00:00', MM-DD-YYYY HH24:MI:SS')

            and start_time < to_date('03-18-2003 12:00:00', MM-DD-YYYY HH24:MI:SS'); and provide specify a window where you know the backup occurred...  


From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Stephens, Chris
Sent: Thursday, April 12, 2007 2:01 PM
To: jkstill_at_gmail.com; Mitchell, Travis
Cc: Oracle-L Freelists
Subject: RE: RMAN report  

restore preview?  


From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Jared Still
Sent: Thursday, April 12, 2007 12:26 PM
To: Mitchell, Travis
Cc: Oracle-L Freelists
Subject: Re: RMAN report  

On 4/12/07, Mitchell, Travis <Travis.Mitchell_at_vacationclub.com> wrote:

Crosscheck backup;
Report schema;

Thanks, but that is a report of database files. Not what I need.

-- 
Jared Still
Certifiable Oracle DBA and Part Time Perl Evangelist

CONFIDENTIALITY NOTICE: 
This message is intended for the use of the individual or entity to
which it is addressed and may contain information that is privileged,
confidential and exempt from disclosure under applicable law. If the
reader of this message is not the intended recipient or the employee or
agent responsible for delivering this message to the intended recipient,
you are hereby notified that any dissemination, distribution or copying
of this communication is strictly prohibited. If you have received this
communication in error, please notify us immediately by email reply.


--
http://www.freelists.org/webpage/oracle-l
Received on Thu Apr 12 2007 - 15:10:49 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US