LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 01-09-2007, 01:18 AM   #1
filex
Member
 
Registered: Sep 2004
Posts: 56

Rep: Reputation: 15
Install Oracle 10G R2 in OpenSuSE 10.2 64 bit?


Does anyone have try install Oracle 10G R2 in OpenSUSE 10.2 64 bit?
 
Old 02-19-2007, 04:15 AM   #2
mar_456
LQ Newbie
 
Registered: Feb 2007
Posts: 3

Rep: Reputation: 0
Installation of Oracle 10g 64 bit on OpenSuSE 10.2

Hello,

I have successfully installed oracle 10.2.0.1 64 bit on open SuSE 10.2 64 bit. Installation is rather simple - you would have installer in graphical mode.

Please download instructions from http://ftp.novell.com/partners/oracl...troduction.pdf


1. Get Oracle database and openSuSE 10.2
2. Install openSuSE with C/C++ development - for details see 10gR2_openSUSE102_introduction.pdf.
3. Follow insctructions from 10gR2_openSUSE102_introduction.pdf. Instead of installing orarun.rpm, download orarun-1.9-21.11.x86_64.rpm from
ftp://ftp.novell.com/partners/oracle/sles-10

4. Unpack orarun-1.9-21.11.x86_64.rpm to temporary directory:
cd /tmp
mkdir orarun
cd orarun
rpm2cpio orarun-1.9-21.11.x86_64.rpm |cpio -i --make-directories
5. Copy extracted files to proper directories (omit /usr/bin directory and its content). Make sure copied files would be accessible by oracle user (ownership and rights).
6. Follow the rest of installation steps - add user oracle etc.

Good luck
 
Old 05-17-2007, 02:00 AM   #3
dbaxps
LQ Newbie
 
Registered: Nov 2005
Posts: 12

Rep: Reputation: 0
That is not correct. View for details:-
http://blog.metzovi.net/tomm/?p=5
 
Old 05-18-2007, 01:42 AM   #4
mar_456
LQ Newbie
 
Registered: Feb 2007
Posts: 3

Rep: Reputation: 0
32 runtime

Oracle installer needs 32 bit runtime - without it, it won't run. That's a common issue, I just thought Novell mentioned in their instructions that you need to install 32 runtime libraries. Oracle DB itself uses 64 bit libraries, but installer don't.

Only thing you have to do is to check 32 bit runtime libraries as included option during installation of SuSE.

Last edited by mar_456; 05-18-2007 at 01:43 AM.
 
Old 05-18-2007, 01:54 AM   #5
dbaxps
LQ Newbie
 
Registered: Nov 2005
Posts: 12

Rep: Reputation: 0
Oracle 10.2.0.1 (AMD64) on OpenSuse 10.2 64 bit

I believe, I've got your point.
Thank you very much.

Last edited by dbaxps; 05-18-2007 at 03:23 AM.
 
Old 10-02-2007, 09:35 AM   #6
tS_martijn
LQ Newbie
 
Registered: Oct 2007
Location: Netherlands
Distribution: Slackware 12.0
Posts: 1

Rep: Reputation: 0
Alternate way of installing orarun 64-bit

Instead of doing:
Quote:
Originally Posted by mar_456 View Post
3. Follow insctructions from 10gR2_openSUSE102_introduction.pdf. Instead of installing orarun.rpm, download orarun-1.9-21.11.x86_64.rpm

4. Unpack orarun-1.9-21.11.x86_64.rpm to temporary directory:
cd /tmp
mkdir orarun
cd orarun
rpm2cpio orarun-1.9-21.11.x86_64.rpm |cpio -i --make-directories
5. Copy extracted files to proper directories (omit /usr/bin directory and its content). Make sure copied files would be accessible by oracle user (ownership and rights).
you can also install the 64-bit version of orarun using 'rpm -i --ignorearch --excludepath=/usr/bin orarun-1.9-21.11.x86_64.rpm' (see the README file in the download directory on Novell's site for the '--ignorearch' bit, and the man-page of rpm for the '--excludepath'-bit).

The advantage of this approach: the oracle user and oinstall/dba groups get created (which doesn't work if you use the cpio method).
 
Old 04-07-2009, 10:54 PM   #7
shlomi_bt
LQ Newbie
 
Registered: Apr 2009
Posts: 10

Rep: Reputation: 0
proper directories

hi,
I found this note which i'm trying to follow...

What are the proper directories as written on "mar_456" post?
Do i have to create symbolic links to somewhere (as i read in someother
note)? and i do - how do i do it?
thanks
shlomi.
 
Old 04-07-2009, 11:29 PM   #8
dbaxps
LQ Newbie
 
Registered: Nov 2005
Posts: 12

Rep: Reputation: 0
Just run under /tmp :-
rpm2cpio orarun-1.9-21.11.x86_64.rpm |cpio -i --make-directories
You will understand what mar_456 means when look at
/tmp/usr/local/bin for example
 
Old 04-08-2009, 07:23 AM   #9
shlomi_bt
LQ Newbie
 
Registered: Apr 2009
Posts: 10

Rep: Reputation: 0
Thanks, but
I noticed the folders created under tmp...
I didn't understand what he mean by "copy extracted files to proper directories"?
should I copy files under /tmp/orainst/etc/unit.d to /etc/unit.d ?
Or should I create a new folder, copy all under /tmp/orainst to this new place and make symbolic links ?
 
Old 04-08-2009, 08:36 AM   #10
dbaxps
LQ Newbie
 
Registered: Nov 2005
Posts: 12

Rep: Reputation: 0
This way :-
/tmp/orainst/etc/unit.d to /etc/unit.d
 
Old 04-08-2009, 08:40 AM   #11
shlomi_bt
LQ Newbie
 
Registered: Apr 2009
Posts: 10

Rep: Reputation: 0
thanks!

so i guess if i'm coping them to the place, no symbolic links are necessary, right?
 
Old 04-08-2009, 09:44 AM   #12
dbaxps
LQ Newbie
 
Registered: Nov 2005
Posts: 12

Rep: Reputation: 0
Right.
 
Old 04-08-2009, 10:09 AM   #13
shlomi_bt
LQ Newbie
 
Registered: Apr 2009
Posts: 10

Rep: Reputation: 0
Thank you very much!

 
Old 04-10-2009, 04:01 PM   #14
shlomi_bt
LQ Newbie
 
Registered: Apr 2009
Posts: 10

Rep: Reputation: 0
Error run installer

Hi
Can someone help me understand what Im doing wrong
I set the display as in the by the instruction and when I ran the runinstall got an error MSG of cannot set display.
I tried that working with vnc on the machine.
Thanks
 
  


Reply

Tags
opensuse, oracle


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
RHAS 3.0 i64, Oracle 10g, Oracle RAC, and ASM xmdms Linux - Enterprise 10 01-05-2007 11:07 PM
The installation hang there when I install Oracle 10g. g18397 Linux - Software 2 05-23-2006 12:58 AM
New install - need to update redhat rpms for oracle 10g davidtcw Linux - Newbie 2 02-08-2006 12:36 PM
how to install Oracle 10g (10201_database_linux32.zip) in slackware? kingsz1 Slackware 2 01-27-2006 03:49 PM
Install Oracle 10g on Fedora Core 2 hfcmit Fedora 0 10-09-2004 09:05 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:33 PM.

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