RedFlag的版本是Redflag Asianux Workstation 3 for x86
Oralce的版本是10201_database_linux32.zip
因为oracle只支持如下版本:
检查操作系统版本: 必须是redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
而Redflag Asianux是redhat-5,所以,要更改版本信息:
[root@localhost ~]# vi /etc/redhat-release
Red Hat Enterprise Linux Server release 3 (Tikanga)
这里改为release 3。
还要更改内核信息:
[root@localhost ~]# vi /etc/security/limits.conf
添加如下内容:
oracle soft nproc 2047
oracle hard nproc 16384
oracle soft nofile 1024
oracle hard nofile 65536
有人还说需要更改:/etc/sysctl.conf,根据我的测试,似乎并不需要。
然后要创建用户和用户组:
[root@localhost ~]# groupadd dba
[root@localhost ~]# groupadd oinstall
[root@localhost ~]# useradd -g oinstall -G dba oracle
[root@localhost ~]# passwd oracle
Changing password for user oracle.
New UNIX password:
Retype new UNIX password:
passwd: all authentication tokens updated successfully.
切换用户到oracle用户,进入解压后的oracle安装程序所在目录,运行
[oracle@localhost database]$ ls
doc install response runInstaller stage welcome.html
[oracle@localhost database]$ ./runInstaller
bash: ./runInstaller: 权限不够
需要给oracle用户分配权限
[root@localhost database]# chown -R oracle:oinstall /home/upload
[root@localhost database]# chmod -R 775 /home/upload
切换用户,再次运行:
[root@localhost database]# su oracle
[oracle@localhost database]$ ./runInstaller
出现如下错误信息:
准备从以下地址启动 Oracle Universal Installer /tmp/OraInstall2009-06-09_04-23-46PM. 请稍候...[oracle@localhost database]$ Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified
Exception in thread "main" java.lang.InternalError: Can't connect to X11 window server using ':0' as the value of the DISPLAY variable.
at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
at sun.awt.X11GraphicsEnvironment.<clinit>(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(Unknown Source)
at java.awt.Window.init(Unknown Source)
at java.awt.Window.<init>(Unknown Source)
at java.awt.Frame.<init>(Unknown Source)
at oracle.ewt.popup.PopupFrame.<init>(Unknown Source)
at oracle.ewt.lwAWT.BufferedFrame.<init>(Unknown Source)
at oracle.sysman.oio.oioc.OiocOneClickInstaller.<init>(OiocOneClickInstaller.java:378)
at oracle.sysman.oio.oioc.OiocOneClickInstaller.main(OiocOneClickInstaller.java:2091)
执行如下:
[oracle@localhost database]$ xhost 127.0.0.1 0.0
再次启动:
[oracle@localhost database]$ ./runInstaller
此时会成功启动gui界面进行安装。安装完成时,会提示用root执行两个脚本,执行完后,再点完成完成安装,这两个脚本事:
/home/oracle/oralnventory/orainstRoot.sh
/home/oracle/product/10.1.0/Db_1/root.sh
接着设置一些变量: /home/oracle/.bash_profile仅仅对oracle用户有效,/etc/profile 对所有用户有效
export ORACLE_HOME=/home/oracle/product/10.1.0/Db_1
export PATH=$ORACLE_HOME/bin:$PATH
export ORACLE_OWNER=oracle
export ORACLE_SID=tmp
export ORACLE_TERM=xterm
然后,就可以启动进入oracle了。
启动监听器:
[root@localhost database]# lsnrctl
LSNRCTL> start
LSNRCTL> stop
sqlplus 登陆:
[root@localhost database]# sqlplus sys/passwod as sysdba
启动数据库:
SQL> startup
SQL> shutdown
分享到:
相关推荐
"Red Flag Asianux 的安装" _red Flag Asianux 是一种 Linux 发行版,由中日韩三国联合共同推出,包括 Server 与 Workstation 两个版本。安装 Red Flag Asianux 需要了解基本的 Linux 安装过程和相关的设置参数。 ...
需要使用Asianux 3.0 SP2安装 oracle9i的用户下载补丁包。实际测试,Oracle 9i 32bit可运行在Asianux 3.0 SP2 for x86环境,但不支持x86_64版本。
RedFlag Asianux Server 4 SP2工具盘的安装方法: 将光盘挂载到/mnt下,运行/mnt/autorun 注意:如果在安装Sybase时无法启用图形安装,并且出现下列提示: Graphical installers are not supported by the VM. 请...
在RedFlag操作系统上安装Oracle数据库涉及多个步骤,包括系统检测、配置操作系统参数、创建用户和组、准备安装目录以及配置环境变量。以下是这些步骤的详细说明: 首先,要确保操作系统是红旗Linux Asianux 3.0 ...
oracle数据库 11g r2 rac asm 在redflag linux Asianux Server 3 (Quartet SP3)上的安装
支持的Linux发行版包括Asianux 2.0、Asianux 3.0、Oracle Enterprise Linux 4.0、Oracle Enterprise Linux 5.0、Red Hat Enterprise Linux 4.0、Red Hat Enterprise Linux 5.0和SUSE Enterprise Linux 10.0。...
依靠开源的力量,红旗Asianux Server 3为企业用户提供广泛的多平台支持,稳定高效的2.6内核,CGL3.2的技术特性,符合EAL4+的安全功能,基于OpenDrim的集中管理工具,业界良好的虚拟化支持,全面的软硬件兼容,加上...
红旗Linux AS4.0 SP4 ,redflag Asianux-4-x86_64 服务器版 镜像下载。
在本文中,我们将深入探讨如何在Linux x86 Asianux Server 3、Oracle Linux 5以及Red Hat Enterprise Linux 5这些操作系统上安装Oracle 11g Release 2。以下是安装过程中需要注意的关键知识点: 1. **内存要求**:...
Oracle 11g R1 安装教程是一个针对初学者的指南,旨在帮助他们了解如何在Linux环境下安装Oracle 11g数据库。在开始安装前,确保满足以下硬件和软件要求: 1. **硬件要求**: - 最低内存需求为1GB。使用命令`# grep...
而对于Asianux 3.0、Oracle Enterprise Linux 5.0和Red Hat Enterprise Linux 5.0,则需要2.6.18或更高。你可以通过`uname -r`命令查看当前内核版本。 安装Oracle 11g还需要一系列软件包,这些包在不同的Linux发行...
根据官方文档,对于Oracle 11g在Asianux 3.0, Oracle Enterprise Linux 5.0, 和 Red Hat Enterprise Linux 5.0上的运行,必须安装以下软件包(或更高版本): - binutils-2.17.50.0.6-2.el5 - compat-libstdc++-33-...
2. **安装系统:** 根据红旗Linux的安装指南进行系统安装。安装过程中可能会提示您输入序列号。 3. **激活系统:** 安装完成后,在系统设置中找到激活选项,并按照指示输入相应的序列号完成激活过程。 4. **验证...
在本文中,我们将深入探讨如何在Red Hat Enterprise Linux 4.0(RHEL4)操作系统上安装Oracle 10g数据库。这是一个关键的任务,因为正确的配置和安装过程对于确保数据库的稳定性和性能至关重要。 首先,我们来看...
在安装Oracle 11g R2之前,你需要确保系统已经安装了以下软件包(以Asianux 3, Oracle Enterprise Linux 5.0, 和 Red Hat Enterprise Linux 5.0为例): - binutils-2.17.50.0.6 - compat-libstdc++-33-3.2.3 - ...
在Linux环境下安装Oracle 10g是一项技术性较强的任务,需要遵循一定的步骤和注意事项。首先,确保你的硬件配置满足Oracle 10g的基本要求,包括至少512MB内存(推荐1GB),CPU主频2.0GHz以上,以及7200转以上的硬盘...