Results 1 to 10 of 12
Does anybody here know how to install Oracle 9i R2 in Mandrake 10.1 ?
Thanks...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-01-2005 #1Just Joined!
- Join Date
- Feb 2005
- Posts
- 7
Oracle 9i Installation in Mdk 10.1
Does anybody here know how to install Oracle 9i R2 in Mandrake 10.1 ?
Thanks
- 02-01-2005 #2
What errors/problems do you get? (presuming that you are asking this question after a failed install, and not pre-install)
- 02-02-2005 #3Just Joined!
- Join Date
- Feb 2005
- Posts
- 7
No errors at all.
Originally Posted by dylunio
I configure all it environment settings, put a bigger swap 1Gb and configure my kernel parameter as instructed in Installation notes. When I click the NEXT button in welcome banner nothing happen same with the EXIT,HELP and INSTALLED PRODUCTS buttons.
No errors in the logs. What did I miss here?
Thanks
- 02-03-2005 #4Just Joined!
- Join Date
- Feb 2005
- Posts
- 1
I'm getting the same problem. The installer will start but the buttons don't do anything. Anyone find a solution?
- 02-04-2005 #5Just Joined!
- Join Date
- Feb 2005
- Posts
- 1
I had the same problem.
Turn NumLock off and it works.
- 02-04-2005 #6Just Joined!
- Join Date
- Feb 2005
- Posts
- 7
Thanks a lot jimbob
Originally Posted by jimbob
IT REALLY WORKS !!!
- 03-09-2005 #7Just Joined!
- Join Date
- Mar 2005
- Posts
- 12
installation notes for mandrake 10.1 and oracle 9i
Hi everybody,
I'm trying to install an oracle 9i on a mandrake 10.1. As I can see some of you have succeded ! Could you give me the installation notes for this linux version or give me the link please.
Your help would be much appreciated !
biker007_fr
- 03-09-2005 #8Just Joined!
- Join Date
- Feb 2005
- Posts
- 7
Oracle 9iR2 Installation in Mandrake 10.1 is not hard at all. Here's how I did it.
1. Do the pre Installation procedure like setting of kernel parameters, oracle environment, etc ...
2. Do not downgrade your Binutils !! This is not RedHat
3. Oracle will not compile with GCC 3.4 you need to install the following:
gcc2.96-2.96-0.83mdk,
gcc2.96-cpp-2.96-0.83mdk
gcc2.96-c++-2.96-0.83mdk
its included in the CD
4. Make your default gcc to be /usr/bin/gcc-2.96 by going to /etc/alternatives
# rm -f gcc
# ln -s /usr/bin/gcc-2.96 gcc
5. Set your Num Lock off or your Next button will not work.
6. Now you can run Disk1/runInstaller
7. From this point it will be smooth sailing except for the DB Asssist installation just ignore the error and create your DB from script.
8. After installation you can return your GCC to a higher version.
http://lirix.blogspot.com/
- 03-09-2005 #9Just Joined!
- Join Date
- Mar 2005
- Posts
- 12
Oracle 9i Installation in Mdk 10.1
Tks but what's the pre-install procedure with kernel environment variables ... I found a procedure for mandrake 9.2 but not for mandrake 10.1...
- 03-10-2005 #10Just Joined!
- Join Date
- Feb 2005
- Posts
- 7
Oracle 9i Installation in Mdk 10.1
Its almost the same.
Here's my simple configuration:
as root:
set the shared memory segments and semaphore sets by using the sysctl command.
# sysctl kernel.sem
# sysctl -w kernel.sem="250 32000 100 100"
to make it permanent include the following line to /etc/sysctl.conf
kernel.sem=250 32000 100 100
fs.file-max=65536
as oracle:
set the following environment variables :
export ORACLE_HOME= <oracle_home_dir>
ex.
export ORACLE_HOME=/u01/oracle


Reply With Quote
