Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Hot Standby

RE: Hot Standby

From: Balasubramanian, Sriram <SBalasubramanian_at_caiso.com>
Date: Tue, 8 Aug 2000 10:27:27 -0700
Message-Id: <10583.114099@fatcity.com>


Check the difference between these two.

Primary : SELECT MAX(sequence#) FROM v$log_history

Standby : SELECT MAX(sequence#) FROM v$log_history

Since standby is only mounted in standby mode, you cannot connect thru sqlplus. But, you can connect internal using svrmgr to query v$log_history.

sriram

-----Original Message-----
From: Rachel Carmichael [mailto:carmichr_at_hotmail.com] Sent: Monday, August 07, 2000 8:26 PM
To: Multiple recipients of list ORACLE-L Subject: Re: Hot Standby

the alert log will tell you which archived redo logs have been applied.....

>From: David Turner <turner_at_tellme.com>
>Reply-To: ORACLE-L_at_fatcity.com
>To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
>Subject: Hot Standby
>Date: Mon, 07 Aug 2000 17:05:29 -0800
>
>I would like to write a script that checks how far behind the standby
>database is behind the primary database according to the archive logs
>applied. Anyone know what views to look at? I have looked at
>v$archived_log and some others log, logfile, v$database, and haven't
>found the info I am looking for.
>
>
>Thanks, Dave Turner
>
>--
>Author: David Turner
> INET: turner_at_tellme.com
>
>Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
>San Diego, California -- Public Internet access / Mailing Lists
>--------------------------------------------------------------------
>To REMOVE yourself from this mailing list, send an E-Mail message
>to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
>the message BODY, include a line containing: UNSUB ORACLE-L
>(or the name of mailing list you want to be removed from). You may
>also send the HELP command for other information (like subscribing).



Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
-- 
Author: Rachel Carmichael
  INET: carmichr_at_hotmail.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Tue Aug 08 2000 - 12:27:27 CDT

Original text of this message

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