Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Hot Standby
Agreed.. I meant all the versions including 7.x based standbys, where
sqlplus cannot connect internal.
-----Original Message-----
From: Chuck Hamilton [mailto:chuck_hamilton_at_yahoo.com]
Sent: Wednesday, August 09, 2000 8:18 AM
To: Multiple recipients of list ORACLE-L
Subject: RE: Hot Standby
Who says you can't use SQLPLUS? As long as you connect as internal, sysdba, or sysoper, you can.
"Balasubramanian, Sriram" <SBalasubramanian_at_caiso.com> wrote:
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-----
Sent: Monday, August 07, 2000 8:26 PM
To: Multiple recipients of list ORACLE-L
the alert log will tell you which archived redo logs have been applied.....
>From: David Turner
>Reply-To: ORACLE-L_at_fatcity.com
>To: Multiple recipients of list ORACLE-L
>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). -- Author: Balasubramanian, Sriram INET: SBalasubramanian_at_caiso.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 Wed Aug 09 2000 - 11:41:29 CDT