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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
01-09-2007, 01:18 AM
|
#1
|
Member
Registered: Sep 2004
Posts: 56
Rep:
|
Install Oracle 10G R2 in OpenSuSE 10.2 64 bit?
Does anyone have try install Oracle 10G R2 in OpenSUSE 10.2 64 bit?
|
|
|
02-19-2007, 04:15 AM
|
#2
|
LQ Newbie
Registered: Feb 2007
Posts: 3
Rep:
|
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
|
|
|
05-18-2007, 01:42 AM
|
#4
|
LQ Newbie
Registered: Feb 2007
Posts: 3
Rep:
|
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.
|
|
|
05-18-2007, 01:54 AM
|
#5
|
LQ Newbie
Registered: Nov 2005
Posts: 12
Rep:
|
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.
|
|
|
10-02-2007, 09:35 AM
|
#6
|
LQ Newbie
Registered: Oct 2007
Location: Netherlands
Distribution: Slackware 12.0
Posts: 1
Rep:
|
Alternate way of installing orarun 64-bit
Instead of doing:
Quote:
Originally Posted by mar_456
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).
|
|
|
04-07-2009, 10:54 PM
|
#7
|
LQ Newbie
Registered: Apr 2009
Posts: 10
Rep:
|
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.
|
|
|
04-07-2009, 11:29 PM
|
#8
|
LQ Newbie
Registered: Nov 2005
Posts: 12
Rep:
|
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
|
|
|
04-08-2009, 07:23 AM
|
#9
|
LQ Newbie
Registered: Apr 2009
Posts: 10
Rep:
|
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 ?
|
|
|
04-08-2009, 08:36 AM
|
#10
|
LQ Newbie
Registered: Nov 2005
Posts: 12
Rep:
|
This way :-
/tmp/orainst/etc/unit.d to /etc/unit.d
|
|
|
04-08-2009, 08:40 AM
|
#11
|
LQ Newbie
Registered: Apr 2009
Posts: 10
Rep:
|
thanks!
so i guess if i'm coping them to the place, no symbolic links are necessary, right?
|
|
|
04-08-2009, 09:44 AM
|
#12
|
LQ Newbie
Registered: Nov 2005
Posts: 12
Rep:
|
Right.
|
|
|
04-08-2009, 10:09 AM
|
#13
|
LQ Newbie
Registered: Apr 2009
Posts: 10
Rep:
|
Thank you very much!
|
|
|
04-10-2009, 04:01 PM
|
#14
|
LQ Newbie
Registered: Apr 2009
Posts: 10
Rep:
|
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
|
|
|
All times are GMT -5. The time now is 03:33 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|