Links
Home
Oracle DBA Forum
Frequent Oracle Errors
TNS:could not resolve the connect identifier specified
Backtrace message unwound by exceptions
invalid identifier
PL/SQL compilation error
internal error
missing expression
table or view does not exist
end-of-file on communication channel
TNS:listener unknown in connect descriptor
insufficient privileges
PL/SQL: numeric or value error string
TNS:protocol adapter error
ORACLE not available
target host or object does not exist
invalid number
unable to allocate string bytes of shared memory
resource busy and acquire with NOWAIT specified
error occurred at recursive SQL level string
ORACLE initialization or shutdown in progress
archiver error. Connect internal only, until freed
snapshot too old
unable to extend temp segment by string in tablespace
Credential retrieval failed
missing or invalid option
invalid username/password; logon denied
unable to create INITIAL extent for segment
out of process memory when trying to allocate string bytes
shared memory realm does not exist
cannot insert NULL
TNS:unable to connect to destination
remote database not found'>ora-02019
exception encountered: core dump
inconsistent datatypes
no data found
TNS:operation timed out
PL/SQL: could not find program
existing state of packages has been discarded
maximum number of processes exceeded
error signaled in parallel query server
ORACLE instance terminated. Disconnection forced
TNS:packet writer failure
see ORA-12699
missing right parenthesis
name is already used by an existing object
cannot identify/lock data file
invalid file operation
quoted string not properly terminated
-none-

-none-

2004-07-07       - By -not available-

Reply:     <<     131     132     133     134     135     136     137     138     139     140     >>  

v$archive_dest_status.APPLIED_SEQ#
NUMBER
Identifies the log sequence number of the most recent applied redo log
received at the destination


v$archived_log.APPLIED
VARCHAR2(3)
(YES|NO) Indicates whether or not the archivelog has been applied to its
corresponding standby database. YES indicates it has been applied; NO
indicates it has not. The value is always NO for local destinations


SQL > select name,sequence#,archived,applied from v$archived_log;
NAME SEQUENCE# ARC APP
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- -- ---- -- --- ---
...
...
...
C:\ORACLE\ADMIN\PSTUR\RARCHDEST\ARC00878.001 878 YES YES
C:\ORACLE\ADMIN\PSTUR\RARCHDEST\ARC00879.001 879 YES YES
C:\ORACLE\ADMIN\PSTUR\RARCHDEST\ARC00880.001 880 YES YES
C:\ORACLE\ADMIN\PSTUR\RARCHDEST\ARC00881.001 881 YES YES



SQL > select dest_name,archived_seq#,applied_seq# from v$archive_dest_status;

DEST_NAME ARCHIVED_SEQ# APPLIED_SEQ#
-- ---- ---- ---- ---- ---- -- -- ---- ----- -- ---- ----
LOG_ARCHIVE_DEST_1 560 0
LOG_ARCHIVE_DEST_2 0 0
LOG_ARCHIVE_DEST_3 0 0
LOG_ARCHIVE_DEST_4 0 0
LOG_ARCHIVE_DEST_5 0 0
LOG_ARCHIVE_DEST_6 0 0
LOG_ARCHIVE_DEST_7 0 0
LOG_ARCHIVE_DEST_8 0 0
LOG_ARCHIVE_DEST_9 0 0
LOG_ARCHIVE_DEST_10 0 0
LOG_ARCHIVE_DEST_11 881 880


if v$archived_log.applied=YES for sequence#881, I would expect that
v$archive_dest_status.applied_seq#=881 too, isn 't it? Instead it reports
that the max
sequence that has been applied is 880. Am I making the right comparision?
Which view should I rely on?

DB: 9.2.0.4

thanks.

Ivan

__ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ __
Is your PC infected? Get a FREE online computer virus scan from McAfee?
Security. http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963

-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
To unsubscribe send email to: oracle-l-request@(protected)
put 'unsubscribe ' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --