Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: archive redo logfile
Before the log switch perform the following:
select *
from v$log;
Check the data it returns, then issue your log switch and then re-issue the above statement. You could then got out to the filesystem and check to see if the archive made it there.
Pete's
Lee <gnt00011_at_partner1.nri.co.jp> wrote in message news:<3F5EDB8D.ED7D3BD3_at_partner1.nri.co.jp>...
> Hello
> i use command 'alter system switch logfile' to switch redo logfile,
> i want to know if the redo logfile was archived atomatically
> at the same time?
> (database is Oracle9i , archivelog mode)
>
> Thanks in advance
>
> Lee
Received on Wed Sep 10 2003 - 08:33:01 CDT
![]() |
![]() |