2013/12/26

Published 12月 26, 2013 by

Flashbackup/Recyclebin資料回覆

1.Flashbackup:使用DML資料誤刪 2.Recyclebin:使用Drop指令誤刪除料 3.OERR-ORA Error錯誤查詢 4.11g獨有的自動修復功能 ...
Read More
Published 12月 26, 2013 by

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 ...
Read More

2013/12/23

Published 12月 23, 2013 by

建立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常用指令...
Read More

2013/12/09

Published 12月 09, 2013 by

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.     注意事項 ...
Read More

2013/12/06

Published 12月 06, 2013 by

df卡住問題解決

Linux底下,下df指令會卡住… 解決方法: 一、應該是mount遠端磁帶機,然後遠端磁碟機關機、當機或某種原因連不到 二、確認有多少user有在這個目錄底下,有的話請退出或Kill user 三、使用strace df命令,查看是那一個point卡住 ... ... statfs("/mnt", <unfinished ...>; 由這一個可看出是/mnt這一個Point 四、umount這一個Point umount -f /mnt, killall -9 df 五、復...
Read More