Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle 9i RMAN backup status
I'm off for the weekend :-) I'll check the query as soon as I resume
work and will let you know.
Thanks for the help.
-Pradeep
DA Morgan wrote:
> 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 - 16:07:00 CST