dbca建立資料庫時報錯ORA-13516: AWR Operation failed: CATPROC not valid
安裝11.2.0.4資料庫進度到80%多的時候報ORA-13516: AWR Operation failed: CATPROC not valid.
當時在設定密碼的時含有@符號,和以下文件相符:
DBCA fails in the middle of database creation with ORA-13516 / ORA-06512 (文件 ID 1929718.1)
In this Document
Symptoms
Cause
Solution
Applies to:
Oracle Database - Standard Edition - Version 11.2.0.2 to 11.2.0.4 [Release 11.2]
Information in this document applies to any platform.
Symptoms
DBCA fails while in the middle of creating the database with the following errors
ORA-13516: AWR Operation failed: CATPROC not valid
ORA-06512: at "SYS.DBMS_SWRF_INTERNAL", line 206
ORA-06512: at "SYS.DBMS_SWRF_INTERNAL", line 239
ORA-06512: at line 1
Cause
ORA-13516 DURING DB CREATION WHEN DB PWD CONTAINS " " (SPACE) CHARACTER Bug ID 8633879
This Bug is suspended due to lack of required information, but the issue is solved by using workaround (removing the space and the special characters used in the passwd)
Solution
Do not include any spaces or special characters in the password,
If you are particular with the passwords, then you can reset the passwords once the database is created. Eg:
conn / as sysdba
alter user USERNAME identified by PWD;
上面講到密碼中包含空格或是特殊字元就可能會在dbca時出現以上錯誤.在建庫的時候要避免使用空格或是特殊字元.當然和密碼中特殊字元相關的錯誤,也可能出現在rman中等.
oracle的密碼,最好是隻包含數字,字母,和($,#,_)這三個特殊字元,並且以字母開頭會比較好
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/69950318/viewspace-2871009/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 【DBCA】windows2016標準版 dbca建立資料庫報錯,DIM-00019 OS 1053Windows資料庫
- 【AWR】Oracle資料庫建立awr基線Oracle資料庫
- 2.3 通過DBCA建立資料庫資料庫
- 2.3.1 有關使用DBCA建立資料庫資料庫
- MySQL建立使用者報錯 ERROR 1396 (HY000): Operation CREATE USER failed for 'afei'@'%'MySqlErrorAI
- dbca刪除資料庫時選項灰色資料庫
- 2.3.2 關於使用互動式DBCA建立資料庫資料庫
- 歸檔日誌滿導致ORA-13516錯誤,awr報表不能自動收集
- Mac新建資料夾報錯,mkdir():Operation not supportedMac
- PHP報錯getimagesize(): SSL operation failed with code 1問題解決方案PHPAI
- laravel 資料庫遷移時報錯Laravel資料庫
- mysql建立資料庫報錯了怎麼辦MySql資料庫
- 本機生成遠端資料庫AWR報告資料庫
- 2.3.3 關於使用非互動式/靜默DBCA建立資料庫資料庫
- SQLYOG連線資料庫時報錯1251SQL資料庫
- 康孚備份資料庫時報錯資料庫
- oracle RAC dbca的時候報錯提示cluster nodes are not accessibleOracle
- 達夢資料庫AWR報告日常管理方法資料庫
- 資料庫建立元件時報錯ORA-30554: XDB.XDB$ACL_XIDX is disabled資料庫元件
- SVN chechout failed: xxx is not valid as filename in directory svn檢出錯誤AI
- 達夢資料庫如何來配置並生成AWR報告資料庫
- django資料庫同步時報錯“Table 'XXX' already exists”Django資料庫
- oracle11g單例項透過命令列dbca靜默建立資料庫Oracle單例命令列資料庫
- 12.2 如何單為PDB建立AWR報告
- Failed to get D-Bus connection: Operation not permittedAIMIT
- 連線oracle資料庫時,報錯:{dataSource-1} init errorOracle資料庫Error
- 從32位資料庫還原到64bit資料庫open的時候報錯資料庫
- zabbix報錯fping failed:no outputAI
- OGG Director報錯 Connection FAILEDAI
- Docker 警告 Plugin XXX is not valid: failed to fetch metadataDockerPluginAI
- 【AutoCAD .NET】建立Hatch時報錯eInvalidInput
- 建立資料庫資料庫
- 報錯“Please indicate a valid Swagger or OpenAPI version field”SwaggerAPI
- docker安裝matlab mount failed: Operation not permitted.DockerMatlabAIMIT
- Doris建立表報錯Failed to find enough host with storage medium問題解決AI
- MongoDB資料庫報錯,資料庫檔案丟失資料恢復案例MongoDB資料庫資料恢復
- 在Docker內部使用gdb偵錯程式報錯-Operation not permittedDockerMIT
- 呼叫https介面時報錯:PKIX path building failed 的問題HTTPUIAI