![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Linux RedHat, Ubuntu, SUSE, Fedora, Debian, Mandriva, Slackware, Gentoo linux, PCLinuxOS. All Linux questions here! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Install Guide: Oracle Database 11g Release 1 on Oracle Enterprise Linux 5 | iBot | Oracle Updates (RSS) | 0 | 04-06-2008 02:10 AM |
| Upgrade Guide: Moving to Oracle RAC 11g on Oracle Enterprise Linux | iBot | Oracle Updates (RSS) | 0 | 04-06-2008 02:10 AM |
| Build Your Own Oracle RAC Cluster on Oracle Enterprise Linux and iSCSI | iBot | Oracle Updates (RSS) | 0 | 04-06-2008 02:10 AM |
| Install Oracle RAC 10g on Oracle Enterprise Linux using VMware Server | iBot | Oracle Updates (RSS) | 0 | 04-06-2008 02:10 AM |
| LINUX Download | ednan171 | What's on Your Mind? | 9 | 10-23-2006 11:11 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
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-01-2008 at 11:45 PM. Reason: I am sorry, had to make some more changes. |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
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
|
|||
|
|||
|
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
|
||||
|
||||
|
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
|
|||
|
|||
|
Thanks a lot Radoulov ,
Will get back to you once I download and install it. Thanks again. |
|
#6
|
|||
|
|||
|
Quote:
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 ~]$ 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 ~]#
VIKAS |
|
#7
|
||||
|
||||
|
Try changing:
Code:
ulimit -p 16384 Code:
ulimit -u 16384 |
||||
| Google The UNIX and Linux Forums |