Install Oracle 10g on Open Suse 11.4
May 10, 2011 1 Comment
1. Download Oracle Databse 10g software from oracle site, from here.
2. Make sure that you have the following packages installed:
# rpm -q gcc gcc-c++ glibc libaio libaio-devel make openmotif openmotif-libs
My output:
gcc-4.5-19.1.i586
gcc-c++-4.5-19.1.i586
glibc-2.11.3-12.15.1.i686
libaio-0.3.107-7.1.i586
libaio-devel-0.3.107-7.1.i586
make-3.82-140.1.i586
openmotif-2.3.2-5.1.i586
openmotif-libs-2.3.2-5.1.i586
# zypper install gcc
# zypper install libstdc++33
# groupadd oinstall# groupadd dba# useradd -g oinstall -G dba oracle# passwd oracle
# mkdir /home/oracle
# chown -R oracle:dba /home/oracle
# mkdir -p /u01/app/oracle/product/10.2.0/db_1# chown -R oracle:oinstall /u01
# vi /etc/profile.d/oracle.sh——————————————And add the following entries
ORACLE_BASE=/u01/app/oracle
ORACLE_HOME=/u01/app/oracle/product/10.2.0/db_1
# vi /etc/sysconfig/oracle
——————————————And add the following entries
ORACLE_BASE=/u01/app/oracle
ORACLE_HOME=/u01/app/oracle/product/10.2.0/db_1
# su – oracleoracle@mariamsuse:~> unzip 10201_database_linux32.zip
# chown oracle:oinstall 10201_database_linux32.zip
[Certified Versions]Linux=redhat-3,SuSE-9,redhat-4,UnitedLinux-1.0,asianux-1,asianux-2,SuSE-11
# su – oracle
Password:
oracle@mariamsuse:~> ./runInstaller
When I try to install, it shows Can´t connect to X11 window server using 0.0 …..DISPLAY VARIABLE—– help me eee