Ubuntu Oracle 10g安装/配置与更新硬件信息
创始人
2024-06-22 19:50:13
0

经过长时间学习Ubuntu Oracle 10g,你可能会遇到Ubuntu Oracle 10g问题,这里将介绍Ubuntu Oracle 10g问题的解决方法在Linux(UBUNTU版)上安装Ubuntu Oracle 10g Express Edition 终于在UBUNTU上成功安装了Ubuntu Oracle 10gExpress Edition 版本是Release 2(10.2)for Lunux。选取这一版本是因为express版对硬件要求比较低,内存只要512M即可。而这次只是一个测试,给客户演示一下而已。而且安装也很简单,嘿嘿嘿..... 

下面给大家分享我的Ubuntu Oracle 10g安装过程:
1 登录root
2 检查需要安装Oracle 10g的机子配置是否符合要求

Ubuntu Oracle 10g硬件信息

  1. To determine the physical RAM size, enter the following command:  
  2. # grep MemTotal /proc/meminfo  
  3. To determine the size of the configured swap space, enter the following command:  
  4. # grep SwapTotal /proc/meminfo  
  5. To determine the available RAM and swap space, enter the following command:  
  6. # free  
  7. To determine the amount of free disk space available in the /tmp directory, enter the following command:  
  8. # df -k /tmp  
  9. To determine the amount of free disk space available on the system, enter the following command:  
  10. # df -k  
  11. To determine whether the system architecture can run the software, enter the following command:  
  12. # grep "model name" /proc/cpuinfo 

看一下自己机子的配置是否符合Ubuntu Oracle 10g要求,具体要求如下:

  1. i Network protocol:   TCP/IP   
  2. ii RAM:  
  3.      Server component: 256 megabytes minimum, 512 megabytes recommended   
  4.      Client component: 256 megabytes   
  5. iii Disk space:      
  6.      Server component: Total: 1.5 gigabyte minimum   
  7.      Client component: 100 megabytes  

 检查软件信息确保自己所用的系统是一下中的一种:

  1. Red Hat Enterprise Linux RHEL3 and RHEL4   
  2. Suse SLES-9   
  3. Fedora Core 4   
  4. Red Flag DC Server 5.0/MIRACLE LINUX V4.0/Haansoft Linux 2006 Server (Asianux 2.0 Inside)   
  5. Debian 3.1  

Ubuntu Oracle 10g是基于Debian的,所以可以安装另外系统中还要安装glibc – 2.3.2 和libaio – 0.3.96 两个软件包,缺一不可当你的系统满足以上条件,那么恭喜你,你可以开始安装Ubuntu Oracle 10g Database Express Edition 10g Release 2(10.2)for Lunux了3 下载安装包,这个在ORACLE网站(www.oracle.com)上有,可以免费下载的,只是得先注册一下。而且注册后可以下载很多东西,包括企业版的Oracle(不知Oracle怎么会如此大方)。

这个连接是Oracle Database 10g Downloads :http://www.oracle.com/technology/software/products/database/oracle10g/index.html我下载的是oracle-xe-universal_10.2.0.1-1.0_i386.deb,因为包括了语言包。

Ubuntu Oracle 10g安装/配置

Ubuntu Oracle 10g安装其实很简单:只要 sudo dpkg -i oracle-xe-universal_10.2.0.1-1.0_i386.deb 然后系统会自动进行绝大多数的配置,需要自己动手的只有三个the HTTP port that will be used for Oracle Application Express:8080the port that will be used for the database listener:1521。

the password to be used for database accounts:**********因为只是简单的应用,给客户演示完就会删掉,我没有对其作进一步的优化,所有的设置都是默认值,没有作任何改动。之后就没事了,大概过了5~6分钟,会显示安装成功。并提醒你可以在http://127.0.0.1:8080/apex访问数据库主页。刚开始有两个默认可用的用户:SYS和SYSTEM,密码都是刚刚统一设的,建议改成不同的。还有其他12个用户,可以激活。因为刚刚安装完成,我还没弄明白这两个用户有什么区别。等上手后,我会将我的使用心得放上来的。

【编辑推荐】

  1. Ubuntu-8.04.1装进移动硬盘及设置启动
  2. Ubuntu安装显卡驱动及中文语言包
  3. Ubuntu Linux5.10版轻松体验
  4. Ubuntu常用命令更常用的这些推荐给你看看
  5. Ubuntu Mono安装好像没有什么困难的

相关内容

热门资讯

如何允许远程连接到MySQL数... [[277004]]【51CTO.com快译】默认情况下,MySQL服务器仅侦听来自localhos...
如何利用交换机和端口设置来管理... 在网络管理中,总是有些人让管理员头疼。下面我们就将介绍一下一个网管员利用交换机以及端口设置等来进行D...
施耐德电气数据中心整体解决方案... 近日,全球能效管理专家施耐德电气正式启动大型体验活动“能效中国行——2012卡车巡展”,作为该活动的...
Windows恶意软件20年“... 在Windows的早期年代,病毒游走于系统之间,偶尔删除文件(但被删除的文件几乎都是可恢复的),并弹...
20个非常棒的扁平设计免费资源 Apple设备的平面图标PSD免费平板UI 平板UI套件24平图标Freen平板UI套件PSD径向平...
德国电信门户网站可实时显示全球... 德国电信周三推出一个门户网站,直观地实时提供其安装在全球各地的传感器网络检测到的网络攻击状况。该网站...
着眼MAC地址,解救无法享受D... 在安装了DHCP服务器的局域网环境中,每一台工作站在上网之前,都要先从DHCP服务器那里享受到地址动...
为啥国人偏爱 Mybatis,... 关于 SQL 和 ORM 的争论,永远都不会终止,我也一直在思考这个问题。昨天又跟群里的小伙伴进行...