Oracle10g.CentOS6安装
1、文件
Oracle 10g 下載地址_Linux下載_Linux公社-Linux系統(tǒng)門戶網(wǎng)站.html(https://www.linuxidc.com/Linux/2012-02/55336.htm)
ZC:這里的下載鏈接基本都失效了...但是,可以看到 每個版本對應(yīng)的文件名是什么,然后再根據(jù)文件名來搜索 看能不能找到需要的文件。
?
2、安裝(度 搜“10201_database_linux32.zip Centos”)
2.1、主要看下面的3篇文章
CentOS 6.3(x86_32)下安裝Oracle 10g R2 - David_Tang - 博客園.html(https://www.cnblogs.com/mchina/archive/2012/11/06/2737472.html)
CentOS 6.3(x86_64)下安裝Oracle 10g R2 - David_Tang - 博客園.html(http://www.cnblogs.com/mchina/archive/2013/03/08/2934473.html)
Linux Oracle服務(wù)啟動&停止腳本與開機自啟動 - David_Tang - 博客園.html(http://www.cnblogs.com/mchina/archive/2012/11/27/2782993.html)
ZC:這3篇文章,均已保存到本地硬盤(公司筆記本ThinkPadE440的"E:\網(wǎng)頁資料_保存\DataBase\Oracle\"中)
2.2、參考著看
CentOS安裝Oracle數(shù)據(jù)庫詳細介紹及常見問題匯總_數(shù)據(jù)庫技術(shù)_Linux公社-Linux系統(tǒng)門戶網(wǎng)站.html(https://www.linuxidc.com/Linux/2015-08/121050.htm)
CentOS 6.6_x64安裝Oracle 10g 圖文詳解_數(shù)據(jù)庫技術(shù)_Linux公社-Linux系統(tǒng)門戶網(wǎng)站.html(https://www.linuxidc.com/Linux/2016-08/134058.htm)
Linux(centos6.5)安裝oracle10G_64位 - BrandoLv - CSDN博客.html(https://blog.csdn.net/lyq19870515/article/details/43194707)
linux redhat6.3 64位操作系統(tǒng)安裝oracle 10.2.0database 64位1233_迅雷垚垚_新浪博客.html(http://blog.sina.com.cn/s/blog_957ef38b0102vhdh.html)
?
3、失敗的嘗試
ZC:本來想在 x64的CentOS6上安裝? 32位的Oracle的,但是中間有報錯,查了一些資料 說是 由于 在 64位的操作系統(tǒng)上安裝 32位Oracle的緣故,于是 改為在 64位的CentOS上安裝 64位的Oracle了...
?
4、下載文件
4.1、32位的Oracle:在這里下載的:10201_database_linux32.zip_免費高速下載_百度網(wǎng)盤-分享無限制.html(https://pan.baidu.com/s/1kVg5HXX)
4.2、64位的Oracle:下載:10201_database_linux_x86_64.cpio.gz_免費高速下載_百度網(wǎng)盤-分享無限制.html(https://pan.baidu.com/s/1geDBpSn)
4.3、升級包:
(1) p6810189_10204_Linux-x86.zip - 胖次分享社區(qū) - 我們熱愛分享.html(https://www.panc.cc/s/p6810189_10204_Linux-x86.zip/td_0)
p6810189_10204_Linux-x86.zip_免費高速下載_百度網(wǎng)盤-分享無限制.html(https://pan.baidu.com/s/1kUQ1VvT)
ZC:這是升級 32位的Oracle到 10.2.0.4
(2) p6810189_10204_Linux-x86-64.zip - 胖次分享社區(qū) - 我們熱愛分享.html(https://www.panc.cc/s/p6810189_10204_Linux-x86-64.zip/td_0)
p6810189_10204_Linux-x86-64.zip_免費高速下載_百度網(wǎng)盤-分享無限制.html(https://pan.baidu.com/s/1mi0tMI0)
ZC:這是升級 64位的Oracle到 10.2.0.4
ZC:下載的文件在本地硬盤的位置為:公司機子ThinkPadE440的"E:\ZC_DB\Oracle\"中
?
5、
6、
7、Centos-7修改yum源為國內(nèi)的yum源 - 新際航 - 博客園.html(https://www.cnblogs.com/xjh713/p/7458437.html)
最后一個命令yum -y update我順便就執(zhí)行了。。。坑爹啊。。。把這個命令去掉吧。。。(會自動將軟件都更新了)
國內(nèi)可不止阿里和網(wǎng)易, 中科大centos7 yum源:https://lug.ustc.edu.cn/wiki/_export/code/mirrors/help/centos?codeblock=3 中科大,連homebrew源都有,更別說yum源了
?
8、創(chuàng)建數(shù)據(jù)庫:
8.1、主要步驟:Linux系統(tǒng)oracle數(shù)據(jù)庫創(chuàng)建數(shù)據(jù)庫.html(http://baijiahao.baidu.com/s?id=1585914046719766079&wfr=spider&for=pc)
ZC:我是跟著這個文章的內(nèi)容來弄的
ZC:這篇文章,已保存到本地硬盤(公司筆記本ThinkPadE440的"E:\網(wǎng)頁資料_保存\DataBase\Oracle\"中)
8.2、參考文章:
為centos7上Oracle新建數(shù)據(jù)庫 - 花溪灬風流少的博客 - CSDN博客.html(https://blog.csdn.net/qq_37672667/article/details/79568153)
Linux服務(wù)器中創(chuàng)建Oracle數(shù)據(jù)庫實例 - boboc - 博客園.html(https://www.cnblogs.com/boboc/p/7218902.html)
9、
?
轉(zhuǎn)載于:https://www.cnblogs.com/dbskill/p/10382508.html
總結(jié)
以上是生活随笔為你收集整理的Oracle10g.CentOS6安装的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 这些年一个人是什么歌啊?
- 下一篇: 我的大学生活,短而充实,我们一起探讨一下