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

SQL> alter system set log_archive_dest_1='E:\arch ' scope=both;
alter system set log_archive_dest_1='E:\arch ' scope=both
*
ERROR at line :
ORA-: failure in updating SPFILE
ORA-: incremental changes to "log_archive_dest_1" not allowed with SPFILE

更改为:

SQL> alter system set log_archive_dest_1='location=E:\arch ' scope=spfile;
上一篇:Changing Project Binding to Surround SCM Integration Provider with Visual Studio 2010


下一篇:自顶而下设计FPGA