Oracle的安裝
一、首先去官網下載自身系統相對應的數據庫軟件
http://www.oracle.com/cn/index.html
Oracle軟件本身是免費的,個人用途完全沒關系,商業用途并被發現才會被Oracle所要求收費,收費買的不是軟件,而是授權。何謂授權?合法化使用!(授權不授權對軟件功能本身沒有任何影響)
二、點擊軟件安裝
如果出現“在 oraparam.ini 中未找到先決條件檢查”這樣的提示,
則有幾個可能:
1.安裝路徑包含中文或空格
2.在Oracle安裝程序的文件里install目錄下的oraparam.ini文件被注釋了
用記事本打開oraparam.ini文件,會有如下內容(留意紅色部分)
[Certified Versions]
#You can customise error message shown for failure, provide value for CERTIFIED_VERSION_FAILURE_MESSAGE
#Windows=4.0,5.0,5.1,5.2
#Windows NT 4.0
#[Windows-4.0-required]
#Service pack for Windows NT4.0, use %SystemRoot%\WinNt\System32\winver.exe to find version and service pack
#SERVICE_PACK=6a
#You can customise the message shown for Service Pack failure through SERVICE_PACK_FAILURE_MESSAGE
#Minimum display colours for OUI to run
MIN_DISPLAY_COLORS=256
#Use MIN_DISPLAY_COLORS_FAILURE_MESSAGE to customise message for failure of check for Display colors
#Minimum CPU speed required for OUI in MHz
#CPU=300
#CPU_FAILURE_MESSAGE, use to customise error message for CPU speed check
#[Windows-4.0-optional]
#Windows 2000 use winver.exe to find version
[Windows-5.0-required]
#Minimum display colours for OUI to run
MIN_DISPLAY_COLORS=256
#Minimum CPU speed required for OUI
#CPU=300
[Windows-5.0-optional]
#Windows XP use winver.exe to find version
[Windows-5.1-required]
#Minimum display colours for OUI to run
MIN_DISPLAY_COLORS=256
#Minimum CPU speed required for OUI
#CPU=300
[Windows-5.1-optional]
#Windows .net use winver.exe to find version
[Windows-5.2-required]
#Minimum display colours for OUI to run
MIN_DISPLAY_COLORS=256
#Minimum CPU speed required for OUI
#CPU=300
[Windows-5.2-optional]
。
。
。
。
上面紅色部分是被注釋了的內容,把前面的#號去掉,保存,再運行就會實行檢測!
三、安裝程序過程
如果檢查網絡配置不成功,并出現“正在檢查網絡配置需求...檢查完成。此次檢查的總體結果為: 失敗 <<<
1.打開控制面板->添加硬件->進入添加硬件向導
2.選擇“是,我已連接此硬件”->在“已安裝的硬件”選擇框中拉到最后,選擇“添加新的硬件設備”
3.“下一步”->選擇“安裝我手動從列表選擇硬件”->下一步,在常見硬件類型中選擇“網絡適配器”
4.進入選擇網卡界面,左側選擇Microsoft,右側就會出現Microsoft LoopBack Adapter,選擇安裝。
5.這時你右擊網絡連接的屬性會發現多了一個Microsoft LoopBack Adapter的本地連接。