xp系统oracle数据库,Oracle10g 数据库的安装基于windowsXP
Oracle的安裝
一、首先去官網(wǎng)下載自身系統(tǒng)相對(duì)應(yīng)的數(shù)據(jù)庫(kù)軟件
http://www.oracle.com/cn/index.html
Oracle軟件本身是免費(fèi)的,個(gè)人用途完全沒關(guān)系,商業(yè)用途并被發(fā)現(xiàn)才會(huì)被Oracle所要求收費(fèi),收費(fèi)買的不是軟件,而是授權(quán)。何謂授權(quán)?合法化使用!(授權(quán)不授權(quán)對(duì)軟件功能本身沒有任何影響)
二、點(diǎn)擊軟件安裝
如果出現(xiàn)“在 oraparam.ini 中未找到先決條件檢查”這樣的提示,
則有幾個(gè)可能:
1.安裝路徑包含中文或空格
2.在Oracle安裝程序的文件里install目錄下的oraparam.ini文件被注釋了
用記事本打開oraparam.ini文件,會(huì)有如下內(nèi)容(留意紅色部分)
[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]
。
。
。
。
上面紅色部分是被注釋了的內(nèi)容,把前面的#號(hào)去掉,保存,再運(yùn)行就會(huì)實(shí)行檢測(cè)!
三、安裝程序過程
如果檢查網(wǎng)絡(luò)配置不成功,并出現(xiàn)“正在檢查網(wǎng)絡(luò)配置需求...檢查完成。此次檢查的總體結(jié)果為: 失敗 <<<
1.打開控制面板->添加硬件->進(jìn)入添加硬件向?qū)?/p>
2.選擇“是,我已連接此硬件”->在“已安裝的硬件”選擇框中拉到最后,選擇“添加新的硬件設(shè)備”
3.“下一步”->選擇“安裝我手動(dòng)從列表選擇硬件”->下一步,在常見硬件類型中選擇“網(wǎng)絡(luò)適配器”
4.進(jìn)入選擇網(wǎng)卡界面,左側(cè)選擇Microsoft,右側(cè)就會(huì)出現(xiàn)Microsoft LoopBack Adapter,選擇安裝。
5.這時(shí)你右擊網(wǎng)絡(luò)連接的屬性會(huì)發(fā)現(xiàn)多了一個(gè)Microsoft LoopBack Adapter的本地連接。
總結(jié)
以上是生活随笔為你收集整理的xp系统oracle数据库,Oracle10g 数据库的安装基于windowsXP的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Java 回调函数
- 下一篇: 关于spring boot多张表建立外健