首页 > Oracle10g.CentOS6安装

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:网页资料_保存DataBaseOracle"中)

  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:C_DBOracle"中

 

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:网页资料_保存DataBaseOracle"中)

  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、

 

转载于:https://www.cnblogs.com/dbskill/p/10382508.html

更多相关:

  • 在CentOS 6.3下安装完Oracle 10g R2,重开机之后,你会发现Oracle没有自行启动,这是正常的,因为在Linux下安装Oracle的确不会自行启动,必须要自行设置相关参数,首先先介绍一般而言如何启动oracle。 一、在Linux下启动Oracle 登录到CentOS,切换到oracle用户权限 # su – or...

  • TOMCAT J2EE项目连接池配置 web 项目的 web.xml            DB Connection     jdbc/oracle     

  • OCRCONFIG工具主要功能是备份、恢复ocr的。虽然用oracle用户可以直接运行ocrconfig,但是大部分命令还需要root用户才有权限执行:bash-2.03$ ocrconfig名称:       ocrconfig - Oracle集群注册表的配置工具。概要:       ocrconfig [option]    ...

  • .NET连接ORACLE数据库的方法就目前有3种: 1.OLEDB的方式,这种方式要求你要安装oracle client,这两年来做的关于oracle数据库的,我都采用这种方式,虽然连接的速度慢了一点,但是用起来是蛮顺手的,基本能满足要求,连接字串如下: "Provider=OraOLEDB.Oracle.1;Persist Secu...

  • 一,服务器系统 RedHat Enterprise Linux 5.0   二,数据库软件 Oracle10g (10.2.0)   三,硬件基本需求(命令查看需求如图) 内存/51...

  • {"moduleinfo":{"card_count":[{"count_phone":1,"count":1}],"search_count":[{"count_phone":4,"count":4}]},"card":[{"des":"阿里技术人对外发布原创技术内容的最大平台;社区覆盖了云计算、大数据、人工智能、IoT、云原生、数...

  • c++ https://www.cnblogs.com/riddick/p/8486223.html python 原理:https://zhuanlan.zhihu.com/p/94244568 代码:https://github.com/1368069096/Calibration_ZhangZhengyou_Met...

  • https://zhuanlan.zhihu.com/p/60962760 https://blog.csdn.net/qq_35644234/article/details/53013738 https://blog.csdn.net/u012285643/article/details/78524758...

  • colmap-3.6-dev工程第三方依赖库 Eigen==3.3.7 https://gitlab.com/libeigen/eigen/-/archive/3.3.7/eigen-3.3.7.zipFreeImage==3.17.0 https://github.com/twnkls/FreeImage-3.17.0-VS...

  • 理论知识和其它实现算法可参考: https://stackoverflow.com/questions/29678510/convert-21-equirectangular-panorama-to-cube-map http://paulbourke.net/dome/dualfish2sphere/ 如果着急输出Cub...