ORA-25507: resource 解決方法
在暫停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/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- ora-00054:resource busy and acquire with nowait specified解決方法UIAI
- "ORA-00054 resource busy and acquire with NOWAIT specified"的解決方法UIAI
- 解決 CRS-2640: Required resourceUI
- Access restriction: The type 'Resource' is not API 解決辦法RESTAPI
- 解決nltk_data LookupError: Resource punkt not found.Error
- Laravel Resource Routes和API Resource Routes講解LaravelAPI
- su cannot set user id Resource temporarily unavailable故障解決AI
- Myeclipse:resource is out of sync with the file system的解決辦法Eclipse
- 解決eclipse中出現Resource is out of sync with the file system問題Eclipse
- _resource_manager_always_on=FALSE引起排程異常的解決案例False
- 解決Eclipse/STS 中出現Resource is out of sync with the file system 的異常Eclipse
- Drawable Resource 之旅(一):BitmapDrawable 詳解
- TabError的解決方法Error
- EXE病毒解決方法
- ArtifactDescriptorException的解決方法Exception
- Could not open ServletContext resource [/WEB-INF/applicationContext.xml]解決ServletContextWebAPPXML
- @Resource 與 @Service註解的區別
- @Autowire和@Resource註解的區別
- SpringBoot 專案打包後獲取不到resource下資源的解決Spring Boot
- 異常解決 java.io.FileNotFoundException: class path resource [spring/springmvc.xml]JavaExceptionSpringMVCXML
- 關於Linux主機報錯(Resource temporarily unavailable)的解決辦法LinuxAI
- SERVICE問題解決方法
- No Task Available解決方法AI
- No input file specified 解決方法
- ANR原因及解決方法
- pyenv BUILD FAILED解決方法UIAI
- defunct僵死程式解決方法
- putty亂碼解決方法
- hash衝突解決方法
- dns劫持怎麼解決 dns劫持的解決方法DNS
- javaweb中中文亂碼解決方法總結之response和request解決方法JavaWeb
- 聊聊依賴注入註解@Resource和@Autowired依賴注入
- spingboot使用@Resource注入靜態變數報空指標的問題解決boot變數指標
- 【kingsql分享】解決RAC大量UNKNOWN和CRS-0216: Could not stop resourceSQL
- Spring5:@Autowired註解、@Resource註解和@Service註解Spring
- hive使用報錯解決方法Hive
- 解決問題通用方法論
- Method ReflectionParameter::getClass() 解決方法