學習筆記
Pages - Menu
(移至...)
▼
友站連結
(移至...)
直銷-艾多美介紹
▼
2013/12/26
Flashbackup/Recyclebin資料回覆
1.Flashbackup:使用DML資料誤刪
2.Recyclebin:使用Drop指令誤刪除料
3.OERR-ORA Error錯誤查詢
4.11g獨有的自動修復功能
Oracle檔案異常資料還原(temp,redo,index,file,password,control block error)
檔案異常資料還原(11gAW2 Cheaper6,7)
:
一、
Temp file error
二、
REDO Log file error:
三、
Index error
四、
File error
五、
Password file error
六、
Control file error
七、
Block Error
Oracle Version:10g/11g
2013/12/23
建立Recovery Catalog的步驟&RMAN指令
建立Recovery Catalog的步驟(11gAW2_Chapter3,4)
1.選擇reocvery catalog所在的database
2.建立獨立使用的tablespace(建議)
3.建立獨立的user(建議)
4.授權recovery_catalog_owner角色給step 3所建立的user
5.建立recovery catalog
6.註冊target database到recovery catalog(僅需一次)
7.RMAN常用指令
2013/12/09
SQL SERVER 轉 ORACLE
1.
透過
SQL SERVER 2008 Standard
版本的
IMPORT/EXPORT
轉換
2.
安裝
Oracle Client/
設定
TNS
3.
Create Oracle User Account/Create Oracle Datafile
4.
import data to Oracle
5.
注意事項
2013/12/06
df卡住問題解決
Linux底下,下df指令會卡住…
解決方法:
一、應該是mount遠端磁帶機,然後遠端磁碟機關機、當機或某種原因連不到
二、確認有多少user有在這個目錄底下,有的話請退出或Kill user
三、使用
strace df
命令,查看是那一個point卡住
...
...
statfs("/mnt", <unfinished ...>;
由這一個可看出是/mnt這一個Point
四、umount這一個Point
umount -f /mnt,
killall -9 df
五、復原正常
‹
›
首頁
查看網路版