Download Oracle on Linux RHEL5 ??


 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Download Oracle on Linux RHEL5 ??
# 1  
Old 09-02-2008
Question Download Oracle on Linux RHEL5 ??

Hi all,

I need to install Oracle on Linux. Presently, I am dumb about Oracle. I am just aware of basic sql queries.

I want to learn Oracle Administration. I am using RHEL 5.

I have few questions :--

1) Which Oracle version should I install and
and from where ?

2) Is there any difference in working of Oracle in Linux or Solaris.
If yes, which one should be better to learn focusing job prospects.

3) What is the difference between Oracle DBA and Oracle Application DBA ?

4) Which certification / course would be beneficial to go hand-in-hand with System Administration and Shell Scripts.

Pls HELP !!!

Thanks in adv.
VIKAS

Last edited by vikas027; 09-02-2008 at 03:45 AM.. Reason: I am sorry, had to make some more changes.
# 2  
Old 09-02-2008
Hi VIKAS,
just a few comments:

1. You can download the software from OTN (Oracle Technology Network). You can start learning with the latest release.

2. There are no important differences as far as beginner is concerned.

3. An Oracle Applications DBA is an Oracle DBA plus much more.

4. Oracle Database 10g: Managing Oracle on Linux for DBAs .
# 3  
Old 09-02-2008
Question

Hi radoulov,

Can I download Welcome to Oracle.com online services

for Intel machines. I am just confirming because it is 1.7 GB. I dont want to regret after downloading it.


Also, Is this the correct procedure

http://download.oracle.com/docs/cd/B...111/b32281.pdf


Pls suggest.


Thanks.
# 4  
Old 09-02-2008
That's the correct one for 32bit architectures and the installation guide is the right one.

11gR1 is certified with Red Hat Enterprise AS/ES 5.
# 5  
Old 09-02-2008
Thanks a lot Radoulov ,

Will get back to you once I download and install it.

Thanks again.
# 6  
Old 09-04-2008
Data Error in switching user

Quote:
Originally Posted by radoulov
That's the correct one for 32bit architectures and the installation guide is the right one.

11gR1 is certified with Red Hat Enterprise AS/ES 5.
Hi Radoulov,

I followed all the steps exactly as mentioned in the pdf. I edited /etc/profile as given in Pg 13 of pdf, BUT when I am switching to user "oracle", it is giving some error But still I am able to login as oracle.
I could not understand this. Pls suggest.

These are the logs
Code:
[root@RHEL ~]# su - oracle
-bash: ulimit: pipe size: cannot modify limit: Invalid argument
[oracle@RHEL ~]$ id
uid=500(oracle) gid=500(oinstall) groups=500(oinstall),501(dba)
[oracle@RHEL ~]$

These are the lines which I added :
Code:
[root@RHEL ~]# tail -10 /etc/profile
if [ $USER = "oracle" ]; then
        if [ $SHELL = "/bin/bash" ]; then
                ulimit -p 16384
                ulimit -n 65536
        else
                ulimit -u 16384 -n 65536
        fi
fi
[root@RHEL ~]#

Thanks in adv.
VIKAS
# 7  
Old 09-04-2008
Try changing:

Code:
ulimit -p 16384

to:

Code:
ulimit -u 16384

Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Linux

Can not play sound in Linux RHEL5.

Hi All, Recently I installed Linux RHEL5 on my machine. It seems that I can not play sound on RHEL5. I have real player installed along with RHEL5 but, when I try to play any song, the error message comes up saying "Can not open the audio device.Another application may be using it." Does any... (2 Replies)
Discussion started by: gydave
2 Replies

2. UNIX for Dummies Questions & Answers

Linux free download

Hello, I am not sure where to post this questions... I have Windows XP in my home computer. I need to install Linux on my home computer for learning purpose. Can one please recommend any free download link to download free linux... Any help is appreciated... Thank you... (1 Reply)
Discussion started by: govindts
1 Replies

3. UNIX for Dummies Questions & Answers

Linux Download

Can you download Linux and install it on a machine using Windows 95? I'd like to learn it with my old laptop. Any ideas? nov_user :confused: (3 Replies)
Discussion started by: nov_user
3 Replies

4. What is on Your Mind?

LINUX Download

I would like to download a basic copy of LINUX to my PC as a sandbox in which I can run basic commands and functions as a learning tool. I have an older PC - Pentium III Processor at 1GHz, 128MB RAM at 133 MHz, Windows ME operating system. Is there a version of LINUX that would be compatible with... (9 Replies)
Discussion started by: ednan171
9 Replies
Login or Register to Ask a Question