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: RMAN question: How do you connect scn# to realtime

Re: RMAN question: How do you connect scn# to realtime

From: Mark D Powell <Mark.Powell_at_eds.com>
Date: 28 Jul 2005 06:26:02 -0700
Message-ID: <1122557162.452087.163540@g44g2000cwa.googlegroups.com>


Edward, try looking at the v$archived_log and v$log_history views to see if you can find what you want there. You will need to use a to_char() on one of the date columns to display the time. Alternately the sys.smon_scn_time table has the system scn and time entries for the last week at 5 to 10 minute intervals if you just need to narrow the time range down.

The alter log should have date and time for the log switches in it.

But on the recovery you can specify the date and time to recover to. Oracle will then prompt for the necessary archived redo logs. The same is true if you recover to SCN but then it is up to you to determine what SCN to recover to.

HTH -- Mark D Powell -- Received on Thu Jul 28 2005 - 08:26:02 CDT

Original text of this message

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