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

Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle 9i RMAN backup status

Re: Oracle 9i RMAN backup status

From: DA Morgan <damorgan_at_psoug.org>
Date: Fri, 29 Dec 2006 08:53:28 -0800
Message-ID: <1167411201.777261@bubbleator.drizzle.com>


pradeep.chandiramani_at_gmail.com wrote:
> The command "list backup summary;" gave me the completion time of the
> last backups. But I was more specifically looking for a database query
> to find the status. Is such query possible with 9i?
>
> -Pradeep

SELECT view_name
FROM dba_views
WHERE view_name LIKE '%BACKUP%';

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu
(replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org
Received on Fri Dec 29 2006 - 10:53:28 CST

Original text of this message

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