-
1. Re: What are the free linux OS's that are suited for running Oracle 11g smoothly?
Ronald Vargas Quesada Sep 19, 2013 9:01 PM (in response to gv12)Hello friend. Free various versions of Linux can be used to run smoothly Oracle Database. However, only Oracle Linux is certified. CentOS, Ubuntu, OpenSuse, Fedora, are good, but not certified. Red Hat, Suse Enterprise, are options if you are certified.
-
2. Re: What are the free linux OS's that are suited for running Oracle 11g smoothly?
gv12 Sep 19, 2013 10:28 PM (in response to Ronald Vargas Quesada)I am having Ubuntu 32bit version in one partition and Win 8 64 bit in another partition.
Under Ubuntu I am unable to install with out any help. (Is it possible to install Oracle 11g R2 in Ubuntu 32bit?)
Under Win 8 64 bit I am getting an error message. If i click on it the installer quits. I am attaching the screenshot of the installer in Win 8 64 bit.
Pls see it and tell me if I could do anything to successfully install oracle 11gr2.
[IMG] http://i41.tinypic.com/9qftrk.jpg [/IMG]
Is Cent OS better compatible with Oracle 11gr2? I have been using Ubuntu all these days (without Oracle 11gR2).
-
3. Re: What are the free linux OS's that are suited for running Oracle 11g smoothly?
Ronald Vargas Quesada Sep 19, 2013 10:36 PM (in response to gv12)1 person found this helpfulOk, my friend, for Ubuntu Linux, If you want to try Linux, please go to https://forums.oracle.com/thread/2461988?start=0&tstart=0
Windows 8 is not a certified OS for installing Oracle databases currently. But a CRC error could be because the file is corrupt or that the software version is not for 64bit
Please check that your software is correct in this link: Oracle Database 11g Release 2 for Microsoft Windows (x64)</title><meta name="Title" content="Ora…
CRC stands for Cyclic Redundancy Check.
Let me know how it goes with the check.
-
4. Re: What are the free linux OS's that are suited for running Oracle 11g smoothly?
Ronald Vargas Quesada Sep 19, 2013 10:43 PM (in response to gv12)Another factor may be:
The Oracle Database has two zip files.
You unpack both files in separate directories and then move the file contents 2 within the same disk structure 1. This can also be the cause of your mistake.
-
5. Re: What are the free linux OS's that are suited for running Oracle 11g smoothly?
gv12 Sep 20, 2013 1:08 AM (in response to Ronald Vargas Quesada)I have started the process of installing oracle 11gR2 in Ubuntu 12.04 according to the steps mentioned in the link.
I am done till this step
===================
Now we will start the installation. You can start the installation from /home/oracle/database.
Login as a oracle user.
su oracle
=================
But when I input su oracle it asks for password. If I give my root password it says authentication failure. I don't know what password I need to type.
I am attaching the screenshot for you.
[IMG] http://i41.tinypic.com/2nbhvtw.png [/IMG]
-
6. Re: What are the free linux OS's that are suited for running Oracle 11g smoothly?
landyman Sep 20, 2013 1:46 AM (in response to gv12)If you need to be the oracle user, try first:
$ su
(provide root password)
then once root:
# su oracle
(you should not be prompted for a password)
-
7. Re: What are the free linux OS's that are suited for running Oracle 11g smoothly?
G Srikanth Sep 20, 2013 9:27 AM (in response to gv12)Login as root and set the password for oracle
su -
give the root password
passswd oracle - it will prompt you for setting the password
Then now you could login with the password set above.
If you dont want to set any password to oracle. you still have two options
1. login as root and su - oracle - which should not ask for password
or
2. Give sudo acces to oracle to other users.
-
8. Re: What are the free linux OS's that are suited for running Oracle 11g smoothly?
EdStevens Sep 20, 2013 12:14 PM (in response to Ronald Vargas Quesada)RonaldVargasQuesada wrote:
Another factor may be:
The Oracle Database has two zip files.
You unpack both files in separate directories and then move the file contents 2 within the same disk structure 1. This can also be the cause of your mistake.
Or just unzip them both into the same directory to start with. Which is what happens if you just use the unzip command at a command line instead of relying on Windows's lame GUI. Especially given that the OP is on a Linux, albeit an unsupported distro.
-
9. Re: What are the free linux OS's that are suited for running Oracle 11g smoothly?
EdStevens Sep 20, 2013 12:17 PM (in response to gv12)gv12 wrote:
What are the free linux OS's that are suited for running Oracle 11g smoothly?
Please tell the easier OS's.
thanks.
As others have pointed out repeatedly in this thread, Oracle is not supported on Ubuntu. The supported distros are listed in the Software Prerequisite section of the Installation Guide.
So why do you seem to insist on pushing ahead with an unsupported os?
-
10. Re: What are the free linux OS's that are suited for running Oracle 11g smoothly?
gv12 Sep 20, 2013 2:20 PM (in response to EdStevens)Could you mention clearly which version of oracle linux is supported for installing oracle 11gR2 database?
-
11. Re: What are the free linux OS's that are suited for running Oracle 11g smoothly?
G Srikanth Sep 20, 2013 3:21 PM (in response to gv12)32 Bit installations
- Oracle Linux 4 Update 7
- Oracle Linux 5 Update 2
- Oracle Linux 6
64 bit Installations
- Oracle Linux 4 Update 7
- Oracle Linux 5 Update 2 (with Red Hat Compatible Kernel)
- Oracle Linux 5 Update 5
- Oracle Linux 6
Please check for installation document o/s requirements for further.
-
12. Re: What are the free linux OS's that are suited for running Oracle 11g smoothly?
gv12 Sep 20, 2013 6:33 PM (in response to G Srikanth)Ok. But the download page has more confusing info.
Please see here
[IMG] http://i44.tinypic.com/2q1hwcp.png [/IMG]
The download page has a lot of links say update with media pack
I am confused as to which one to download.
When I click on Oracle Linux Release 6 Media Pack for x86 (32 bit) , the link takes me to this pages see screenshot http://i40.tinypic.com/2f0dhxl.png which again has 3 links. Out of these three which one to download ?
-
13. Re: What are the free linux OS's that are suited for running Oracle 11g smoothly?
Srini Chavali-Oracle Sep 20, 2013 7:34 PM (in response to gv12)I would suggest you install Oracle Linux 5.7 or 5.8 or 5.9
Only 11.2.0.3 is certified for Linux 6.x, and 11.2.0.3 is only available for customers with a Support contract. If you only have access to the publicly available 11.2.0.1 version, it is not certified on Linux 6.x
HTH
Srini -
14. Re: What are the free linux OS's that are suited for running Oracle 11g smoothly?
gv12 Sep 20, 2013 7:47 PM (in response to Srini Chavali-Oracle)Is the installation of oracle linux easy? I have been installing and using Ubuntu all these years without any problem. However I am new to Oracle Linux.
Is it easier to install for a new user?
or shall i use cent OS?
But the main purpose of the OS for now is installing and using oracle 11gR2.