error about oracle9i install on fc3

发布于 2022-10-03 05:23:11 字数 9409 浏览 14 评论 0

安装过程如下(参考的是网上一位大哥的帖子):
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 www.oracle.com 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 < lnx_920_disk1.cpio
cpio -idmv < lnx_920_disk2.cpio
cpio -idmv < lnx_920_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.
第二步的rpms是高版本的,和这里写的不太一样,用的都是FC3带的rpms.

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 "atch has already been applied"
exit
else
echo "Applying patch..."
fi

cat << EOF |
#include <errno.h>;
#include <sys/syscall.h>;
#include <sys/types.h>;
#include <sys/wait.h>;
pid_t
__libc_wait (int *status)
{
int res;
asm volatile ("pushl %%ebx\n\t"
"movl %2, %%ebx\n\t"
"movl %1, %%eax\n\t"
"int \$0x80\n\t"
"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 "atch 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/binORACLE_HOME/Apache/Apache/binPATH
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/libLD_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
运行后首先发现如下错误:
[oracle@lq Disk1]$ ./runInstaller

[oracle@lq Disk1]$ Initializing Java Virtual Machine from
/tmp/OraInstall2005-05-18_09-11-21PM/jre/bin/java. Please wait...

Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]

Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]

Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]

Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]

Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]

Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]

Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]

Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]

Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]

Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]

Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]

Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]

Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]

Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]

Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]

Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]

Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]

Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]

Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]

Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]

Warning: Cannot convert string "<Key>;Escape,_Key_Cancel" to type VirtualBinding

Warning: Cannot convert string "<Key>;Home,_Key_Begin" to type VirtualBinding

Warning: Cannot convert string "<Key>;F1,_Key_Help" to type VirtualBinding

Warning: Cannot convert string "Shift<Key>;F10,_Key_Menu" to type VirtualBinding

Warning: Cannot convert string "<Key>;F10,Shift_Key_Menu" to type VirtualBinding

Warning: Cannot convert string "<Key>;KP_Enter,_Key_Execute" to type VirtualBinding

Warning: Cannot convert string "Alt<Key>;Return,Alt_Key_KP_Enter" to type VirtualBinding

忽略过后,一路next又报错好几个
尤其无法cofiguration,终于installtion unsuccsful.
恳请高手指点.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

心奴独伤 2022-10-10 05:23:11

还有Instal界面时的
Error in invoking taget ntcontab.o of makefile /opt/ora9/

produvt/9.2/network/lib/ins_net_client.mk

以及Configuration Tools界面时的

One or more tools have failed.It is recommended but not required that these tools succeed for this installation.You
can now select these tools,read its detakls to examine ehy they failed,fix those problems,and retry them.Or,youcan click "Next" to continue.

他夏了夏天 2022-10-10 05:23:11

顶一下么

云朵有点甜 2022-10-10 05:23:11

只有自己顶到前边拉

所谓喜欢 2022-10-10 05:23:11

不要用fc3的rpm了,这个版本不一样是不行的.rh9/as3中也是因为这个rpm的版本不一样,才要先装上这几个rpm的

孤独患者 2022-10-10 05:23:11

只能换版本拉么?
还是换几个rpms
就可以拉

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文