Home » Infrastructure » Unix » Redhat 7.2 + Oracle 9i WORKING !
Redhat 7.2 + Oracle 9i WORKING ! [message #97067] Tue, 13 November 2001 09:10 Go to next message
agfisdn
Messages: 2
Registered: November 2001
Junior Member
Easy....

Start installing as usuall on a clean RH 7.2 System...
(Create oracle user, dba group, directories, etc....)

When Linking goes bad (Error during linking ins_plsql.mk)
..... DO NOT CLOSE the Universal Installer !!!

Step 1) Open a new shell with the oracle user
Step 2) Set the $ORACLE_HOME if not already set)
Step 3) Go to $ORACLE_HOME/bin and backup genclntsh (cp genclntsh genclntsh.old)
Step 4) Edit genclntsh (vi genclntsh) and REMOVE the ${LD_SELF_CONTAINED} flag from the ld command in the 'Create Library' section.
Step 5) Run the genclntsh script (as oracle user with $ORACLE_HOME set !)
Step 6) Go back to Universal Installer and click RETRY ...

ALL SET !

Problem....
Versions of ld prior to version 2.11 ignored the "-z defs" flag. ld version 2.11 and later have the ability to use this flag. Because of this the genclntsh script fails to produce the libclntsh.so library on a machine running ld > 2.11.

I hope they fix it in 9.0.2 ! :-)

Good Luck to all of you out there !
agf@gnto.gr
Athens, Greece
Ps: Haven't tried it yet on RH 7.1 .... it should work without messy downgrading...

