Oracle8i Documentation Addendum Release 3 (8.1.7) Part Number A85455-01 |
|
This chapter describes new or changed features in the Oracle8i Reference for release 8.1.7. The following parameter and dynamic performance views are new or have been revised for this release:
This parameter was static previous to release 8.1.7. It is now dynamic.
Parameter type |
Boolean |
Syntax |
|
Default value |
|
Parameter class |
Scope= |
To enable Oracle Trace collections for the server, set
With |
|
See Also:
|
This view displays archived log information from the control file, including archive log names. An archive log record is inserted after the online redo log is successfully archived or cleared (name column is NULL
if the log was cleared). If the log is archived twice, there will be two archived log records with the same THREAD#
, SEQUENCE#
, and FIRST_CHANGE#
, but with a different name. An archive log record is also inserted when an archive log is restored from a backup set or a copy and whenever a copy of a log is made with the RMAN copy command.
Column | Datatype | Description |
---|---|---|
|
|
Archived log record ID |
|
|
Archived log record stamp |
|
|
Archived log file name. If set to |
DEST_ID |
NUMBER |
Identifies the original destination from which the archivelog was generated. A value of 0 indicates the destination identifier is not available. |
|
|
Redo thread number |
|
|
Redo log sequence number |
|
|
Resetlogs change# of the database when this log was written |
|
|
Resetlogs time of the database when this log was written |
|
|
First change# in the archived log |
|
|
Timestamp of the first change |
|
|
First change in the next log |
|
|
Timestamp of the next change |
|
|
Size of the archived log in blocks |
|
|
Redo log block size |
CREATOR |
VARCHAR2(4) |
Identifies the creator of the archivelog ( |
REGISTRAR |
VARCHAR2(4) |
Identifies the registrar of the entry ( |
STANDBY_DEST |
VARCHAR2(3) |
( |
|
|
Indicates that the online redo log was archived ( See Also: Oracle8i Recovery Manager User's Guide and Reference. |
|
|
Specifies ( |
|
|
Time when the archiving completed |
For release 8.1.7, V$BACKUP_DATAFILE
has a new column: CONTROLFILE_TYPE
.
This view displays backup datafile and backup control file information from the control file.
This view displays backup set information from the control file. A backup set record is inserted after the backup set is successfully completed.
For release 8.1.7, V$DATAFILE_COPY
has a new column: CONTROLFILE_TYPE
.
This view displays datafile copy information from the control file.
For release 8.1.7, V$PROXY_DATAFILE
has a new colum: CONTROLFILE_TYPE
.
This view contains descriptions of datafile and control file backups that are taken with Proxy Copy. Each row represents a backup of one database file.
This new dynamic performance view describes explains why a particular child cursor is not shared with existing child cursors. Each column identifies a specific reason why the cursor cannot be shared.
|
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved. |
|