Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle 9i RMAN backup status
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.orgReceived on Fri Dec 29 2006 - 10:53:28 CST