20170401 11G Deprecated Attributes for LOG_ARCHIVE_DEST_n

简介: [20170401]11G Deprecated Attributes for LOG_ARCHIVE_DEST_n.txt --//前几天与itpub一个网友的交流,提到LOG_ARCHIVE_DEST_n参数提到如下参数已经废除了,做一个记录.
[20170401]11G Deprecated Attributes for LOG_ARCHIVE_DEST_n.txt

--//前几天与itpub一个网友的交流,提到LOG_ARCHIVE_DEST_n参数提到如下参数已经废除了,做一个记录.
http://docs.oracle.com/cd/E11882_01/server.112/e40402/initparams125.htm#REFRN10086

The following attributes are deprecated for the LOG_ARCHIVE_DEST_n parameter. They are retained for backward
compatibility only.

Table 1-2 Deprecated Attributes on the LOG_ARCHIVE_DEST_n Initialization Parameter
Deprecated Attribute     Alternative

ARCH     Specify SYNC or ASYNC. ASYNC is the default if neither attribute is specified.
LGWR     Specify SYNC or ASYNC. ASYNC is the default if neither attribute is specified.
OPTIONAL Destinations are optional by default.
VERIFY   None. This attribute is only used with the deprecated ARCH attribute.

In addition, note the following changes to the ASYNC and SYNC attributes:

The BLOCKS keyword on the ASYNC attribute is no longer needed.

It is no longer necessary to set this keyword because Data Guard dynamically adjusts the block count up or down to an
appropriate number of blocks, as necessary.

The PARALLEL and NOPARALLEL keywords on the SYNC attribute are no longer needed.

相关实践学习
【涂鸦即艺术】基于云应用开发平台CAP部署AI实时生图绘板
【涂鸦即艺术】基于云应用开发平台CAP部署AI实时生图绘板
目录
相关文章
|
XML 监控 数据格式
[20170518]11G审计日志清除3.txt
[20170518]11G审计日志清除3.txt --//以前写的链接:http://blog.itpub.net/267265/viewspace-2133145/ --//我当时写存在许多问题,仅仅清除sys.
1224 0
|
监控 Oracle 关系型数据库
[20150910]11G ADG与延迟日志应用.txt
[20150910]11G ADG与延迟日志应用.txt --11G ADG是一个非常好的特性,它可以一边应用日志,一边提供查询,前一阵子跟别人讨论ADG 是否可以与延迟日志应用结合起来,既 --提供只读查询,又延迟日志应用,自己从来没有测试过,今天测试看看。
1383 0
|
Oracle 关系型数据库 网络协议
oracle 11g 监听日志 设置
11g开始引入ADR,监听日志就从原来的$ORACLE_HOME/network/log/listener.log变为了 $ORACLE_BASE/diag/tnslsnr/hostname/listener/alert/log.
1184 0
|
数据格式 XML
11g的alert日志路径
一个测试库,11g,没有sys账户,无法用show parameter dump查看alert日志的路径,以前也碰到过,但后来就不了了之了。这次深挖下,也参考了下一些网上的帖子,于是找到了: $ORACLE_HOME/rdbms/sid/sid/t...
802 0
|
Oracle 关系型数据库
Oracle 9i,10g,11g各自alert日志的位置
10g&9i的alert日志: 进入oracle: [zhangshengdong@oralocal1 ~]$ sudo su - oracle [oracle@oralocal1 ~]$ sqlplus "/as sysdba" SQL> select * from v$v...
1018 0