Linux - SoftwareThis 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.
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.
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.
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.
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.
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).
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.
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
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 ?
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
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.