LOG_ARCHIVE_DEST_STATE_n=alternate

LOG_ARCHIVE_DEST_STATE_n

Property Description
Parameter type String
Syntax LOG_ARCHIVE_DEST_STATE_[1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12
| 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28
| 29 | 30 | 31] = { enable | defer | alternate }
Default value enable
Modifiable ALTER
SESSION
, ALTER SYSTEM
Basic Yes

The LOG_ARCHIVE_DEST_STATE_n parameters (where n = 1, 2, 3, ... 31) specify the
availability state of the corresponding destination. The parameter suffix (1
through 31) specifies one of the corresponding LOG_ARCHIVE_DEST_n destination parameters.

Values:

  • enable

    Specifies that a valid log archive destination can be used for a subsequent
    archiving operation (automatic or manual). This is the default.

  • defer

    Specifies that valid destination information and attributes are preserved,
    but the destination is excluded from archiving operations until
    re-enabled.

  • alternate

    Specifies that a log archive destination is not enabled but will become
    enabled if communications to another destination fail.

The LOG_ARCHIVE_DEST_STATE_n parameters have no effect on the ENABLE state for the LOG_ARCHIVE_DEST or
LOG_ARCHIVE_DUPLEX_DEST parameters.

The V$ARCHIVE_DEST dynamic performance view shows values
in use for the current session. The DEST_ID column of that
view corresponds

时间: 2024-11-04 21:17:13

LOG_ARCHIVE_DEST_STATE_n=alternate的相关文章

uva 11728 - Alternate Task(数论)

题目链接:uva 11728 - Alternate Task 题目大意:给出S,求N,要求N所有的因子和为S. 解题思路:枚举因子i,所有整除i的数和加上i. #include <cstdio> #include <cstring> const int N = 1005; int n, c[N], v[N]; void init () { memset(c, 0, sizeof(c)); memset(v, -1, sizeof(v)); for (int i = 1; i &l

Conceptual blockbusting--chap6 Alternate thinking languages

The well-armed problem-finder/solver is fluent in many mental languages and is able to use them interchangeably to record information, communicate with the unconscious, and consciously manipulate. Visual thinking a) Perceptual imagery, is sensory exp

NTFS格式下的Alternate Data Streams

今天我写点NTFS的交换数据流以及其带来的安全问题(Alternate Data Stream/ADS) ========================================================================================================================================================================= 1.什么是ADS?   要了解什么是ADS我们必须先了

STM32F4 Alternate function mapping

#define GPIO_AF0_MCO // MCO (MCO1 and MCO2) Alternate Function mapping #define GPIO_AF0_RTC_50Hz // RTC_50Hz Alternate Function mapping #define GPIO_AF0_SWJ // SWJ (SWD and JTAG) Alternate Function mapping #define GPIO_AF0_TAMPER // TAMPER (TAMPER_1

UVA 11728 - Alternate Task (数论)

Uva 11728 - Alternate Task 题目链接 题意:给定一个因子和,求出对应是哪个数字 思路:数字不可能大于因子和,对于每个数字去算出因子和,然后记录下来即可 代码: #include <stdio.h> #include <string.h> const int N = 1005; int n, ans[N]; void init() { memset(ans, -1, sizeof(ans)); for (int i = 1; i <= 1000; i+

animation几个比較好玩的属性(alternate,及animation-fill-mode)

<!DOCTYPE html> <html> <head> <style> div { width:100px; height:100px; background:red; position:relative; animation:mymove 5s infinite; -moz-animation:mymove 5s infinite; /* Firefox */ -webkit-animation:mymove 5s infinite; /* Safar

网站pc跳转移动端代码分享 alternate canonical 标签

<link rel="alternate" media="only screen and(max-width: 640px)" href="http://m.mixian88.com/" ><link rel="canonical" href="http://www.mixian88.com/" />

SharePoint创建Alternate Access Mapping (AAM)备用访问映射

SharePoint创建Alternate Access Mapping (AAM)备用访问映射 SharePoint的仓库是SQL Server中的内容数据库.这些数据库储存着组织所有的数据.组织可能要求公司外的人员可以访问这个数据的子集.例如,供应商可能希望知道他们的发票是否兑付. 另一个例子是在大型企业中,小时工可能看到和正式职员不同的数据子集.这些数据都在同一个内容数据库中. 合适的架构分类和验证可以提供两个不同的URL.终端用户输入合适的URL,被带到与URL对应关联的内容. 这就是A

Dynamics CRM 2015 Update 1 系列(4): 自己定义主键 - Alternate Keys

Alternate Keys. 还是和系统集成相关的一个重量级Feature.使用该Feature能极大的提高开发数据集成接口的时间成本以及接口的执行效率. 在之前的Dynamics CRM 版本号中.我们仅仅能通过Entity的主键去推断记录的唯一性,如今我们能够通过使用Alternate Keys来推断记录的唯一性.更有趣的则是.我们能够自己去配置实体的Alternate Keys. 眼下Alternate Key仅仅支持文本和数字类型的字段,而且每一个实体最多仅仅能配置5个Key.只是这已