Ubuntu Oracle 10g如何安装/配置与更新硬件信息

77次阅读
没有评论

共计 2297 个字符,预计需要花费 6 分钟才能阅读完成。

这篇文章将为大家详细讲解有关 Ubuntu Oracle 10g 如何安装 / 配置与更新硬件信息,丸趣 TV 小编觉得挺实用的,因此分享给大家做个参考,希望大家阅读完这篇文章后可以有所收获。

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

Ubuntu Oracle 10g 硬件信息

To determine the physical RAM size, enter the following command: # grep MemTotal /proc/meminfo To determine the size of the configured swap space, enter the following command: # grep SwapTotal /proc/meminfo To determine the available RAM and swap space, enter the following command: # free To determine the amount of free disk space available in the /tmp directory, enter the following command: # df -k /tmp To determine the amount of free disk space available on the system, enter the following command: # df -k To determine whether the system architecture can run the software, enter the following command: # grep  model name  /proc/cpuinfo

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

i Network protocol: TCP/IP ii RAM: Server component: 256 megabytes minimum, 512 megabytes recommended Client component: 256 megabytes iii Disk space: Server component: Total: 1.5 gigabyte minimum Client component: 100 megabytes

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

Red Hat Enterprise Linux RHEL3 and RHEL4 Suse SLES-9 Fedora Core 4 Red Flag DC Server 5.0/MIRACLE LINUX V4.0/Haansoft Linux 2006 Server (Asianux 2.0 Inside) 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 个用户,可以激活。因为刚刚安装完成,我还没弄明白这两个用户有什么区别。等上手后,我会将我的使用心得放上来的。

关于“Ubuntu Oracle 10g 如何安装 / 配置与更新硬件信息”这篇文章就分享到这里了,希望以上内容可以对大家有一定的帮助,使各位可以学到更多知识,如果觉得文章不错,请把它分享出去让更多的人看到。

正文完
 
丸趣
版权声明:本站原创文章,由 丸趣 2023-08-25发表,共计2297字。
转载说明:除特殊说明外本站除技术相关以外文章皆由网络搜集发布,转载请注明出处。
评论(没有评论)