手動建庫時一個小錯誤:ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance
此前執行了CREATE SPFILE FROM MEMORY. 重新使用SPFILE啟動時,出錯如下:
SYS@ bys3>startup
ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instanceORACLE instance started.
Total System Global Area 150654976 bytes
Fixed Size 1363216 bytes
Variable Size 96469744 bytes
Database Buffers 50331648 bytes
Redo Buffers 2490368 bytes
Database mounted.
Database opened.
檢視ALERT日誌,發現有以下錯誤資訊:
LICENSE_MAX_USERS = 0
SYS auditing is disabled
Thu Nov 14 15:43:16 2013
WARNING: The background_dump_dest init.ora parameter has beendeprecated.
WARNING: Please remove the background_dump_dest parameter from the init.ora file.
WARNING: The diagnostic_dest init.ora parameter now determines the location of the diagnostic data
WARNING: The new location for the background logs and traces is /u01/app/oracle/product/11.2.0/dbhome_1/log/diag/rdbms/bys3/bys3/trace
Thu Nov 14 15:43:16 2013
WARNING: The user_dump_dest init.ora parameter has been deprecated.
WARNING: Please remove the user_dump_dest parameter from the init.ora file.
WARNING: The diagnostic_dest init.ora parameter now determines the location of the diagnostic data
WARNING: The new location for the user logs and traces is /u01/app/oracle/product/11.2.0/dbhome_1/log/diag/rdbms/bys3/bys3/trace
解決方法:
1.先CREATE PFILE FROM SPFILE。
2.然後在PFILE裡將background_dump_dest,user_dump_dest這兩個引數刪除。--在PFILE裡可以看到這兩個引數後面都顯示的大致有引數deprecated.這種語句。如下:
*.user_dump_dest='/u01/app/oracle/product/11.2.0/dbhome_1/log/diag/rdbms/bys3/bys3/trace' #Deprecate parameter
3.重新使用CREATE SPFILE FROM PFILE,然後正常啟動即可。
相關文章
- ORA-32004: obsolete and/or deprecated parameter(s) specified ORACLE instance staOracle
- ORA-32004: obsolete and/or deprecated parameter(s) specified ORACLE instance startedOracle
- 手動建庫時一個錯誤:Error accessing PRODUCT_USER_PROFILEError
- 手動建庫過程錯誤
- 關於oracle中ora-32004: obsolete and/or deprecated .....問題的解決(原創)Oracle
- 使用建庫語句建庫時遇到ORA-01092: ORACLE instance terminated錯誤Oracle
- ORA-32004 錯誤解決
- 手工建庫啟動例項時一個小錯誤:ORA-00824: cannot set sga_target due to existing internal settings
- Dedecms提示 ereg_replace() is deprecated 錯誤
- ORA-32004 的錯誤處理
- 啟動資料庫的其中一個錯誤資料庫
- MySQL過程報 Parameter number N is not an OUT parameter錯誤MySql
- ORA-32004錯誤解決辦法
- 建立data guard備庫的instance時,報ORA-09925錯誤的處理誤
- 檢查DISPLAY設定時Xlib出現No protocol specified錯誤Protocol
- MySQL 8.0.18 錯誤日誌時間慢了8個小時MySql
- OUI啟動時的小錯誤PRVF-0002UI
- 因為我的一個低階錯誤,生產資料庫崩潰了將近半個小時資料庫
- xmanger連線,DBCA建庫花了三個小時?
- oracle手動建庫Oracle
- 記一次ALTER SESSION SET hash_join_enabled specifies an obsolete parameterSession
- opensips建立資料庫時報database engine not specified錯誤的解決資料庫Database
- 關於 curl 工作中一個小錯誤
- C++在寫靜態變數時容易犯的一個小錯誤C++變數
- 開發時犯得小錯誤
- 建立data guard備庫的instance時,報ORA-09925錯誤的處理
- Laravel 5.4 常見錯誤:Specified key was too longLaravel
- 錯誤處理--pure specifier can only be specified for functionsFunction
- oracle 之 手動建庫Oracle
- ORACLE RAC 手動建庫Oracle
- 手動建庫備註
- 手工建庫成功後用其他使用者登入報的一個錯誤
- 張小龍:用停留時長衡量一個APP的好壞是錯誤的!APP
- oracle9i rac 建庫時 ora-00603錯誤Oracle
- 訪問資料庫出現Object reference not set to an instance of an object錯誤資料庫Object
- rman恢復控制檔案的一個小錯誤
- DBCA建庫出現CHMOD NOT FOUND錯誤
- mysql 一個錯誤MySql