在暫停system時,發生ORA-25507: resource ..錯誤,原因在於:
SQL> alter system quiesce restricted
修改如下:
SYS AS SYSDBA on 07-MAR-08 at ORCL>alter system set resource_manager_plan='SYSTEM_PLAN' scope=
spfile;
System altered.
重新啓動instance 就可以了。
同時 也可以在pfile 中添加,或者修改此參數,生成spfile,重新啓動instance。
SQL>select active_status from v$instance;
sql> alter system unquiesce
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/701141/viewspace-201574/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/701141/viewspace-201574/