LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 06-19-2009, 07:42 PM   #1
jenovaux
LQ Newbie
 
Registered: Apr 2009
Posts: 10

Rep: Reputation: 0
problem during the installation Oracle 10 Enterprise Edition on fedora 8


Dear Members,
First i do all this instruction for Installation Oracle 10g on fedora 8

http://www.oracle-base.com/articles/...nOnFedora7.php

after this setup Java with this step
http://www.my-guides.net/en/content/...1/26/1/5/#java

when i run this command
/opt/jre1.6.0_14/bin/java -version
i got this
java version "1.6.0_14"
Java(TM) SE Runtime Environment (build 1.6.0_14-b08)
Java HotSpot(TM) 64-Bit Server VM (build 14.0-b16, mixed mode)

when i run this command
rpm -q libxcb libX11
i got this
libxcb-1.0-3.fc8
libX11-1.1.3-4.fc8



after i run installer with this
# ./runInstaller

i got this error
java: xcb_xlib.c:50: xcb_xlib_unlock: Assertion `c->xlib.lock' failed

i am searching on the internet for this erro i found that is java error
and to fix it
make this command
sed -i 's/XINERAMA/FAKEEXTN/g' /usr/lib/jvm/java-6-sun-1.6.0.00/jre/lib/i386/xawt/libmawt.so

but i have amd64
the i make this comand

sed -i 's/XINERAMA/FAKEEXTN/g' /usr/lib/jvm/java-1.7.0-icedtea-1.7.0.0.x86_64/jre/lib/amd64/xawt/libmawt.so

and run the installer again but i got the same error

and some forum say run the installer with this option
./runInstaller -ignoreSysPrereqs -jreLoc
but i got error
Starting Oracle Universal Installer...

Checking installer requirements...

Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
Passed

All installer requirements met.

Preparing to launch Oracle Universal Installer from /tmp/OraInstall2009-06-19_08-16-13PM. Please wait ...The Java RunTime Environment was not found at bin/java. Hence, the Oracle Universal Installer cannot be run.
Please visit http://www.javasoft.com and install JRE version 1.3.1 or higher and try again.
: No such file or directory

and when i run the installer with this option
./runInstaller -ignoreSysPrereqs
i got this error
Starting Oracle Universal Installer...

Checking installer requirements...

Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
Passed

All installer requirements met.

Preparing to launch Oracle Universal Installer from /tmp/OraInstall2009-06-19_08-16-43PM. Please wait ...oracle@egyptmail database$ Oracle Universal Installer, Version 10.2.0.1.0 Production
Copyright (C) 1999, 2005, Oracle. All rights reserved.

java: xcb_xlib.c:50: xcb_xlib_unlock: Assertion `c->xlib.lock' failed.

what can i do to fix this error

Last edited by jenovaux; 06-19-2009 at 07:46 PM.
 
Old 06-20-2009, 01:50 AM   #2
bathory
LQ Guru
 
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,163
Blog Entries: 1

Rep: Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032
Hi,

According to the tutorial you've followed, jre was installed in /opt/jre1.6.0_14, so if you have to apply the workaround you have to use the path /opt/jre1.6.0_14/jre/lib/amd64/xawt/libmawt.so.
I guess the installer uses the java that came with your distro. Before running the installer try to set the following 2 env. variables and see if it helps:
Code:
export PATH=/opt/jre1.6.0_14/bin:$PATH
export LD_LIBRARY_PATH=/opt/jre1.6.0_14/jre/lib/amd64:$LD_LIBRARY_PATH
 
Old 06-20-2009, 04:15 AM   #3
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
i see that you switched out "windows server 2003" for THE DEAD, UNSUPPORTED, and will NEVER have any SECURITY fixes Fedora 8

Fedora 8 is 6 months PAST it's End OF Life

If i were you i would install CentOS 5.3 on a production server
but if you really want to role your own SECURITY fixes and updates ( build the bug fixed source code and make a fedora 8 rpm) so you can install YOUR OWN fixes. Go right ahead and use a UNSUPPORTED version of fedora on a server
 
Old 06-21-2009, 05:20 AM   #4
jenovaux
LQ Newbie
 
Registered: Apr 2009
Posts: 10

Original Poster
Rep: Reputation: 0
thanks bathory for your help but it doesn't work

thanks John VV for your advice i really try to install oracle 10g under linux rehat enterprise 5.3 it is working good
and i try to install centos 5 and install oracle 10g on it and it is running good
thanks for your advice alot but really this is the first time running centos and really i didn't find any difference between it and redhat
 
Old 06-21-2009, 06:52 AM   #5
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
Yes, I would also give a big Thumbs UP to CentOS.
Its not just an alternative for RHEL, its much better than RHEL since it is a community supported version..
I have been using Centos with Oracle 10g for more than 3 years now and I have not faced any problem with Oracle/CentOS Setup

regards
 
Old 06-22-2009, 07:12 PM   #6
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,359

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
Actually, Centos is just RHEL repackaged, without the RHEL logos etc.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
installing oracle 10g in Suse Linux Enterprise Edition 10.1 operating system naveenmatt Linux - Newbie 1 08-06-2008 10:14 AM
Oracle Enterprise Linux Installation Problem in Dell PowerEdge SC1435 kausikdatta Linux - Hardware 1 08-02-2007 10:54 PM
LXer: Oracle(R) Database Standard Edition One and Oracle Enterprise Linux on HP Set New World Record for Price Performance with TPC-C Benchmark LXer Syndicated Linux News 0 06-12-2007 05:01 PM
loading oracle 10.1.0.3 for O.S.(Linux ES4 (Red Hat Enterprise Edition)) rohitc Linux - Enterprise 6 12-08-2006 12:44 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 06:09 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration