在NOARCHIVELOG模式下启动和运行一个数据库. 确定闪回恢复区的位置和归档日志目标目录的位置. 步骤一 为归档的重做日志配置FRA和单独的归档日志目标. 首先,设置FRA参数DB_RECOVERY_FILE_DEST_SIZE和DB_RECOVERY_FILE_DEST SQL> alter system set db_recovery_file_dest_size=2G; System altered. SQL> alter system set db_recovery_file_d…
Changing the Database Archiving Mode 改变数据库归档模式. Purpose 目的 This module describes how you can change the database archiving mode. 这篇文字描述如何的你可以改变那个数据库归档模式. Topics 主题 This module discusses the following: 这篇文章如下讨论. Overview 概述. Using SQL*Plus to Change t…