誤刪除dual表的解決辦法
1 ) Error 980 during db open is causing the shut down of the database
2 ) Need to create the Dual Table to resolve the issue (which was not possible in the mount stage)
Workaround
=========
3 ) Set the following parameter in the init.ora
replication_dependency_tracking = FALSE
4 ) Startup the database
5 ) Create the Dual Table and Dual Public Synonym
CREATE TABLE "SYS"."DUAL"
( "DUMMY" VARCHAR2(1)
) PCTFREE 10 PCTUSED 4;
Insert Into Dual Values ('X');
Commit;
Grant Select On Dual To Public;
6 ) Remove the above parameter and restart the database
Note :- Dual table should not be dropped in any case , as it can lead to serious problems
Errors
加引數replication_dependency_tracking = FALSE
就能open了。然後用sys
create table sys.DUAL(DUMMY varchar2(1));
insert into dual values('X');
commit;
grant select on dual to public;
把引數去了
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/18921899/viewspace-1017477/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- mac檔案刪除不了的解決辦法Mac
- SQL server 維護計劃無法手動刪除的解決辦法SQLServer
- win10任務檢視記錄無法刪除的解決辦法Win10
- kingsoft資料夾可以刪除嗎 kingsoft資料夾刪不掉的解決辦法
- win10輸入法無法刪除怎麼辦 win10輸入法刪不掉解決方法Win10
- 畢設之錯誤解決辦法
- Idea編譯錯誤解決辦法Idea編譯
- Eclipse除錯找不到源的解決辦法Eclipse除錯
- mysqldump error1066 錯誤的解決辦法MySqlError
- iOS路上遇到的錯誤及解決辦法iOS
- win10誤刪登錄檔無法開機怎麼辦 恢復誤刪登錄檔的解決方法Win10
- 資料夾刪除不了怎麼辦?資料夾刪除不了的解決方法
- 誤刪除資料了怎麼辦?小編交易誤刪除資料的恢復方法
- 【HBase】誤刪除資料怎麼辦?
- Mac上的照片被誤刪除怎麼辦?Mac
- ubuntu下import matplotlib錯誤解決辦法UbuntuImport
- 安裝wsl錯誤的一種解決辦法
- 【北亞資料恢復】誤刪除oracle表和誤刪除oracle表資料的資料恢復方法資料恢復Oracle
- 硬碟格式化,誤刪除,無法識別的解決方式,你都學會了麼?硬碟
- 表碎片起因及解決辦法(zt)
- 刪除大量檔案Argument list too long錯誤解決
- Git 錯誤:fatel: loose object ... is corrupt 解決辦法GitObject
- Mysql出現連線錯誤解決辦法MySql
- ORA-39006錯誤原因及解決辦法
- CATIA許可證時間錯誤的解決辦法
- MYSQL資料庫表記錄刪除解決方案MySql資料庫
- 出現可怕的NoSuchMethodError錯誤的解決辦法 -Gunnar MorlingError
- win10 itunes無法刪除舊版本怎麼辦_win10 itunes無法刪除舊版本如何解決Win10
- Netapp 資料恢復案例;誤刪除所有lun解決方案APP資料恢復
- Flutter誤刪除android/ios目錄怎麼辦?FlutterAndroidiOS
- 【git】Git commit時提示錯誤時 解決辦法GitMIT
- vscode 無法除錯 golang testify suite 中的單個 test 的解決辦法VSCode除錯GolangUI
- 刪除事件(解綁事件)/ 刪除事件相容性解決方案事件
- 刪除雙系統誤修改Win11 EFI分割槽的解決方案
- MySQL資料庫表誤刪除恢復(一)MySql資料庫
- 電腦刪除檔案速度很慢怎麼辦?電腦刪除檔案速度慢的解決方法
- Jekyll 本地除錯部落格遇到的問題及解決辦法除錯
- command 'gcc' failed with exit status 1錯誤問題的解決辦法GCAI
- catalog is missing 10 attribute(s)錯誤的解決辦法一例