Oracle10g.CentOS6安装
1、文件
Oracle 10g 下载地址_Linux下载_Linux公社-Linux系统门户网站.html(https://www.linuxidc.com/Linux/2012-02/55336.htm)
ZC:这里的下载链接基本都失效了...但是,可以看到 每个版本对应的文件名是什么,然后再根据文件名来搜索 看能不能找到需要的文件。
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服务启动&停止脚本与开机自启动 - David_Tang - 博客园.html(http://www.cnblogs.com/mchina/archive/2012/11/27/2782993.html)
ZC:这3篇文章,均已保存到本地硬盘(公司笔记本ThinkPadE440的"E:\网页资料_保存\DataBase\Oracle\"中)
2.2、参考着看
CentOS安装Oracle数据库详细介绍及常见问题汇总_数据库技术_Linux公社-Linux系统门户网站.html(https://www.linuxidc.com/Linux/2015-08/121050.htm)
CentOS 6.6_x64安装Oracle 10g 图文详解_数据库技术_Linux公社-Linux系统门户网站.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位操作系统安装oracle 10.2.0database 64位1233_迅雷垚垚_新浪博客.html(http://blog.sina.com.cn/s/blog_957ef38b0102vhdh.html)
3、失败的尝试
ZC:本来想在 x64的CentOS6上安装 32位的Oracle的,但是中间有报错,查了一些资料 说是 由于 在 64位的操作系统上安装 32位Oracle的缘故,于是 改为在 64位的CentOS上安装 64位的Oracle了...
4、下载文件
4.1、32位的Oracle:在这里下载的:10201_database_linux32.zip_免费高速下载_百度网盘-分享无限制.html(https://pan.baidu.com/s/1kVg5HXX)
4.2、64位的Oracle:下载:10201_database_linux_x86_64.cpio.gz_免费高速下载_百度网盘-分享无限制.html(https://pan.baidu.com/s/1geDBpSn)
4.3、升级包:
(1) p6810189_10204_Linux-x86.zip - 胖次分享社区 - 我们热爱分享.html(https://www.panc.cc/s/p6810189_10204_Linux-x86.zip/td_0)
p6810189_10204_Linux-x86.zip_免费高速下载_百度网盘-分享无限制.html(https://pan.baidu.com/s/1kUQ1VvT)
ZC:这是升级 32位的Oracle到 10.2.0.4
(2) p6810189_10204_Linux-x86-64.zip - 胖次分享社区 - 我们热爱分享.html(https://www.panc.cc/s/p6810189_10204_Linux-x86-64.zip/td_0)
p6810189_10204_Linux-x86-64.zip_免费高速下载_百度网盘-分享无限制.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源为国内的yum源 - 新际航 - 博客园.html(https://www.cnblogs.com/xjh713/p/7458437.html)
最后一个命令yum -y update我顺便就执行了。。。坑爹啊。。。把这个命令去掉吧。。。(会自动将软件都更新了)
国内可不止阿里和网易, 中科大centos7 yum源:https://lug.ustc.edu.cn/wiki/_export/code/mirrors/help/centos?codeblock=3 中科大,连homebrew源都有,更别说yum源了
8、创建数据库:
8.1、主要步骤:Linux系统oracle数据库创建数据库.html(http://baijiahao.baidu.com/s?id=1585914046719766079&wfr=spider&for=pc)
ZC:我是跟着这个文章的内容来弄的
ZC:这篇文章,已保存到本地硬盘(公司笔记本ThinkPadE440的"E:\网页资料_保存\DataBase\Oracle\"中)
8.2、参考文章:
为centos7上Oracle新建数据库 - 花溪灬风流少的博客 - CSDN博客.html(https://blog.csdn.net/qq_37672667/article/details/79568153)
Linux服务器中创建Oracle数据库实例 - boboc - 博客园.html(https://www.cnblogs.com/boboc/p/7218902.html)
9、