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: Need help re: VB app copying redo log archives

Re: Need help re: VB app copying redo log archives

From: marist89 <member15835_at_dbforums.com>
Date: Tue, 07 Jan 2003 17:57:15 +0000
Message-ID: <2357516.1041962235@dbforums.com>

I would look at v$archived_log to find out which files Oracle thinks has been archived. Something like:

SELECT name, completion_time
FROM v$archived_log
WHERE completion_time >= trunc(sysdate);

--
Posted via http://dbforums.com
Received on Tue Jan 07 2003 - 11:57:15 CST

Original text of this message

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