您的位置:首页 > 其它

incremental changes to "log_archive_dest_1" not allowed with SPFILE

2017-03-04 17:24 477 查看
如下:

SQL> alter system set log_archive_dest_1='/home/oracle/app/oracle/fast_recovery_area1/ORCL2/log_archive_dest';

alter system set log_archive_dest_1='/home/oracle/app/oracle/fast_recovery_area1/ORCL2/log_archive_dest'

*

ERROR at line 1:

ORA-32017: failure in updating SPFILE

ORA-16179: incremental changes to "log_archive_dest_1" not allowed with SPFILE

SQL> alter system set log_archive_dest_1='location=/home/oracle/app/oracle/fast_recovery_area1/ORCL2/log_archive_dest';

System altered.

SQL> 
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