![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Red Hat Red Hat is the world's leading open source technology solutions provider with offerings including Red Hat Enterprise Linux (RHEL), Fedora, open source applications, security and systems management, virtualization, and Services Oriented Architecture (SOA) solutions. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| 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 06:10 AM |
| Upgrade Guide: Moving to Oracle RAC 11g on Oracle Enterprise Linux | iBot | Oracle Updates (RSS) | 0 | 04-06-2008 06:10 AM |
| Build Your Own Oracle RAC Cluster on Oracle Enterprise Linux and iSCSI | iBot | Oracle Updates (RSS) | 0 | 04-06-2008 06:10 AM |
| Install Oracle RAC 10g on Oracle Enterprise Linux using VMware Server | iBot | Oracle Updates (RSS) | 0 | 04-06-2008 06:10 AM |
| LINUX Download | ednan171 | What's on Your Mind? | 9 | 10-24-2006 03:11 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
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. |
|
|||||
|
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 . |
|
||||
|
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. |
|
||||
|
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 |
|
||||
|
Hey, it worked. Thanks mate.
Could you please explain a bit, so that I can take care of that in future. Also, I hope this will not hamper functioning of Oracle Database. Regards, VIKAS |
![]() |
| Bookmarks |
| Tags |
| linux download |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|