Fedora Core 3上安裝oracle9i(9.2.0.4)(轉)
Install Oracle9i(9.2.0.4) on Fedora Core 3
I. Prepare the files
1. Download ship_9204_linux_disk1.cpio.gz, ship_9204_linux_disk2.cpio.gz ship_9204_linux_disk3.cpio.gz from to your local disks.Unzip them all.
gunzip ship_9204_linux_disk1.cpio.gz
gunzip ship_9204_linux_disk2.cpio.gz
gunzip ship_9204_linux_disk3.cpio.gz
cpio -idmv < ship_9204_linux_disk1.cpio
cpio -idmv < ship_9204_linux_disk2.cpio
cpio -idmv < ship_9204_linux_disk3.cpio
there will be three new sub-directories named Disk1,Disk2,Disk3 in the directory.
2. Copy compat-gcc-7.3-2.96.128.i386.rpm, compat-gcc-c++-7.3-2.96.128.i386.rpm, compat-libstdc++-7.3-2.96.128.i386.rpm, compat-libstdc++-devel-7.3-2.96.128.i386.rpm from Red Hat EL AS3 installation CDs to a temporary directory.
3. Make a script file named rhel3_pre_install.sh with the following content:
#!/bin/bash
USER=`whoami`
if [ $USER != root ]; then
echo "Must be root to run this script, please login as root and re-try"
exit
fi
# see if libcwait.so is already being loaded
if [ -f "/etc/ld.so.preload" ] && [ -n "`grep libcwait /etc/ld.so.preload`" ]; then
echo "Patch has already been applied"
exit
else
echo "Applying patch..."
fi
cat << EOF |
#include
#include
#include
#include
pid_t
__libc_wait (int *status)
{
int res;
asm volatile ("pushl %%ebx
"
"movl %2, %%ebx
"
"movl %1, %%eax
"
"int $0x80
"
"popl %%ebx"
: "=a" (res)
: "i" (__NR_wait4), "0" (WAIT_ANY), "c" (status), "d" (0), "S" (0));
return res;
}
EOF
gcc -O2 -shared -fpic -xc - -o /etc/libcwait.so
echo "/etc/libcwait.so" >>/etc/ld.so.preload
echo "Patch successfully applied"
Change the file property to executable. Open a terminal, do it as ‘root’ user.
sh rhel3_pre_install.sh
II. Prepare the system
1. Check if the following rpms have been installed.
rpm –qa | grep compat-db
rpm –qa | grep openmotif
rpm –qa | grep setarch
make sure they are installed exactly.
2. Install the four rpms copy out from RHEL AS3.Do the following command in the directory which contains them.
rpm –Uvh com*rpm --force
check them by rpm –qa | grep compat
make sure they are installed exactly.
3. Change the gcc to oracle required
mv /usr/bin/gcc /usr/bin/gcc34
mv /usr/bin/g++ /usr/bin/g++34
ln -s /usr/bin/gcc296 /usr/bin/gcc
ln -s /usr/bin/g++296 /usr/bin/g++
4. Modify /etc/sysctl.conf, add the following content:
kernel.shmmax = 536870912
kernel.shmmni = 4096
kernel.shmall = 2097152
kernel.sem = 250 32000 100 128
fs.file-max = 65536
net.ipv4.ip_local_port_range = 1024 65000
If you have more then 2G ram, you can set kernel.shmmax = 2147483648
5. Modify /etc/security/limits.conf, add the following content:
oracle soft nofile 65536
oracle hard nofile 65536
oracle soft nproc 16384
oracle hard nproc 16384
then, restart the computer.
III. Prepare the user and the directories
1. Add user and groups
groupadd oinstall
groupadd dba
useradd -g oinstall -G dba oracle
passwd oracle
2. Make directories
mkdir -p /opt/ora9/product/9.2
mkdir /var/opt/oracle
chown oracle.dba /var/opt/oracle
chown -R oracle.oinstall /opt/ora9
chmod 755 /var/opt/oracle
3. Change X unlimited to anyone
xhost +
4. set the ‘root’ user’s environment
export ORACLE_BASE=/opt/ora9
export ORACLE_HOME=/opt/ora9/product/9.2
5. open a new terminal
su – oracle
modify the .bashrc, add the following content:
#oracle 9i
export ORACLE_BASE=/opt/ora9
export ORACLE_HOME=/opt/ora9/product/9.2
export PATH=$ORACLE_HOME/bin:$ORACLE_HOME/Apache/Apache/bin:$PATH
export ORACLE_OWNER=oracle
export ORACLE_SID=ora9
export ORACLE_TERM=vt100
export LD_ASSUME_KERNEL=2.4.1
export THREADS_FLAG=native
export LD_LIBRARY_PATH=/opt/ora9/product/9.2/lib:$LD_LIBRARY_PATH
# change this NLS settings to suit your country:
# example:
# german_germany.we8iso8859p15, american_america.we8iso8859p2 etc.
export LANG=en_US
export LC=en_US
then refresh the environment: source .bashrc
check if them take effect. set | more
6.logout and relogin as ‘oracle’.
IV. Finish the installation.
Change the current directory to which you download the oracle9i installation files.
./Disk1/runInstaller
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/9417382/viewspace-937424/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- linux fedora core 5上安裝字型Linux
- 把Discord安裝在Fedora Linux上Linux
- 在 Fedora 上安裝 MongoDB 伺服器MongoDB伺服器
- Install Google Chrome on Fedora 28/27, CentOS/RHEL 7.5 (在 fedora 28 等 上 安裝 chrome)GoChromeCentOS
- 如何在 CentOS、RHEL 和 Fedora 上安裝 DHCP 服務CentOS
- Fedora16怎麼安裝Chrome?Fedora16安裝Chrome的方法教程Chrome
- 如何在 Fedora 30 Server 上安裝 LEMP(Linux、Nginx、MariaDB、PHP)ServerLinuxNginxPHP
- Fedora22如何安裝Adobe Flash Player?Fedora22安裝Adobe Flash Player的方法
- 在 Fedora 上使用 SSH 埠轉發
- Fedora23如何安裝fcitx拼音輸入法?Fedora23安裝fcitx拼音輸入法教程
- fedora14 nfs如何安裝?edora14 nfs安裝教程NFS
- 在Fedora FC5安裝vmware 5.5
- 硬碟安裝Fedora 22 Workstation Live的教程硬碟
- Fedora中安裝 Shutter步驟介紹
- 在 RHEL、CentOS 和 Fedora 上安裝 Git 及設定 Git 賬號的技巧CentOSGit
- Fedora安裝phpMyAdmin(可能只有自己看得懂)PHP
- 在 Fedora 中安裝替代版本的 RPM 包
- mac上如何安裝python3MacPython
- 在Fedora 30系統中安裝深度DDE桌面
- 如何在 CentOS 7 上安裝 Python 3CentOSPython
- 阿里雲上安裝pip3(Ubuntu)阿里Ubuntu
- Ubuntu18.04上安裝NS-3Ubuntu
- Win10 安裝 Python3 (上)Win10Python
- 如何在 CentOS 8/RHEL 8 上安裝和配置 Nagios CoreCentOSiOS
- Tiny Core Linux 安裝配置Linux
- .net core 常用安裝包
- 新手指南: 手把手教你安裝 Ubuntu 和 FedoraUbuntu
- 教你玩轉Git-Mac 平臺上安裝GitMac
- 在 Linux 上如何安裝 SoundConverter及轉換音訊Linux音訊
- 安裝.NET Core遇到的錯誤
- SUSE12Sp3安裝配置.net core 生產環境(6)-RPM離線安裝配置mysql5.7MySql
- 使用 k3s 在 Fedora IoT 上執行 K8SK8S
- windows XP+Fedora 8+solaris 11三系統安裝方法教程Windows
- Fedora 23系統安裝預設的拼音輸入法的方法
- Centos下安裝 .net Core執行程式CentOS行程
- CentOS原始碼安裝、配置Nagios(core)+PluginsCentOS原始碼iOSPlugin
- UOS LoongArch 上成功安裝.NET Core 3.1
- Python3/pip aarch64上的離線安裝Python
- linux安裝python3(原始碼安裝)LinuxPython原始碼