----------------------------------------------------------------------
Re: Redhat 7.2 + Oracle 9i WORKING ! [message #97068 is a reply to message #97067] Tue, 13 November 2001 09:14 Go to previous messageGo to next message
rdbo
Messages: 1
Registered: November 2001
Junior Member
Thanx a loT !

Saved me a lot of time....
I was about to bust my keyboard...

rdbo

----------------------------------------------------------------------
Re: Redhat 7.2 + Oracle 9i WORKING !---Thank vary much [message #97078 is a reply to message #97067] Thu, 15 November 2001 23:15 Go to previous messageGo to next message
junglecat
Messages: 1
Registered: November 2001
Junior Member
It's really work
Thank you vary much

----------------------------------------------------------------------
Re: Redhat 7.2 + Oracle 9i WORKING ! [message #97083 is a reply to message #97067] Mon, 19 November 2001 21:31 Go to previous messageGo to next message
timo talja
Messages: 5
Registered: August 2000
Junior Member
Magic !
that works... Suse 7.3. prof had same problem but ... a guru out there in Greece did help; thanks !
br,
timo

----------------------------------------------------------------------
Re: Redhat 7.2 + Oracle 9i WORKING ! [message #97111 is a reply to message #97067] Thu, 06 December 2001 20:25 Go to previous messageGo to next message
Svetlana
Messages: 4
Registered: December 2001
Junior Member
Thanks a lot! It was very easy and I've fixed the genclntsh after it was put into bin directory and I've not got any truble during linking!
I use Red Hat Linux 7.1.
So Redhat 7.1+ Oracle 9i WORKING !

----------------------------------------------------------------------
Re: Redhat 7.2 + Oracle 9i WORKING ! [message #97130 is a reply to message #97067] Mon, 17 December 2001 23:15 Go to previous messageGo to next message
Dolphin
Messages: 1
Registered: December 2001
Junior Member
I am not that lucky!

My machine crashes during linking everytime at 'Copying my_window.sql'. My machine totally crashed, I need to press 'reset' button to restart linux. I manually run 'genclntsh', it works fine. Anyone has any clue?

My box: Athlon 1.2G 512MRAM, 40GHD, has created big enough /var /tmp /swap, blahblah...

Please HELP, thanks in advance

----------------------------------------------------------------------
Re: Redhat 7.2 + Oracle 9i WORKING ! [message #97137 is a reply to message #97067] Wed, 19 December 2001 16:40 Go to previous messageGo to next message
jmayers
Messages: 2
Registered: December 2001
Junior Member
It worked on Redhat 7.1 + Oracle 9i (9.0.1.0.0) and AMD chip.

Thahnks

----------------------------------------------------------------------
Debian Potato + Oracle 9i WORKING ! [message #97146 is a reply to message #97067] Sun, 23 December 2001 03:18 Go to previous messageGo to next message
Franck
Messages: 2
Registered: December 2001
Junior Member
Hello,
I can say Oracle is available on an a Debian distribution since the 8.1.5 version.
I have many problems for the installation on the 8.1.7 and the 9 but for the 9 version, you must apply this:
http://www.orafaq.net/msgboard/unix/messages/821.htm

----------------------------------------------------------------------
Re: Debian Potato + Oracle 9i WORKING ! [message #97148 is a reply to message #97111] Sun, 23 December 2001 17:45 Go to previous messageGo to next message
Svetlana
Messages: 4
Registered: December 2001
Junior Member
Hello! We used Oracle 8.1.6 under RedHat Linux 6.2 before . We had one Oracle bug and Oracle support fixed it himself. But We have got the new server and so we installed RedHat 7.1 and so Oracle Server 9i. So We are enjoing it now.
Best wishes!

----------------------------------------------------------------------
Re: Redhat 7.2 + Oracle 9i WORKING ! [message #97172 is a reply to message #97067] Fri, 04 January 2002 04:16 Go to previous messageGo to next message
Javalin
Messages: 1
Registered: January 2002
Junior Member
Thanks a lot. It works on Suse 7.3 Prof.

Very very helpful.

----------------------------------------------------------------------
Re: Redhat 7.2 + Oracle 9i WORKING ! [message #97178 is a reply to message #97067] Mon, 07 January 2002 04:48 Go to previous messageGo to next message
Rainer
Messages: 2
Registered: November 2000
Junior Member
this works
Re: Redhat 7.2 + Oracle 9i WORKING ! [message #97184 is a reply to message #97067] Wed, 09 January 2002 01:14 Go to previous messageGo to next message
Jab
Messages: 1
Registered: January 2002
Junior Member
Great!! It worked for me installing Oracle 8.1.6 on Linux Mandrake 8.1. Thaaanx :o)
Re: Redhat 7.2 + Oracle 9i WORKING ! [message #97199 is a reply to message #97067] Tue, 15 January 2002 13:12 Go to previous messageGo to next message
vincent
Messages: 18
Registered: November 1998
Junior Member
Thks for your tip, it resolves also the same linkink problem for Oracle 817 on Mandrake 8.1
Re: Redhat 7.2 + Oracle 9i WORKING ! [message #97204 is a reply to message #97067] Wed, 16 January 2002 10:13 Go to previous messageGo to next message
mrhalen
Messages: 1
Registered: January 2002
Junior Member
Thanks a bunch! It worked great. Now if I can only keep "oemapp console" from crashing everytime I select a DB.
Re: Redhat 7.2 + Oracle 9i WORKING ! [message #97214 is a reply to message #97067] Tue, 22 January 2002 09:58 Go to previous messageGo to next message
thmz
Messages: 1
Registered: January 2002
Junior Member
Amazing!! :)
Worked great on Mandrake 8.0 too
Re: Redhat 7.2 + Oracle 9i WORKING ! [message #97222 is a reply to message #97067] Thu, 24 January 2002 00:14 Go to previous messageGo to next message
Phoenix
Messages: 2
Registered: January 2002
Junior Member
we downgrade the binutils to 2.10.91.0.4-1
we install jdk 1.3.1
the install was sucessfull but running @?/rdmns/admin/catalog
@?/rdbms/admin/catprog
failed
any ideas?
did you have the same problems?
Re: Redhat 7.2 + Oracle 9i WORKING ! [message #97224 is a reply to message #97067] Thu, 24 January 2002 11:54 Go to previous messageGo to next message
Ed
Messages: 24
Registered: November 1999
Junior Member
I just tried it, getting ride of the ld flag will also work for: Oracle 8.1.7 on RH 7.1! :)
Re: Redhat 7.2 + Oracle 8.1.6 WORKING ! [message #97237 is a reply to message #97067] Tue, 29 January 2002 23:56 Go to previous messageGo to next message
tippya
Messages: 1
Registered: January 2002
Junior Member
WOW!! Thanks
also works with 8.1.6
Re: Redhat 7.2 + Oracle 8.1.7 WORKING ! [message #97246 is a reply to message #97067] Fri, 01 February 2002 09:36 Go to previous messageGo to next message
squinn
Messages: 1
Registered: February 2002
Junior Member
Works for 8.1.7 as well! :)
Re: Redhat 7.2 + Oracle 9i WORKING ! [message #97251 is a reply to message #97067] Mon, 04 February 2002 13:01 Go to previous messageGo to next message
Rubyrat
Messages: 1
Registered: February 2002
Junior Member
I thank you for spotting that.I think we all do.
Re: Redhat 7.2 + Oracle 9i WORKING ! [message #97254 is a reply to message #97067] Tue, 05 February 2002 09:30 Go to previous messageGo to next message
JF Bertrand
Messages: 1
Registered: February 2002
Junior Member
I guess Greece still produces a certain amount of GODS.

Thanks man, you are a GOD to me.
Re: Redhat 7.2 + Oracle 9i WORKING ! [message #97297 is a reply to message #97067] Tue, 26 February 2002 11:47 Go to previous messageGo to next message
Jeffrey Hunter
Messages: 6
Registered: February 2002
Junior Member
I have two documents on installing Oracle 8.1.7 and 9.0.1 on RedHat Linux.

http://www.idevelopment.info

From the Topics Menu:
Oracle -> DBA Tips -> Tips #53 and #54

Hope this helps. -- jeff
Re: Redhat 7.2 + Oracle 9i WORKING ! [message #97342 is a reply to message #97214] Tue, 19 March 2002 13:58 Go to previous messageGo to next message
Jean-Philippe BENARD
Messages: 2
Registered: March 2002
Junior Member
good job !

thx a lot !
Re: Redhat 7.2 + Oracle 9i WORKING ! - Mandrake 8.0 & Mandrak 8.1 too ! [message #97343 is a reply to message #97342] Tue, 19 March 2002 14:01 Go to previous messageGo to next message
Jean-Philippe BENARD
Messages: 2
Registered: March 2002
Junior Member
sorry i forgot to give the distros :

Mandrake 8.0 & Mandrake 8.1 : OK.

Jean-Philippe BENARD
Re: Redhat 7.2 + Oracle 9i WORKING ! [message #97630 is a reply to message #97067] Tue, 24 September 2002 22:14 Go to previous messageGo to next message
Chella Adisesh
Messages: 1
Registered: September 2002
Junior Member
God from Greece.
This makes sense that the world is one global village.
Thanks
Re: Redhat 7.2 + Oracle 8.1.6 WORKING ! [message #97792 is a reply to message #97067] Mon, 27 January 2003 05:26 Go to previous message
G.RAVIKUMAR
Messages: 1
Registered: January 2003
Junior Member
does oracle 8.1.6 supports redhat 7.2 linux.previously i installed on compaq server redhat 7.2 and then oracle 8.1.6 it is not supporting.if it is supporting what are the changes to me made.please give details what are the changes to be made.
Previous Topic: Re: Unix: SQL Script
Next Topic: Oracle8i solaris intel
Goto Forum:
  


Current Time: Fri Mar 29 10:28:08 CDT 2024