WD 1TB HDD 變成只剩 32 MB ?
今天發生怪事了,一顆 WD10EADS 1TB 硬碟容量突然變成 32 MB !?
上網 Google 的結果,發現很多人也有這樣的問題
在 http://blog.yam.com/vcc999/article/24537203 有一篇使用 HD Capacity Restore 恢復硬碟容量的文章
可是下載 HD Capacity Restore 工具之後,卻發現沒有辦法在 Windows Server 2003 下正常運行
臨時又沒有開機磁片或可以開機的大拇哥
因此改用 Ubuntu 1004 DVD 片開機,進入 Live DVD 模式
然後以下列指令回復磁碟容量:
sudo hdparm --yes-i-know-what-i-am-doing --dco-restore /dev/sda
Delete Windows Service by command line instruction
To delete windows service OracleGGSMGRVS4
Open command prompt as Administrator and execute the following command:
sc delete OracleGGSMGRVS4
Install multiple Oracle Database Client on one PC
I install one Oracle Database Client 11g R2 32-bit and one Oracle Database Client 11g R2 64-bit on the same PC running Windows 7 64-bit.
This is how I do it: (閱讀全文)
Unlock Oracle account scott/tiger
SQL> alter user scott account unlock;
SQL> alter user scott identified by tiger;
Oracle 11g Enterprise Manager
Oracle 11G 的 Enterprise Manager 變成 Web 版了
網址:
https://localhost:1158/em/
Welcome to Joseph's Blog

