首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > oracle >

为啥[存档终点]是USE_DB_RECOVERY_FILE_DEST,而不是目录

2013-01-22 
为何[存档终点]是USE_DB_RECOVERY_FILE_DEST,而不是目录?SQL*Plus: Release 10.2.0.1.0 - Production on

为何[存档终点]是USE_DB_RECOVERY_FILE_DEST,而不是目录?
SQL*Plus: Release 10.2.0.1.0 - Production on 星期六 12月 29 13:14:09 2
Copyright (c) 1982, 2005, Oracle.  All rights reserved.
连接到:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options

SQL> archive log list;
数据库日志模式            存档模式
自动存档             启用
存档终点            USE_DB_RECOVERY_FILE_DEST
最早的联机日志序列     29
下一个存档日志序列   32
当前日志序列           32
SQL>

为何终点不是一个目录?
SQL> show parameter log_archive_dest

NAME                                 TYPE        VALUE
------------------------------------ ----------- --------------------------
log_archive_dest                     string      E:\oracle\rich\archlog

又如何修改成一个目录?
[解决办法]
show parameter DB_RECOVERY_FILE_DEST

你的DB_RECOVERY_FILE_DEST应该就是 E:\oracle\rich\archlog

参数设置:
*.log_archive_dest='location=use_db_recovery_file_dest';

热点排行